Searched refs:rP0 (Results 1 – 2 of 2) sorted by relevance
242 const B2DPoint& rP0( rCurrPoly.getB2DPoint(k) ); in ~DebugPlotter() local249 << rP0.getX() << "," in ~DebugPlotter()253 << rP0.getY() << "," in ~DebugPlotter()260 rP0.getX(), in ~DebugPlotter()264 rP0.getY(), in ~DebugPlotter()
337 Point& rP0 = aP[0]; in ReadLine() local340 rP0.X() = (sal_Int16)SVBT16ToShort( pHd->xa ) + nDrawXOfs2; in ReadLine()341 rP0.Y() = (sal_Int16)SVBT16ToShort( pHd->ya ) + nDrawYOfs2; in ReadLine()342 rP1 = rP0; in ReadLine()343 rP0.X() += (sal_Int16)SVBT16ToShort( aLine.xaStart ); in ReadLine()344 rP0.Y() += (sal_Int16)SVBT16ToShort( aLine.yaStart ); in ReadLine()
Completed in 95 milliseconds