Home
last modified time | relevance | path

Searched refs:nSteps (Results 1 – 25 of 39) sorted by relevance

12

/trunk/main/basegfx/source/tools/
H A Dgradienttools.cxx57 sal_uInt32 nSteps, in init1DGradientInfo() argument
278 nSteps, in createLinearODFGradientInfo()
292 nSteps, in createAxialODFGradientInfo()
307 nSteps, in createRadialODFGradientInfo()
323 nSteps, in createEllipticalODFGradientInfo()
383 if(nSteps) in getLinearGradientAlpha()
385 return floor(aCoor.getY() * nSteps) / double(nSteps - 1); in getLinearGradientAlpha()
410 if(nSteps) in getAxialGradientAlpha()
412 return floor(fAbsY * nSteps) / double(nSteps - 1); in getAxialGradientAlpha()
432 return floor(t * nSteps) / double(nSteps - 1); in getRadialGradientAlpha()
[all …]
/trunk/main/drawinglayer/source/primitive2d/
H A Dfillgradientprimitive2d.cxx57 if(nSteps == 0) in generateMatricesAndColors()
59 nSteps = nMaxSteps; in generateMatricesAndColors()
62 if(nSteps < 2) in generateMatricesAndColors()
64 nSteps = 2; in generateMatricesAndColors()
67 if(nSteps > nMaxSteps) in generateMatricesAndColors()
81 nSteps, in generateMatricesAndColors()
94 nSteps, in generateMatricesAndColors()
106 nSteps, in generateMatricesAndColors()
119 nSteps, in generateMatricesAndColors()
133 nSteps, in generateMatricesAndColors()
[all …]
H A Dsvggradientprimitive2d.cxx49 sal_uInt32 nSteps(basegfx::fround(rColorA.getDistance(rColorB) * 255.0)); in calculateStepsForSvgGradient() local
51 if(nSteps) in calculateStepsForSvgGradient()
56 nSteps = std::min(nSteps, nDistSteps); in calculateStepsForSvgGradient()
60 nSteps = std::min(nSteps, sal_uInt32(255)); in calculateStepsForSvgGradient()
61 nSteps = std::max(nSteps, sal_uInt32(1)); in calculateStepsForSvgGradient()
63 return nSteps; in calculateStepsForSvgGradient()
951 getOffsetA() + (fDelta / nSteps) + fDiscreteUnit, in create2DDecomposition()
956 const double fUnitStep(1.0 / nSteps); in create2DDecomposition()
959 xRetval.realloc(nSteps); in create2DDecomposition()
1034 const double fUnitStep(1.0 / nSteps); in create2DDecomposition()
[all …]
/trunk/main/drawinglayer/source/texture/
H A Dtexture.cxx118 sal_uInt32 nSteps, in GeoTexSvxGradientLinear() argument
128 nSteps, in GeoTexSvxGradientLinear()
214 sal_uInt32 nSteps, in GeoTexSvxGradientAxial() argument
223 nSteps, in GeoTexSvxGradientAxial()
298 sal_uInt32 nSteps, in GeoTexSvxGradientRadial() argument
307 nSteps, in GeoTexSvxGradientRadial()
355 sal_uInt32 nSteps, in GeoTexSvxGradientElliptical() argument
365 nSteps, in GeoTexSvxGradientElliptical()
432 sal_uInt32 nSteps, in GeoTexSvxGradientSquare() argument
442 nSteps, in GeoTexSvxGradientSquare()
[all …]
/trunk/main/drawinglayer/source/processor3d/
H A Ddefaultprocessor3d.cxx82 if(nSteps == 0L) in impRenderGradientTexturePrimitive3D()
84 nSteps = nMaxSteps; in impRenderGradientTexturePrimitive3D()
87 if(nSteps < 2L) in impRenderGradientTexturePrimitive3D()
89 nSteps = 2L; in impRenderGradientTexturePrimitive3D()
92 if(nSteps > nMaxSteps) in impRenderGradientTexturePrimitive3D()
94 nSteps = nMaxSteps; in impRenderGradientTexturePrimitive3D()
107 nSteps, in impRenderGradientTexturePrimitive3D()
120 nSteps, in impRenderGradientTexturePrimitive3D()
132 nSteps, in impRenderGradientTexturePrimitive3D()
145 nSteps, in impRenderGradientTexturePrimitive3D()
[all …]
/trunk/main/basegfx/inc/basegfx/tools/
H A Dgradienttools.hxx86 sal_uInt32 nSteps) in ODFGradientInfo() argument
90 mnSteps(nSteps) in ODFGradientInfo()
152 sal_uInt32 nSteps,
200 sal_uInt32 nSteps,
244 sal_uInt32 nSteps,
287 sal_uInt32 nSteps,
331 sal_uInt32 nSteps,
375 sal_uInt32 nSteps,
/trunk/main/drawinglayer/source/processor2d/
H A Dvclprocessor2d.cxx87 sal_uInt32 nSteps(basegfx::fround(rColorA.getDistance(rColorB) * 255.0)); in calculateStepsForSvgGradient() local
89 if(nSteps) in calculateStepsForSvgGradient()
94 nSteps = std::min(nSteps, nDistSteps); in calculateStepsForSvgGradient()
98 nSteps /= 2; in calculateStepsForSvgGradient()
101 nSteps = std::min(nSteps, sal_uInt32(255)); in calculateStepsForSvgGradient()
102 nSteps = std::max(nSteps, sal_uInt32(1)); in calculateStepsForSvgGradient()
104 return nSteps; in calculateStepsForSvgGradient()
1297 const double fUnitStep(1.0 / nSteps); in RenderSvgLinearAtomPrimitive2D()
1300 for(sal_uInt32 a(0); a < nSteps; a++, fUnitScale += fUnitStep) in RenderSvgLinearAtomPrimitive2D()
1332 const double fUnitStep(1.0 / nSteps); in RenderSvgRadialAtomPrimitive2D()
[all …]
/trunk/main/vcl/source/gdi/
H A Doutdev4.cxx307 long nSteps = Min( nStepCount, nMaxColorSteps ); in ImplDrawLinearGradient() local
308 if ( nSteps < 3) in ImplDrawLinearGradient()
310 nSteps = 3; in ImplDrawLinearGradient()
318 const double fStepsMinus1 = ((double)nSteps) - 1.0; in ImplDrawLinearGradient()
324 for ( long i = 0; i < nSteps; i++ ) in ImplDrawLinearGradient()
505 long nSteps = Max( nStepCount, 2L ); in ImplDrawComplexGradient() local
513 if ( nCalcSteps < nSteps ) in ImplDrawComplexGradient()
514 nSteps = nCalcSteps; in ImplDrawComplexGradient()
515 if ( !nSteps ) in ImplDrawComplexGradient()
516 nSteps = 1; in ImplDrawComplexGradient()
[all …]
/trunk/main/filter/source/xmlfilteradaptor/
H A DXmlFilterAdaptor.cxx82 sal_Int32 nSteps= 0; in importImpl() local
130 xStatusIndicator->setValue(nSteps++); in importImpl()
142 xStatusIndicator->setValue(nSteps++); in importImpl()
184 xStatusIndicator->setValue(nSteps++); in importImpl()
209 xStatusIndicator->setValue(nSteps++); in importImpl()
223 sal_Int32 nSteps= 1; in exportImpl() local
240 xStatusIndicator->setValue(nSteps++); in exportImpl()
249 xStatusIndicator->setValue(nSteps++); in exportImpl()
314 xStatusIndicator->setValue(nSteps++); in exportImpl()
/trunk/main/drawinglayer/inc/drawinglayer/texture/
H A Dtexture.hxx92 sal_uInt32 nSteps,
130 sal_uInt32 nSteps,
161 sal_uInt32 nSteps,
187 sal_uInt32 nSteps,
214 sal_uInt32 nSteps,
242 sal_uInt32 nSteps,
270 sal_uInt32 nSteps,
/trunk/main/sd/source/ui/dlg/
H A Dmorphdlg.cxx124 sal_uInt16 nSteps; in LoadSettings() local
131 *xIStm >> nSteps >> bOrient >> bAttrib; in LoadSettings()
135 nSteps = 16; in LoadSettings()
139 aMtfSteps.SetValue( nSteps ); in LoadSettings()
/trunk/main/drawinglayer/source/attribute/
H A Dfillgradientattribute.cxx58 sal_uInt16 nSteps) in ImpFillGradientAttribute() argument
67 mnSteps(nSteps) in ImpFillGradientAttribute()
122 sal_uInt16 nSteps) in FillGradientAttribute() argument
124 eStyle, fBorder, fOffsetX, fOffsetY, fAngle, rStartColor, rEndColor, nSteps)) in FillGradientAttribute()
/trunk/main/svx/source/svdraw/
H A Dsvdpagv.cxx631 sal_uInt16 nSteps = sal_uInt16(nx1 / nx2); in DrawPageViewGrid() local
632 sal_uInt32 nRestPerStepMul1000 = nSteps ? ( ((nx1 * 1000L)/ nSteps) - (nx2 * 1000L) ) : 0; in DrawPageViewGrid()
636 for(sal_uInt16 a=0;a<nSteps;a++) in DrawPageViewGrid()
656 sal_uInt16 nSteps = sal_uInt16(ny1 / ny2); in DrawPageViewGrid() local
657 sal_uInt32 nRestPerStepMul1000 = nSteps ? ( ((ny1 * 1000L)/ nSteps) - (ny2 * 1000L) ) : 0; in DrawPageViewGrid()
661 for(sal_uInt16 a=0;a<nSteps;a++) in DrawPageViewGrid()
/trunk/main/svx/inc/svx/
H A Dxgrad.hxx55 sal_uInt16 nSteps = 0 );
68 void SetSteps(sal_uInt16 nSteps) { nStepCount = nSteps; } in SetSteps() argument
/trunk/main/offapi/com/sun/star/drawing/
H A DXShapeArranger.idl73 [in] short nSteps );
79 <var>nSteps</var> objects more to the back.
82 [in] short nSteps );
/trunk/main/sd/source/ui/func/
H A Dfumorph.cxx479 const sal_uInt16 nSteps, List& rPolyPolyList3D) in ImpMorphPolygons() argument
481 if(nSteps) in ImpMorphPolygons()
488 const double fFactor(1.0 / (nSteps + 1)); in ImpMorphPolygons()
491 for(sal_uInt16 i(0); i < nSteps; i++) in ImpMorphPolygons()
/trunk/main/canvas/source/cairo/
H A Dcairo_textlayout.cxx638 for (int nSteps = 0; nSteps < total_steps; nSteps++) { in draw() local
640 cairo_glyphs[nGlyphIdx].x += bold_dx * nSteps / total_steps; in draw()
/trunk/main/sc/source/filter/xml/
H A DXMLCalculationSettingsContext.cxx239 sal_Int32 nSteps; in ScXMLIterationContext() local
240 GetScImport().GetMM100UnitConverter().convertNumber(nSteps, sValue); in ScXMLIterationContext()
241 pCalcSet->SetIterationCount(nSteps); in ScXMLIterationContext()
/trunk/main/starmath/source/
H A Dmathmlexport.cxx178 sal_Int32 nSteps=0; in Export() local
180 xStatusIndicator->setValue(nSteps++); in Export()
208 xStatusIndicator->setValue(nSteps++); in Export()
219 xStatusIndicator->setValue(nSteps++); in Export()
229 xStatusIndicator->setValue(nSteps++); in Export()
244 xStatusIndicator->setValue(nSteps++); in Export()
H A Dmathmlimport.cxx162 sal_Int32 nSteps=3; in Import() local
164 nSteps = 1; in Import()
166 sal_Int32 nProgressRange(nSteps); in Import()
173 nSteps=0; in Import()
175 xStatusIndicator->setValue(nSteps++); in Import()
200 xStatusIndicator->setValue(nSteps++); in Import()
211 xStatusIndicator->setValue(nSteps++); in Import()
222 xStatusIndicator->setValue(nSteps++); in Import()
240 xStatusIndicator->setValue(nSteps++); in Import()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx604 const sal_uInt16 nSteps( rGradient.GetSteps() ); in createGradientAction() local
608 nSteps == 0 || in createGradientAction()
611 nSteps > 64 ) in createGradientAction()
693 nSteps, in createGradientAction()
719 nSteps, in createGradientAction()
740 nSteps, in createGradientAction()
749 nSteps, in createGradientAction()
759 nSteps, in createGradientAction()
769 nSteps, in createGradientAction()
/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx2243 …acheObj( const SwTableBox& rKeyBox, const SwTableBox& rCacheBox, sal_uInt16 nSteps, bool bStart ) : in SwFindRowSpanCacheObj()
2244 mpKeyBox( &rKeyBox ), mpCacheBox( &rCacheBox ), mnSteps( nSteps ), mbStart( bStart ) {} in SwFindRowSpanCacheObj()
2255 …const SwTableBox* FindCachedStartEndOfRowSpan( const SwTableBox& rKeyBox, sal_uInt16 nSteps, bool …
2256 …fRowSpan( const SwTableBox& rKeyBox, const SwTableBox& rCacheBox, sal_uInt16 nSteps, bool bStart );
2277 sal_uInt16 nSteps, in FindCachedStartEndOfRowSpan() argument
2292 aIter->mnSteps == nSteps && in FindCachedStartEndOfRowSpan()
2308 sal_uInt16 nSteps, in SetCachedStartEndOfRowSpan() argument
2313 const SwFindRowSpanCacheObj aNew( rKeyBox, rCacheBox, nSteps, bStart ); in SetCachedStartEndOfRowSpan()
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx2450 long nSteps = 0; in SeekCursor() local
2465 nSteps = nRow - (m_pSeekCursor->getRow() - 1); in SeekCursor()
2466 bAbsolute = bAbsolute || (abs(nSteps) > 100); in SeekCursor()
2477 if (nSteps > 0) // auf den letzten benoetigten Datensatz positionieren in SeekCursor()
2482 bSuccess = m_pSeekCursor->absolute(nSteps); in SeekCursor()
2484 bSuccess = m_pSeekCursor->relative(nSteps); in SeekCursor()
2486 else if (nSteps < 0) in SeekCursor()
2491 bSuccess = m_pSeekCursor->absolute(nSteps); in SeekCursor()
2493 bSuccess = m_pSeekCursor->relative(nSteps); in SeekCursor()
2511 if (bAbsolute || nSteps > 0) in SeekCursor()
/trunk/main/sw/source/ui/shells/
H A Dannotsh.cxx1477 sal_uInt16 nSteps = nCnt; in ExecUndo() local
1481 nSteps = nCount; in ExecUndo()
1486 while( nSteps-- ) in ExecUndo()
1501 sal_uInt16 nSteps = nCnt; in ExecUndo() local
1505 nSteps = nCount; in ExecUndo()
1510 while( nSteps-- ) in ExecUndo()
/trunk/main/drawinglayer/source/primitive3d/
H A Dsdrextrudelathetools3d.cxx365 sal_uInt32 nSteps, in createLatheSlices() argument
370 if(basegfx::fTools::equalZero(fRotation) || 0L == nSteps) in createLatheSlices()
434 const double fStepSize(1.0 / (double)nSteps); in createLatheSlices()
436 for(sal_uInt32 a(0L); a < nSteps; a++) in createLatheSlices()

Completed in 182 milliseconds

12