Searched refs:nIndA (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/drawinglayer/source/primitive2d/ |
H A D | animatedprimitive2d.cxx | 176 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()
|
/aoo42x/main/basegfx/source/polygon/ |
H A D | b3dpolygonclipper.cxx | 96 …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 D | b2dpolygoncutandtouch.cxx | 239 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 85 milliseconds