Lines Matching refs:nRectHeight
173 const long nRectHeight = aRect.GetHeight(); in UserDraw() local
179 aSize.Height() = (nRectHeight*4)/9; in UserDraw()
213 aStrRect.Top() += nRectHeight/4; in UserDraw()
214 aStrRect.Bottom() -= nRectHeight/4; in UserDraw()
222 aBLPos.Y() + ( ( nRectHeight - pImage->GetSizePixel().Height() ) / 2 ) ); in UserDraw()
301 long nRectHeight = aRect.GetHeight(); in UserDraw() local
311 aSize.Height() = nRectHeight/5; in UserDraw()
342 aStart.Y() = aEnd.Y() = aBLPos.Y() + nRectHeight * i / 100; in UserDraw()
344 aStart.Y() = aEnd.Y() = aBLPos.Y() + nRectHeight * (i + 11) / 100; in UserDraw()
360 aSize.Height() = nRectHeight/4; in UserDraw()
372 Point aSStart(aBLPos.X()+(nRectWidth-nTextWidth)/2, aBLPos.Y() +(nRectHeight-nTextHeight)/2); in UserDraw()
384 aStart.Y() = aBLPos.Y() + nRectHeight * nY / 100; in UserDraw()
424 long nRectHeight = aRect.GetHeight(); in UserDraw() local
448 aSize.Height() = nRectHeight*3/6; in UserDraw()
464 Point aStart(aBLPos.X()+(nRectWidth-nTextWidth)/2, aBLPos.Y() +(nRectHeight-nTextHeight)/2); in UserDraw()
475 Size aSize(nRectHeight*6/20, nRectHeight*6/20); in UserDraw()
476 Point aStart(aBLPos.X() + nRectWidth*7/20, aBLPos.Y() + nRectHeight*7/20); in UserDraw()
492 aSize.Height() = nRectHeight/4; in UserDraw()
510 Point aStart(aBLPos.X()+(nRectWidth-nTextWidth)/2, aBLPos.Y() +(nRectHeight-nTextHeight)/2); in UserDraw()