Home
last modified time | relevance | path

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

12

/AOO41X/main/basegfx/source/tools/
H A Dgradienttools.cxx57 sal_uInt32 nSteps, in init1DGradientInfo() argument
119 return ODFGradientInfo(aTextureTransform, fAspectRatio, nSteps); in init1DGradientInfo()
128 sal_uInt32 nSteps, in initEllipticalGradientInfo() argument
188 return ODFGradientInfo(aTextureTransform, fAspectRatio, nSteps); in initEllipticalGradientInfo()
197 sal_uInt32 nSteps, in initRectGradientInfo() argument
265 return ODFGradientInfo(aTextureTransform, fAspectRatio, nSteps); in initRectGradientInfo()
272 sal_uInt32 nSteps, in createLinearODFGradientInfo() argument
278 nSteps, in createLinearODFGradientInfo()
286 sal_uInt32 nSteps, in createAxialODFGradientInfo() argument
292 nSteps, in createAxialODFGradientInfo()
[all …]
/AOO41X/main/drawinglayer/source/primitive2d/
H A Dfillgradientprimitive2d.cxx55 sal_uInt32 nSteps(getFillGradient().getSteps()); in generateMatricesAndColors() local
57 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()
69 nSteps = nMaxSteps; in generateMatricesAndColors()
76 …xture::GeoTexSvxGradientLinear aGradient(getObjectRange(), aStart, aEnd, nSteps, getFillGradient()… in generateMatricesAndColors()
82 …exture::GeoTexSvxGradientAxial aGradient(getObjectRange(), aStart, aEnd, nSteps, getFillGradient()… in generateMatricesAndColors()
88 …xture::GeoTexSvxGradientRadial aGradient(getObjectRange(), aStart, aEnd, nSteps, getFillGradient()… 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()
943 …const sal_uInt32 nSteps(calculateStepsForSvgGradient(getColorA(), getColorB(), fDelta, fDiscreteUn… in create2DDecomposition() local
951 getOffsetA() + (fDelta / nSteps) + fDiscreteUnit, in create2DDecomposition()
956 const double fUnitStep(1.0 / nSteps); in create2DDecomposition()
959 xRetval.realloc(nSteps); in create2DDecomposition()
[all …]
/AOO41X/main/drawinglayer/source/texture/
H A Dtexture.cxx117 sal_uInt32 nSteps, in GeoTexSvxGradientLinear() argument
120 : GeoTexSvxGradient(rTargetRange, rStart, rEnd, nSteps, fBorder) in GeoTexSvxGradientLinear()
124 nSteps, in GeoTexSvxGradientLinear()
182 sal_uInt32 nSteps, in GeoTexSvxGradientAxial() argument
185 : GeoTexSvxGradient(rTargetRange, rStart, rEnd, nSteps, fBorder) in GeoTexSvxGradientAxial()
189 nSteps, in GeoTexSvxGradientAxial()
245 sal_uInt32 nSteps, in GeoTexSvxGradientRadial() argument
249 : GeoTexSvxGradient(rTargetRange, rStart, rEnd, nSteps, fBorder) in GeoTexSvxGradientRadial()
254 nSteps, in GeoTexSvxGradientRadial()
302 sal_uInt32 nSteps, in GeoTexSvxGradientElliptical() argument
[all …]
/AOO41X/main/drawinglayer/source/processor3d/
H A Ddefaultprocessor3d.cxx73 sal_uInt32 nSteps(rFillGradient.getSteps()); in impRenderGradientTexturePrimitive3D() local
82 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()
101 ….reset(new texture::GeoTexSvxGradientLinear(aOutlineRange, aStart, aEnd, nSteps, rFillGradient.get… in impRenderGradientTexturePrimitive3D()
106 …x.reset(new texture::GeoTexSvxGradientAxial(aOutlineRange, aStart, aEnd, nSteps, rFillGradient.get… in impRenderGradientTexturePrimitive3D()
111 ….reset(new texture::GeoTexSvxGradientRadial(aOutlineRange, aStart, aEnd, nSteps, rFillGradient.get… in impRenderGradientTexturePrimitive3D()
[all …]
/AOO41X/main/basegfx/inc/basegfx/tools/
H A Dgradienttools.hxx85 sal_uInt32 nSteps) in ODFGradientInfo() argument
89 mnSteps(nSteps) in ODFGradientInfo()
151 sal_uInt32 nSteps,
199 sal_uInt32 nSteps,
243 sal_uInt32 nSteps,
286 sal_uInt32 nSteps,
330 sal_uInt32 nSteps,
374 sal_uInt32 nSteps,
/AOO41X/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()
1280 … const sal_uInt32 nSteps(calculateStepsForSvgGradient(aColorA, aColorB, fDelta, fDiscreteUnit)); in RenderSvgLinearAtomPrimitive2D() local
1291 rCandidate.getOffsetA() + (fDelta / nSteps) + fDiscreteUnit, in RenderSvgLinearAtomPrimitive2D()
1297 const double fUnitStep(1.0 / nSteps); in RenderSvgLinearAtomPrimitive2D()
[all …]
/AOO41X/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()
313 double fScanInc = ((double)aRect.GetHeight()) / (double) nSteps; in ImplDrawLinearGradient()
318 const double fStepsMinus1 = ((double)nSteps) - 1.0; in ImplDrawLinearGradient()
322 nSteps -= 1; // draw middle polygons as one polygon after loop to avoid gap in ImplDrawLinearGradient()
324 for ( long i = 0; i < nSteps; i++ ) in ImplDrawLinearGradient()
377 aRect.Top() = (long)( fGradientLine + ((double)nSteps) * fScanInc ); in ImplDrawLinearGradient()
378 aRect.Bottom() = (long)( fMirrorGradientLine - ((double) nSteps) * fScanInc ); in ImplDrawLinearGradient()
505 long nSteps = Max( nStepCount, 2L ); in ImplDrawComplexGradient() local
[all …]
/AOO41X/main/drawinglayer/inc/drawinglayer/texture/
H A Dtexture.hxx92 sal_uInt32 nSteps,
124 sal_uInt32 nSteps,
150 sal_uInt32 nSteps,
176 sal_uInt32 nSteps,
203 sal_uInt32 nSteps,
231 sal_uInt32 nSteps,
259 sal_uInt32 nSteps,
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/main/svx/inc/svx/
H A Dxgrad.hxx55 sal_uInt16 nSteps = 0 );
68 void SetSteps(sal_uInt16 nSteps) { nStepCount = nSteps; } in SetSteps() argument
/AOO41X/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 );
/AOO41X/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()
/AOO41X/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()
/AOO41X/main/canvas/source/cairo/
H A Dcairo_textlayout.cxx604 for (int nSteps = 0; nSteps < total_steps; nSteps++) { in draw() local
606 cairo_glyphs[nGlyphIdx].x += bold_dx * nSteps / total_steps; in draw()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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 positioni… 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()
/AOO41X/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()
/AOO41X/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()

12