Home
last modified time | relevance | path

Searched refs:pFirstPt (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/tools/source/generic/
H A Dpoly.cxx1475 const Point& pFirstPt = mpImplPolygon->mxPointAry[0]; in GetBoundRect() local
1476 nXMin = nXMax = pFirstPt.X(); in GetBoundRect()
1477 nYMin = nYMax = pFirstPt.Y(); in GetBoundRect()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/tools/source/generic/
H A Dpoly.cxx1451 const Point& pFirstPt = mpImplPolygon->mxPointAry[0]; in GetBoundRect() local
1452 nXMin = nXMax = pFirstPt.X(); in GetBoundRect()
1453 nYMin = nYMax = pFirstPt.Y(); in GetBoundRect()