Searched refs:nStepCount (Results 1 – 14 of 14) sorted by relevance
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() local602 nStepCount, in gradientFill()633 nStepCount, in gradientFill()661 nStepCount, in gradientFill()[all …]
47 sal_uInt16 nStepCount; member in XGradient68 void SetSteps(sal_uInt16 nSteps) { nStepCount = nSteps; } in SetSteps()79 sal_uInt16 GetSteps() const { return nStepCount; } in GetSteps()
40 XGradientStepCountItem( sal_uInt16 nStepCount = 0 );
329 sal_Int16 nStepCount = 0; in FillSpecialItem() local333 nStepCount = getShortForLongAlso(aValue); in FillSpecialItem()334 rOutItemSet.Put( XGradientStepCountItem( nStepCount )); in FillSpecialItem()575 sal_Int16 nStepCount = ( static_cast< const XGradientStepCountItem & >( in ApplySpecialItem() local578 aValue <<= nStepCount; in ApplySpecialItem()
153 void SetReducedGradientStepCount( sal_Int16 nStepCount ) ;443 void SvtPrintOptions_Impl::SetReducedGradientStepCount(sal_Int16 nStepCount ) in SetReducedGradientStepCount() argument445 impl_setValue(PROPERTYNAME_REDUCEDGRADIENTSTEPCOUNT, nStepCount); in SetReducedGradientStepCount()690 void SvtBasePrintOptions::SetReducedGradientStepCount( sal_Int16 nStepCount ) in SetReducedGradientStepCount() argument693 m_pDataContainer->SetReducedGradientStepCount( nStepCount ); in SetReducedGradientStepCount()
283 long nStepCount = rGradient.GetSteps(); in ImplDrawLinearGradient() local286 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() local484 if( !nStepCount ) in ImplDrawComplexGradient()501 nStepCount = nMinRect / nInc; in ImplDrawComplexGradient()505 long nSteps = Max( nStepCount, 2L ); in ImplDrawComplexGradient()
266 const int nStepCount= in fillPolygonalGradient() local333 for( int i=1; i<nStepCount; ++i ) in fillPolygonalGradient()337 const double fT( i/double(nStepCount) ); in fillPolygonalGradient()
199 void PrintOptTest::impl_SetReducedGradientStepCount(sal_Int16 nStepCount ) in impl_SetReducedGradientStepCount() argument208 if (nUpdate != nStepCount) in impl_SetReducedGradientStepCount()210 xSet->setPropertyValue( PROPERTYNAME_REDUCEDGRADIENTSTEPCOUNT, css::uno::makeAny(nStepCount)); in impl_SetReducedGradientStepCount()
61 void impl_SetReducedGradientStepCount( sal_Int16 nStepCount );
73 void SetReducedGradientStepCount( sal_Int16 nStepCount );
705 XGradientStepCountItem::XGradientStepCountItem( sal_uInt16 nStepCount ) : in XGradientStepCountItem() argument706 SfxUInt16Item( XATTR_GRADIENTSTEPCOUNT, nStepCount ) in XGradientStepCountItem()
3463 nStepCount( 0 ) in XGradient()3492 nStepCount(nSteps) in XGradient()3517 nStepCount == rGradient.nStepCount ); in operator ==()
186 … SetReducedGradientStepCount( sal_uInt16 nStepCount ) { mnReducedGradientStepCount = nStep… in SetReducedGradientStepCount() argument
848 const unsigned int nStepCount( in doOperation() local857 for( unsigned int i=1; i<nStepCount; ++i ) in doOperation()859 const double fT( i/double(nStepCount) ); in doOperation()
Completed in 98 milliseconds