/aoo41x/main/canvas/source/vcl/ |
H A D | canvashelper_texturefill.cxx | 179 OSL_ENSURE( nStepCount >= 3, in fillLinearGradient() 208 ++nStepCount; in fillLinearGradient() 238 (nStepCount - i-1)/double(nStepCount)*aLeftTop + in fillLinearGradient() 244 (nStepCount - i-1)/double(nStepCount)*aLeftBottom + in fillLinearGradient() 365 ++nStepCount; in fillPolygonalGradient() 477 if( i+1<nStepCount ) in fillPolygonalGradient() 569 const int nStepCount= in gradientFill() local 602 nStepCount, in gradientFill() 633 nStepCount, in gradientFill() 661 nStepCount, in gradientFill() [all …]
|
/aoo41x/main/svx/inc/svx/ |
H A D | xgrad.hxx | 47 sal_uInt16 nStepCount; member in XGradient 68 void SetSteps(sal_uInt16 nSteps) { nStepCount = nSteps; } in SetSteps() 79 sal_uInt16 GetSteps() const { return nStepCount; } in GetSteps()
|
H A D | xgrscit.hxx | 40 XGradientStepCountItem( sal_uInt16 nStepCount = 0 );
|
/aoo41x/main/chart2/source/controller/itemsetwrapper/ |
H A D | GraphicPropertyItemConverter.cxx | 329 sal_Int16 nStepCount = 0; in FillSpecialItem() local 333 nStepCount = getShortForLongAlso(aValue); in FillSpecialItem() 334 rOutItemSet.Put( XGradientStepCountItem( nStepCount )); in FillSpecialItem() 575 sal_Int16 nStepCount = ( static_cast< const XGradientStepCountItem & >( in ApplySpecialItem() local 578 aValue <<= nStepCount; in ApplySpecialItem()
|
/aoo41x/main/svtools/source/config/ |
H A D | printoptions.cxx | 153 void SetReducedGradientStepCount( sal_Int16 nStepCount ) ; 443 void SvtPrintOptions_Impl::SetReducedGradientStepCount(sal_Int16 nStepCount ) in SetReducedGradientStepCount() argument 445 impl_setValue(PROPERTYNAME_REDUCEDGRADIENTSTEPCOUNT, nStepCount); in SetReducedGradientStepCount() 690 void SvtBasePrintOptions::SetReducedGradientStepCount( sal_Int16 nStepCount ) in SetReducedGradientStepCount() argument 693 m_pDataContainer->SetReducedGradientStepCount( nStepCount ); in SetReducedGradientStepCount()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | outdev4.cxx | 283 long nStepCount = rGradient.GetSteps(); in ImplDrawLinearGradient() local 286 if ( !nStepCount ) in ImplDrawLinearGradient() 298 nStepCount = nMinRect / nInc; in ImplDrawLinearGradient() 307 long nSteps = Min( nStepCount, nMaxColorSteps ); in ImplDrawLinearGradient() 418 long nStepCount = rGradient.GetSteps(); in ImplDrawComplexGradient() local 484 if( !nStepCount ) in ImplDrawComplexGradient() 501 nStepCount = nMinRect / nInc; in ImplDrawComplexGradient() 505 long nSteps = Max( nStepCount, 2L ); in ImplDrawComplexGradient()
|
/aoo41x/main/canvas/source/directx/ |
H A D | dx_canvashelper_texturefill.cxx | 266 const int nStepCount= in fillPolygonalGradient() local 333 for( int i=1; i<nStepCount; ++i ) in fillPolygonalGradient() 337 const double fT( i/double(nStepCount) ); in fillPolygonalGradient()
|
/aoo41x/main/svl/qa/complex/ConfigItems/helper/ |
H A D | PrintOptTest.cxx | 199 void PrintOptTest::impl_SetReducedGradientStepCount(sal_Int16 nStepCount ) in impl_SetReducedGradientStepCount() argument 208 if (nUpdate != nStepCount) in impl_SetReducedGradientStepCount() 210 xSet->setPropertyValue( PROPERTYNAME_REDUCEDGRADIENTSTEPCOUNT, css::uno::makeAny(nStepCount)); in impl_SetReducedGradientStepCount()
|
H A D | PrintOptTest.hxx | 61 void impl_SetReducedGradientStepCount( sal_Int16 nStepCount );
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | printoptions.hxx | 73 void SetReducedGradientStepCount( sal_Int16 nStepCount );
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | print.hxx | 186 … SetReducedGradientStepCount( sal_uInt16 nStepCount ) { mnReducedGradientStepCount = nStep… in SetReducedGradientStepCount() argument
|
/aoo41x/main/svx/source/xoutdev/ |
H A D | xattr2.cxx | 705 XGradientStepCountItem::XGradientStepCountItem( sal_uInt16 nStepCount ) : in XGradientStepCountItem() argument 706 SfxUInt16Item( XATTR_GRADIENTSTEPCOUNT, nStepCount ) in XGradientStepCountItem()
|
H A D | xattr.cxx | 3463 nStepCount( 0 ) in XGradient() 3492 nStepCount(nSteps) in XGradient() 3517 nStepCount == rGradient.nStepCount ); in operator ==()
|
/aoo41x/main/canvas/source/cairo/ |
H A D | cairo_canvashelper.cxx | 848 const unsigned int nStepCount( in doOperation() local 857 for( unsigned int i=1; i<nStepCount; ++i ) in doOperation() 859 const double fT( i/double(nStepCount) ); in doOperation()
|