Searched refs:nColorTo (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/svtools/source/graphic/ |
H A D | transformer.cxx | 87 …phic >& rxGraphic, sal_Int32 nColorFrom, sal_Int8 nTolerance, sal_Int32 nColorTo, sal_Int8 nAlphaT… in colorChange() argument 94 …orTo( static_cast< sal_uInt8 >( nColorTo ), static_cast< sal_uInt8 >( nColorTo >> 8 ), static_cast… in colorChange()
|
H A D | transformer.hxx | 52 sal_Int32 nColorFrom, sal_Int8 nTolerance, sal_Int32 nColorTo, sal_Int8 nAlphaTo )
|
/aoo41x/main/filter/source/graphicfilter/icgm/ |
H A D | class5.cxx | 469 sal_uInt32 nColorTo = 0xffffff; in ImplDoClass5() local 482 nColorTo = ImplGetBitmapColor(); in ImplDoClass5() 483 nColorFrom = nColorTo ^ 0xffffff; in ImplDoClass5() 492 mpOutAct->SetGradientDescriptor( nColorFrom, nColorTo ); in ImplDoClass5()
|
H A D | outact.cxx | 153 void CGMOutAct::SetGradientDescriptor( sal_uInt32 nColorFrom, sal_uInt32 nColorTo ) in SetGradientDescriptor() argument 158 mpGradient->EndColor = nColorTo; in SetGradientDescriptor()
|
H A D | outact.hxx | 82 void SetGradientDescriptor( sal_uInt32 nColorFrom, sal_uInt32 nColorTo );
|
Completed in 21 milliseconds