Home
last modified time | relevance | path

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

/aoo42x/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx488 Polygon aLastPoly(pPP->GetObject(pPP->Count()-1)); in AddPointsToArea() local
489 nOldSize=aLastPoly.GetSize(); in AddPointsToArea()
490 if (aLastPoly.GetPoint(nOldSize-1)==rPoly.GetPoint(0)) nOldSize--; in AddPointsToArea()
492 aLastPoly.SetSize(nNewSize); in AddPointsToArea()
494 aLastPoly.SetPoint(rPoly.GetPoint(i-nOldSize),i); in AddPointsToArea()
496 pPP->Replace(aLastPoly,pPP->Count()-1); in AddPointsToArea()
509 Polygon aLastPoly(pPP->GetObject(pPP->Count()-1)); in AddPointsToPath() local
510 nOldSize=aLastPoly.GetSize(); in AddPointsToPath()
515 aLastPoly.SetSize(nNewSize); in AddPointsToPath()
517 aLastPoly.SetPoint(rPoly.GetPoint(i-nOldSize),i); in AddPointsToPath()
[all …]

Completed in 14 milliseconds