Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/polygon/
H A Db2dpolypolygoncutter.cxx125 CorrectionTable maCorrectionTable; member in basegfx::__anon1b031f100111::solver
492 maCorrectionTable.push_back(CorrectionPair(*pLast, aMiddle)); in impSolve()
498 maCorrectionTable.push_back(CorrectionPair(*pCurrent, aMiddle)); in impSolve()
677 const sal_uInt32 nCorrectionSize(maCorrectionTable.size()); in getB2DPolyPolygon()
701 …if(maCorrectionTable[c].first.getX() == aCandidate.getX() && maCorrectionTable[c].first.getY() == … in getB2DPolyPolygon()
703 aTemp.setB2DPoint(b, maCorrectionTable[c].second); in getB2DPolyPolygon()

Completed in 13 milliseconds