Searched refs:aDummyPoly (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/filter/source/graphicfilter/ios2met/ |
H A D | ios2met.cxx | 1004 Polygon aDummyPoly(4); in ReadChrStr() local 1006 aDummyPoly.SetPoint( Point( aP0.X(), aP0.Y() ), 0); // TOP LEFT in ReadChrStr() 1007 aDummyPoly.SetPoint( Point( aP0.X(), aP0.Y() - aSize.Height() ), 1); // BOTTOM LEFT in ReadChrStr() 1008 aDummyPoly.SetPoint( Point( aP0.X() + aSize.Width(), aP0.Y() ), 2); // TOP RIGHT in ReadChrStr() 1009 …aDummyPoly.SetPoint( Point( aP0.X() + aSize.Width(), aP0.Y() - aSize.Height() ), 3);// BOTTOM RIGHT in ReadChrStr() 1010 aDummyPoly.Rotate( aP0, (short)aAttr.nChrAng ); in ReadChrStr() 1012 aAttr.aCurPos = aDummyPoly.GetPoint( 0 ); in ReadChrStr() 1013 aCalcBndRect.Union( Rectangle( aDummyPoly.GetPoint( 0 ), aDummyPoly.GetPoint( 3 ) ) ); in ReadChrStr() 1014 aCalcBndRect.Union( Rectangle( aDummyPoly.GetPoint( 1 ), aDummyPoly.GetPoint( 2 ) ) ); in ReadChrStr()
|
Completed in 16 milliseconds