Home
last modified time | relevance | path

Searched refs:aImageRect (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/vcl/aqua/source/gdi/
H A Dsalprn.cxx131 NSRect aImageRect = [mpPrintInfo imageablePageBounds]; in SetupPrinterGraphics() local
137 dX += aImageRect.origin.x; in SetupPrinterGraphics()
138 dY -= aPaperSize.height - aImageRect.size.height - aImageRect.origin.y; in SetupPrinterGraphics()
146 …double dX = aImageRect.origin.x, dY = aPaperSize.height - aImageRect.size.height - aImageRect.orig… in SetupPrinterGraphics()
424 NSRect aImageRect = [mpPrintInfo imageablePageBounds]; in GetPageInfo() local
425 o_rPageOffX = static_cast<long>( aImageRect.origin.x * fXScaling ); in GetPageInfo()
426 …o_rPageOffY = static_cast<long>( (aPaperSize.height - aImageRect.size.height - aImageRect.origin… in GetPageInfo()
427 o_rOutWidth = static_cast<long>( aImageRect.size.width * fXScaling ); in GetPageInfo()
428 o_rOutHeight = static_cast<long>( aImageRect.size.height * fYScaling ); in GetPageInfo()
/AOO41X/main/vcl/source/control/
H A Dbutton.cxx2217 Rectangle aImageRect = maStateRect; in ImplDrawRadioButtonState() local
2226 aImageRect = aDecoView.DrawFrame( aImageRect, nButtonStyle ); in ImplDrawRadioButtonState()
2232 DrawRect( aImageRect ); in ImplDrawRadioButtonState()
2247 Point aImagePos( aImageRect.TopLeft() ); in ImplDrawRadioButtonState()
2248 aImagePos.X() += (aImageRect.GetWidth()-aImageSize.Width())/2; in ImplDrawRadioButtonState()
2249 aImagePos.Y() += (aImageRect.GetHeight()-aImageSize.Height())/2; in ImplDrawRadioButtonState()
2255 aImageRect.Left()++; in ImplDrawRadioButtonState()
2256 aImageRect.Top()++; in ImplDrawRadioButtonState()
2257 aImageRect.Right()--; in ImplDrawRadioButtonState()
2258 aImageRect.Bottom()--; in ImplDrawRadioButtonState()
[all …]