Home
last modified time | relevance | path

Searched refs:nStepCount (Results 1 – 14 of 14) sorted by relevance

/trunk/main/canvas/source/vcl/
H A Dcanvashelper_texturefill.cxx179 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 …]
/trunk/main/svx/inc/svx/
H A Dxgrad.hxx47 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 Dxgrscit.hxx40 XGradientStepCountItem( sal_uInt16 nStepCount = 0 );
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DGraphicPropertyItemConverter.cxx329 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()
/trunk/main/svtools/source/config/
H A Dprintoptions.cxx153 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()
/trunk/main/vcl/source/gdi/
H A Doutdev4.cxx283 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()
/trunk/main/canvas/source/directx/
H A Ddx_canvashelper_texturefill.cxx266 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()
/trunk/main/svl/qa/complex/ConfigItems/helper/
H A DPrintOptTest.cxx199 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 DPrintOptTest.hxx61 void impl_SetReducedGradientStepCount( sal_Int16 nStepCount );
/trunk/main/svtools/inc/svtools/
H A Dprintoptions.hxx73 void SetReducedGradientStepCount( sal_Int16 nStepCount );
/trunk/main/svx/source/xoutdev/
H A Dxattr2.cxx705 XGradientStepCountItem::XGradientStepCountItem( sal_uInt16 nStepCount ) : in XGradientStepCountItem() argument
706 SfxUInt16Item( XATTR_GRADIENTSTEPCOUNT, nStepCount ) in XGradientStepCountItem()
H A Dxattr.cxx3463 nStepCount( 0 ) in XGradient()
3492 nStepCount(nSteps) in XGradient()
3517 nStepCount == rGradient.nStepCount ); in operator ==()
/trunk/main/vcl/inc/vcl/
H A Dprint.hxx186 … SetReducedGradientStepCount( sal_uInt16 nStepCount ) { mnReducedGradientStepCount = nStep… in SetReducedGradientStepCount() argument
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx848 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()

Completed in 94 milliseconds