Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx1004 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()
1009aDummyPoly.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 17 milliseconds