Home | History | Annotate | Download | only in layout

Lines Matching refs:pixels

62  * pixels and funits. (font design units)
272 * This method gets the X and Y advance of a particular glyph, in pixels.
297 * in pixels.
307 * in pixels.
350 * This method converts pixels in the
353 * @param xPixels - pixels in the X direction
362 * This method converts pixels in the
365 * @param yPixels - pixels in the Y direction
374 * This method converts pixels to font design units.
376 * @param pixels - X and Y pixel
381 virtual void pixelsToUnits(LEPoint &pixels, LEPoint &units) const;
416 * @param pixels - the tranformed co-ordinate in pixels
423 virtual void transformFunits(float xFunits, float yFunits, LEPoint &pixels) const;