Lines Matching refs:aWindowBox
310 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in Paint() local
315 awt::Rectangle(0,0,aWindowBox.Width,aWindowBox.Height), in Paint()
332 geometry::RealPoint2D(aWindowBox.Width/2, gnVerticalBorder), in Paint()
333 geometry::RealPoint2D(aWindowBox.Width/2, mnSeparatorY - gnVerticalBorder), in Paint()
340 geometry::RealPoint2D(aWindowBox.Width, mnSeparatorY), in Paint()
355 aWindowBox.Width/2 - gnHorizontalGap, in Paint()
356 aWindowBox.Height - gnVerticalBorder), in Paint()
364 aWindowBox.Width/2 + gnHorizontalGap, in Paint()
366 aWindowBox.Width - gnHorizontalGap, in Paint()
367 aWindowBox.Height - gnVerticalBorder), in Paint()
412 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in ProcessString() local
426 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in CheckFontSize() local
427 if (aWindowBox.Width<=0 || aWindowBox.Height<=0) in CheckFontSize()
445 const double nHeightDifference (nY - (aWindowBox.Height-gnVerticalBorder)); in CheckFontSize()
457 const double nScale (double(aWindowBox.Height-gnVerticalBorder) / nY); in CheckFontSize()
540 const awt::Rectangle aWindowBox (mxWindow->getPosSize()); in Resize() local
544 mnSeparatorY = aWindowBox.Height in Resize()
548 aWindowBox.Width/2, in Resize()
549 aWindowBox.Height - mpCloseButton->GetSize().Height/2)); in Resize()