Searched refs:aPtTl (Results 1 – 1 of 1) sorted by relevance
881 Point aPtTl; in IndexToPoint() local882 aPtTl.Y() = aRectSize.Height() * nYIndex / nLines + 1; in IndexToPoint()883 aPtTl.X() = aRectSize.Width() * nXIndex / nLines + 1; in IndexToPoint()885 return aPtTl; in IndexToPoint()998 Point aPtTl, aPtBr; in Paint() local1020 aPtTl.Y() = aRectSize.Height() * i / nLines + 1; in Paint()1025 aPtTl.X() = aRectSize.Width() * j / nLines + 1; in Paint()1034 DrawRect( Rectangle( aPtTl, aPtBr ) ); in Paint()