Lines Matching defs:pixels

72         LEPoint pixels;
74 fontInstance->transformFunits(value, 0, pixels);
76 xPlacementAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
77 yPlacementAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
82 LEPoint pixels;
84 fontInstance->transformFunits(0, value, pixels);
86 xPlacementAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
87 yPlacementAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
92 LEPoint pixels;
94 fontInstance->transformFunits(value, 0, pixels);
96 xAdvanceAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
97 yAdvanceAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
102 LEPoint pixels;
104 fontInstance->transformFunits(0, value, pixels);
106 xAdvanceAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
107 yAdvanceAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
112 // transform them, and then convert them back to pixels. Sigh...
176 LEPoint pixels;
178 fontInstance->transformFunits(value, 0, pixels);
180 xPlacementAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
181 yPlacementAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
186 LEPoint pixels;
188 fontInstance->transformFunits(0, value, pixels);
190 xPlacementAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
191 yPlacementAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
196 LEPoint pixels;
198 fontInstance->transformFunits(value, 0, pixels);
200 xAdvanceAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
201 yAdvanceAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
206 LEPoint pixels;
208 fontInstance->transformFunits(0, value, pixels);
210 xAdvanceAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
211 yAdvanceAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
216 // transform them, and then convert them back to pixels. Sigh...