Lines Matching refs:aOutSz
522 Size aOutSz; in ImplCreateOutput() local
617 aOutSz = pOut->PixelToLogic( aOutRect.GetSize() ); in ImplCreateOutput()
629 aOutSz = pOut->PixelToLogic( aOutSzPix ); in ImplCreateOutput()
665 aOutSz = pOut->PixelToLogic( aOutSzPix ); in ImplCreateOutput()
705 pOut->DrawBitmapEx( aOutPt, aOutSz, aOutBmpEx ); in ImplCreateOutput()
711 pOut->DrawBitmapEx( aOutPt, aOutSz, *pBmpEx = aOutBmpEx ); in ImplCreateOutput()
1965 Size aOutSz( rSz ); in ImplDraw() local
1969 Polygon aPoly( Rectangle( aOutPt, aOutSz ) ); in ImplDraw()
1974 aOutSz = aRotBoundRect.GetSize(); in ImplDraw()
1978 pOut->IntersectClipRegion( Rectangle( aOutPt, aOutSz ) ); in ImplDraw()
1981 ( (GDIMetaFile&) rMtf ).Play( pOut, aOutPt, aOutSz ); in ImplDraw()