Lines Matching defs:fontInstance

63                                  const LEFontInstance *fontInstance, LEErrorCode &success) const
74 fontInstance->transformFunits(value, 0, pixels);
76 xPlacementAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
77 yPlacementAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
84 fontInstance->transformFunits(0, value, pixels);
86 xPlacementAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
87 yPlacementAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
94 fontInstance->transformFunits(value, 0, pixels);
96 xAdvanceAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
97 yAdvanceAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
104 fontInstance->transformFunits(0, value, pixels);
106 xAdvanceAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
107 yAdvanceAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
114 le_int16 xppem = (le_int16) fontInstance->getXPixelsPerEm();
115 le_int16 yppem = (le_int16) fontInstance->getYPixelsPerEm();
124 xPlacementAdjustment += fontInstance->xPixelsToUnits(xAdj);
135 yPlacementAdjustment += fontInstance->yPixelsToUnits(yAdj);
146 xAdvanceAdjustment += fontInstance->xPixelsToUnits(xAdj);
157 yAdvanceAdjustment += fontInstance->yPixelsToUnits(yAdj);
167 const LEFontInstance *fontInstance, LEErrorCode &success) const
178 fontInstance->transformFunits(value, 0, pixels);
180 xPlacementAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
181 yPlacementAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
188 fontInstance->transformFunits(0, value, pixels);
190 xPlacementAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
191 yPlacementAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
198 fontInstance->transformFunits(value, 0, pixels);
200 xAdvanceAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
201 yAdvanceAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
208 fontInstance->transformFunits(0, value, pixels);
210 xAdvanceAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
211 yAdvanceAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
218 le_int16 xppem = (le_int16) fontInstance->getXPixelsPerEm();
219 le_int16 yppem = (le_int16) fontInstance->getYPixelsPerEm();
228 xPlacementAdjustment += fontInstance->xPixelsToUnits(xAdj);
239 yPlacementAdjustment += fontInstance->yPixelsToUnits(yAdj);
250 xAdvanceAdjustment += fontInstance->xPixelsToUnits(xAdj);
261 yAdvanceAdjustment += fontInstance->yPixelsToUnits(yAdj);