Lines Matching refs:GetPos
265 rEnd.X() = nBlank + rData.rInf.GetPos().X() + nKernEnd; in lcl_calcLinePos()
266 rEnd.Y() = rData.rInf.GetPos().Y(); in lcl_calcLinePos()
270 rEnd.X() = rData.rInf.GetPos().X(); in lcl_calcLinePos()
271 rEnd.Y() = nBlank + rData.rInf.GetPos().Y() - nKernEnd; in lcl_calcLinePos()
275 rEnd.X() = rData.rInf.GetPos().X() - nKernEnd - nBlank; in lcl_calcLinePos()
276 rEnd.Y() = rData.rInf.GetPos().Y(); in lcl_calcLinePos()
280 rEnd.X() = rData.rInf.GetPos().X(); in lcl_calcLinePos()
281 rEnd.Y() = nBlank + rData.rInf.GetPos().Y() + nKernEnd; in lcl_calcLinePos()
776 Point aStart( rInf.GetPos() ); in lcl_DrawLineForWrongListData()
981 Point aPos( rInf.GetPos() ); in DrawText()
1084 aPos.X() + rInf.GetPos().X() ; in DrawText()
1773 aEnd.X() = rInf.GetPos().X() + nKernVal; in DrawText()
1774 aEnd.Y() = rInf.GetPos().Y(); in DrawText()
1777 aEnd.X() = rInf.GetPos().X(); in DrawText()
1778 aEnd.Y() = rInf.GetPos().Y() - nKernVal; in DrawText()
1781 aEnd.X() = rInf.GetPos().X() - nKernVal; in DrawText()
1782 aEnd.Y() = rInf.GetPos().Y(); in DrawText()
1785 aEnd.X() = rInf.GetPos().X(); in DrawText()
1786 aEnd.Y() = rInf.GetPos().Y() + nKernVal; in DrawText()
1790 Point aCurrPos( rInf.GetPos() ); in DrawText()