Lines Matching refs:nRectHeight
171 const long nRectHeight = aRect.GetHeight(); in UserDraw() local
177 aSize.Height() = (nRectHeight*4)/9; in UserDraw()
211 aStrRect.Top() += nRectHeight/4; in UserDraw()
212 aStrRect.Bottom() -= nRectHeight/4; in UserDraw()
220 aBLPos.Y() + ( ( nRectHeight - pImage->GetSizePixel().Height() ) / 2 ) ); in UserDraw()
299 long nRectHeight = aRect.GetHeight(); in UserDraw() local
309 aSize.Height() = nRectHeight/5; 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()
358 aSize.Height() = nRectHeight/4; 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()
422 long nRectHeight = aRect.GetHeight(); in UserDraw() local
446 aSize.Height() = nRectHeight*3/6; in UserDraw()
462 … Point aStart(aBLPos.X()+(nRectWidth-nTextWidth)/2, aBLPos.Y() +(nRectHeight-nTextHeight)/2); in UserDraw()
473 Size aSize(nRectHeight*6/20, nRectHeight*6/20); in UserDraw()
474 Point aStart(aBLPos.X() + nRectWidth*7/20, aBLPos.Y() + nRectHeight*7/20); in UserDraw()
490 aSize.Height() = nRectHeight/4; in UserDraw()
508 … Point aStart(aBLPos.X()+(nRectWidth-nTextWidth)/2, aBLPos.Y() +(nRectHeight-nTextHeight)/2); in UserDraw()