Searched refs:nColorFrom (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/svtools/source/graphic/ |
H A D | transformer.cxx | 87 …const uno::Reference< graphic::XGraphic >& rxGraphic, sal_Int32 nColorFrom, sal_Int8 nTolerance, s… in colorChange() argument 93 …m( static_cast< sal_uInt8 >( nColorFrom ), static_cast< sal_uInt8 >( nColorFrom >> 8 ), static_cas… in colorChange()
|
H A D | transformer.hxx | 52 sal_Int32 nColorFrom, sal_Int8 nTolerance, sal_Int32 nColorTo, sal_Int8 nAlphaTo )
|
/aoo4110/main/filter/source/graphicfilter/icgm/ |
H A D | class5.cxx | 468 sal_uInt32 i, nColorFrom = 0; in ImplDoClass5() local 483 nColorFrom = nColorTo ^ 0xffffff; in ImplDoClass5() 486 nColorFrom = ImplGetBitmapColor(); 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 157 mpGradient->StartColor = nColorFrom; in SetGradientDescriptor()
|
H A D | outact.hxx | 82 void SetGradientDescriptor( sal_uInt32 nColorFrom, sal_uInt32 nColorTo );
|
Completed in 19 milliseconds