Lines Matching refs:nRectWidth
230 const long nRectWidth = aRect.GetWidth(); in UserDraw() local
232 aStrRect.Right() -= (nRectWidth*2)/3; in UserDraw()
235 aStrRect.Left() += nRectWidth/3; in UserDraw()
236 aStrRect.Right() += (nRectWidth*2)/3; in UserDraw()
298 long nRectWidth = aRect.GetWidth(); in UserDraw() local
300 Size aRectSize(nRectWidth, aRect.GetHeight()); in UserDraw()
336 Point aStart(aBLPos.X() + nRectWidth *30 / 100,0); in UserDraw()
337 Point aEnd(aBLPos.X() + nRectWidth * 9 / 10,0); in UserDraw()
352 Point aStart(aBLPos.X() + nRectWidth / 9,0); in UserDraw()
364 while (nTextWidth>nRectWidth && aSize.Height()>4) { in UserDraw()
370 … Point aSStart(aBLPos.X()+(nRectWidth-nTextWidth)/2, aBLPos.Y() +(nRectHeight-nTextHeight)/2); in UserDraw()
423 long nRectWidth = aRect.GetWidth(); 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()
502 while (nTextWidth>nRectWidth && aSize.Height()>4) { in UserDraw()
508 … Point aStart(aBLPos.X()+(nRectWidth-nTextWidth)/2, aBLPos.Y() +(nRectHeight-nTextHeight)/2); in UserDraw()