Lines Matching refs:aBLPos
172 const Point aBLPos = aRect.TopLeft(); in UserDraw() local
219 aBLPos.X() + 4, in UserDraw()
220 aBLPos.Y() + ( ( nRectHeight - pImage->GetSizePixel().Height() ) / 2 ) ); in UserDraw()
301 Point aBLPos = aRect.TopLeft(); in UserDraw() local
336 Point aStart(aBLPos.X() + nRectWidth *30 / 100,0); in UserDraw()
337 Point aEnd(aBLPos.X() + nRectWidth * 9 / 10,0); in UserDraw()
340 aStart.Y() = aEnd.Y() = aBLPos.Y() + nRectHeight * i / 100; in UserDraw()
342 aStart.Y() = aEnd.Y() = aBLPos.Y() + nRectHeight * (i + 11) / 100; in UserDraw()
352 Point aStart(aBLPos.X() + nRectWidth / 9,0); in UserDraw()
370 … Point aSStart(aBLPos.X()+(nRectWidth-nTextWidth)/2, aBLPos.Y() +(nRectHeight-nTextHeight)/2); in UserDraw()
382 aStart.Y() = aBLPos.Y() + nRectHeight * nY / 100; in UserDraw()
391 aStart.X() = aBLPos.X() + 2; in UserDraw()
424 Point aBLPos = aRect.TopLeft(); in UserDraw() local
462 … Point aStart(aBLPos.X()+(nRectWidth-nTextWidth)/2, aBLPos.Y() +(nRectHeight-nTextHeight)/2); in UserDraw()
474 Point aStart(aBLPos.X() + nRectWidth*7/20, aBLPos.Y() + nRectHeight*7/20); in UserDraw()
508 … Point aStart(aBLPos.X()+(nRectWidth-nTextWidth)/2, aBLPos.Y() +(nRectHeight-nTextHeight)/2); in UserDraw()