Lines Matching refs:Height
813 awt::Rectangle(0, 0, aWindowBox.Width, aWindowBox.Height), in UpdateLayout()
819 mnSeparatorY = aWindowBox.Height - mpCloseButton->GetSize().Height - gnVerticalButtonPadding; in UpdateLayout()
944 rCenterBox.Height - mpCloseButton->GetSize().Height/ 2)); in PlaceCloseButton()
961 awt::Rectangle(0,0,aWindowBox.Width,aWindowBox.Height), in ClearBackground()
1066 aSize.Height); in PaintPreview()
1080 if (aSize.Width > 0 && aSize.Height > 0) in PaintPreview()
1090 awt::Rectangle(-1, -1, aSize.Width+2, aSize.Height+2), in PaintPreview()
1096 const geometry::RealRectangle2D aBox (0, 0, aSize.Width, aSize.Height); in PaintPreview()
1370 - mnRowCount*maPreviewSize.Height - (mnRowCount-1)*mnVerticalGap) in Update()
1479 (rLocalPoint.Y + mnVerticalGap/2.0) / (maPreviewSize.Height+mnVerticalGap))); in GetRow()
1527 mnVerticalBorder + nRow*(maPreviewSize.Height+mnVerticalGap)); in GetPoint()
1539 aPosition.Y += maPreviewSize.Height; in GetPoint()
1541 aPosition.Y += maPreviewSize.Height / 2.0; in GetPoint()
1558 aWindowPosition.Y + maPreviewSize.Height)); in GetBoundingBox()
1668 nTotalRowCount * maPreviewSize.Height in UpdateScrollBars()
1673 mpVerticalScrollBar->SetLineHeight(maPreviewSize.Height); in UpdateScrollBars()
1781 + (maSlideBoundingBox.Height - aSize.Height) / 2.0); in Paint()
1893 const double nYOffset = aLabelSize.Height in CreateBitmap()
1894 - (aLabelSize.Height - aTextBBox.Y2 + aTextBBox.Y1)/2 - aTextBBox.Y2; in CreateBitmap()
1990 nHeight = xBitmap->getSize().Height; in CalculateLabelSize()
2024 awt::Rectangle(0,0, rSize.Width,rSize.Height), in PaintButtonBackground()
2025 awt::Rectangle(0,0, rSize.Width,rSize.Height), in PaintButtonBackground()
2160 rSlideBoundingBox.Height); in PaintCurrentSlideFrame()
2171 rSlideBoundingBox.Height); in PaintCurrentSlideFrame()
2180 rSlideBoundingBox.Y + rSlideBoundingBox.Height, in PaintCurrentSlideFrame()
2209 rSlideBoundingBox.Y + rSlideBoundingBox.Height); in PaintCurrentSlideFrame()
2218 rSlideBoundingBox.Y + rSlideBoundingBox.Height); in PaintCurrentSlideFrame()
2232 rSlideBoundingBox.Height + mnTopFrameSize + mnBottomFrameSize); in GetBoundingBox()
2303 for (double nY=nY0; nY<nY1; nY+=aSize.Height) in PaintBitmapTiled()