Searched refs:CorrectionPair (Results 1 – 1 of 1) sorted by relevance
113 … typedef ::std::pair< basegfx::B2DPoint /*orig*/, basegfx::B2DPoint /*repl*/ > CorrectionPair; typedef114 typedef ::std::vector< CorrectionPair > CorrectionTable;492 maCorrectionTable.push_back(CorrectionPair(*pLast, aMiddle)); in impSolve()498 maCorrectionTable.push_back(CorrectionPair(*pCurrent, aMiddle)); in impSolve()
Completed in 17 milliseconds