Searched refs:aImageRect (Results 1 – 2 of 2) sorted by relevance
131 NSRect aImageRect = [mpPrintInfo imageablePageBounds]; in SetupPrinterGraphics() local137 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() local425 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()
2217 Rectangle aImageRect = maStateRect; in ImplDrawRadioButtonState() local2226 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 …]