Lines Matching refs:aLocationPixel
1256 Rectangle aLocationPixel = aLocation.aRectangle; in render() local
1261 Fraction aScaleX( aLocationPixel.GetWidth(), aLocationMM.GetWidth() ); in render()
1262 Fraction aScaleY( aLocationPixel.GetHeight(), aLocationMM.GetHeight() ); in render()
1264 long nX1 = aLocationPixel.Left() + (long) in render()
1266 long nX2 = aLocationPixel.Left() + (long) in render()
1268 long nY1 = aLocationPixel.Top() + (long) in render()
1270 long nY2 = aLocationPixel.Top() + (long) in render()
1273 if ( nX1 > aLocationPixel.Right() ) nX1 = aLocationPixel.Right(); in render()
1274 if ( nX2 > aLocationPixel.Right() ) nX2 = aLocationPixel.Right(); in render()
1275 if ( nY1 > aLocationPixel.Bottom() ) nY1 = aLocationPixel.Bottom(); in render()
1276 if ( nY2 > aLocationPixel.Bottom() ) nY2 = aLocationPixel.Bottom(); in render()