• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/ICU-511.35/icuSources/layout/

Lines Matching refs:pixels

47         LEPoint pixels;
49 fontInstance->transformFunits(value, 0, pixels);
51 xPlacementAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
52 yPlacementAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
57 LEPoint pixels;
59 fontInstance->transformFunits(0, value, pixels);
61 xPlacementAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
62 yPlacementAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
67 LEPoint pixels;
69 fontInstance->transformFunits(value, 0, pixels);
71 xAdvanceAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
72 yAdvanceAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
77 LEPoint pixels;
79 fontInstance->transformFunits(0, value, pixels);
81 xAdvanceAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
82 yAdvanceAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
87 // transform them, and then convert them back to pixels. Sigh...
151 LEPoint pixels;
153 fontInstance->transformFunits(value, 0, pixels);
155 xPlacementAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
156 yPlacementAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
161 LEPoint pixels;
163 fontInstance->transformFunits(0, value, pixels);
165 xPlacementAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
166 yPlacementAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
171 LEPoint pixels;
173 fontInstance->transformFunits(value, 0, pixels);
175 xAdvanceAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
176 yAdvanceAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
181 LEPoint pixels;
183 fontInstance->transformFunits(0, value, pixels);
185 xAdvanceAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
186 yAdvanceAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
191 // transform them, and then convert them back to pixels. Sigh...