Home | History | Annotate | Download | only in layout

Lines Matching refs:pixels

62  * pixels and funits. (font design units)
273 * This method gets the X and Y advance of a particular glyph, in pixels.
298 * in pixels.
308 * in pixels.
351 * This method converts pixels in the
354 * @param xPixels - pixels in the X direction
363 * This method converts pixels in the
366 * @param yPixels - pixels in the Y direction
375 * This method converts pixels to font design units.
377 * @param pixels - X and Y pixel
382 virtual void pixelsToUnits(LEPoint &pixels, LEPoint &units) const;
417 * @param pixels - the tranformed co-ordinate in pixels
424 virtual void transformFunits(float xFunits, float yFunits, LEPoint &pixels) const;