Home | History | Annotate | Download | only in layout

Lines Matching refs:fontInstance

38                                  const LEFontInstance *fontInstance) const
49 fontInstance->transformFunits(value, 0, pixels);
51 xPlacementAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
52 yPlacementAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
59 fontInstance->transformFunits(0, value, pixels);
61 xPlacementAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
62 yPlacementAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
69 fontInstance->transformFunits(value, 0, pixels);
71 xAdvanceAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
72 yAdvanceAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
79 fontInstance->transformFunits(0, value, pixels);
81 xAdvanceAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
82 yAdvanceAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
89 le_int16 xppem = (le_int16) fontInstance->getXPixelsPerEm();
90 le_int16 yppem = (le_int16) fontInstance->getYPixelsPerEm();
99 xPlacementAdjustment += fontInstance->xPixelsToUnits(xAdj);
110 yPlacementAdjustment += fontInstance->yPixelsToUnits(yAdj);
121 xAdvanceAdjustment += fontInstance->xPixelsToUnits(xAdj);
132 yAdvanceAdjustment += fontInstance->yPixelsToUnits(yAdj);
142 const LEFontInstance *fontInstance) const
153 fontInstance->transformFunits(value, 0, pixels);
155 xPlacementAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
156 yPlacementAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
163 fontInstance->transformFunits(0, value, pixels);
165 xPlacementAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
166 yPlacementAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
173 fontInstance->transformFunits(value, 0, pixels);
175 xAdvanceAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
176 yAdvanceAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
183 fontInstance->transformFunits(0, value, pixels);
185 xAdvanceAdjustment += fontInstance->xPixelsToUnits(pixels.fX);
186 yAdvanceAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
193 le_int16 xppem = (le_int16) fontInstance->getXPixelsPerEm();
194 le_int16 yppem = (le_int16) fontInstance->getYPixelsPerEm();
203 xPlacementAdjustment += fontInstance->xPixelsToUnits(xAdj);
214 yPlacementAdjustment += fontInstance->yPixelsToUnits(yAdj);
225 xAdvanceAdjustment += fontInstance->xPixelsToUnits(xAdj);
236 yAdvanceAdjustment += fontInstance->yPixelsToUnits(yAdj);