Lines Matching refs:aLocationPixel
1252 Rectangle aLocationPixel = aLocation.aRectangle; in render() local
1257 Fraction aScaleX( aLocationPixel.GetWidth(), aLocationMM.GetWidth() ); in render()
1258 Fraction aScaleY( aLocationPixel.GetHeight(), aLocationMM.GetHeight() ); in render()
1260 long nX1 = aLocationPixel.Left() + (long) in render()
1262 long nX2 = aLocationPixel.Left() + (long) in render()
1264 long nY1 = aLocationPixel.Top() + (long) in render()
1266 long nY2 = aLocationPixel.Top() + (long) in render()
1269 if ( nX1 > aLocationPixel.Right() ) nX1 = aLocationPixel.Right(); in render()
1270 if ( nX2 > aLocationPixel.Right() ) nX2 = aLocationPixel.Right(); in render()
1271 if ( nY1 > aLocationPixel.Bottom() ) nY1 = aLocationPixel.Bottom(); in render()
1272 if ( nY2 > aLocationPixel.Bottom() ) nY2 = aLocationPixel.Bottom(); in render()