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