Lines Matching refs:nRectWidth
232 const long nRectWidth = aRect.GetWidth(); in UserDraw() local
234 aStrRect.Right() -= (nRectWidth*2)/3; in UserDraw()
237 aStrRect.Left() += nRectWidth/3; in UserDraw()
238 aStrRect.Right() += (nRectWidth*2)/3; in UserDraw()
300 long nRectWidth = aRect.GetWidth(); in UserDraw() local
302 Size aRectSize(nRectWidth, aRect.GetHeight()); in UserDraw()
338 Point aStart(aBLPos.X() + nRectWidth *30 / 100,0); in UserDraw()
339 Point aEnd(aBLPos.X() + nRectWidth * 9 / 10,0); in UserDraw()
354 Point aStart(aBLPos.X() + nRectWidth / 9,0); in UserDraw()
366 while (nTextWidth>nRectWidth && aSize.Height()>4) { in UserDraw()
372 Point aSStart(aBLPos.X()+(nRectWidth-nTextWidth)/2, aBLPos.Y() +(nRectHeight-nTextHeight)/2); in UserDraw()
425 long nRectWidth = aRect.GetWidth(); in UserDraw() local
464 Point aStart(aBLPos.X()+(nRectWidth-nTextWidth)/2, aBLPos.Y() +(nRectHeight-nTextHeight)/2); in UserDraw()
476 Point aStart(aBLPos.X() + nRectWidth*7/20, aBLPos.Y() + nRectHeight*7/20); in UserDraw()
504 while (nTextWidth>nRectWidth && aSize.Height()>4) { in UserDraw()
510 Point aStart(aBLPos.X()+(nRectWidth-nTextWidth)/2, aBLPos.Y() +(nRectHeight-nTextHeight)/2); in UserDraw()