Home
last modified time | relevance | path

Searched refs:nIndA (Results 1 – 3 of 3) sorted by relevance

/trunk/main/drawinglayer/source/primitive2d/
H A Danimatedprimitive2d.cxx176 const sal_uInt32 nIndA(sal_uInt32(floor(fIndex))); in get2DDecomposition() local
177 const double fOffset(fIndex - (double)nIndA); in get2DDecomposition()
179 …segfx::tools::B2DHomMatrixBufferedDecompose >::const_iterator aMatA(maMatrixStack.begin() + nIndA); in get2DDecomposition()
189 const sal_uInt32 nIndB((nIndA + 1L) % nSize); in get2DDecomposition()
/trunk/main/basegfx/source/polygon/
H A Db3dpolygonclipper.cxx96 …void impAppendInterpolate(B3DPolygon& rDest, const B3DPolygon& rSource, sal_uInt32 nIndA, sal_uInt… in impAppendInterpolate() argument
98 const B3DPoint aCurrPoint(rSource.getB3DPoint(nIndA)); in impAppendInterpolate()
104 const BColor aCurrBColor(rSource.getBColor(nIndA)); in impAppendInterpolate()
111 const B3DVector aCurrVector(rSource.getNormal(nIndA)); in impAppendInterpolate()
118 const B2DPoint aCurrTxCo(rSource.getTextureCoordinate(nIndA)); in impAppendInterpolate()
H A Db2dpolygoncutandtouch.cxx239 sal_uInt32 nIndA, sal_uInt32 nIndB, in findEdgeCutsTwoEdges() argument
279 rTempPointsA.push_back(temporaryPoint(aCutPoint, nIndA, fCut)); in findEdgeCutsTwoEdges()
415 sal_uInt32 nIndA, sal_uInt32 nIndB, in findEdgeCutsBezierAndEdge() argument
440 adaptAndTransferCutsWithBezierSegment(aTempPointVectorA, aTempPolygonA, nIndA, rTempPointsA); in findEdgeCutsBezierAndEdge()
456 sal_uInt32 nIndA, sal_uInt32 nIndB, in findEdgeCutsTwoBeziers() argument
482 adaptAndTransferCutsWithBezierSegment(aTempPointVectorA, aTempPolygonA, nIndA, rTempPointsA); in findEdgeCutsTwoBeziers()

Completed in 36 milliseconds