HomeSort by relevance Sort by last modified time
    Searched refs:yPixelsToUnits (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/layout/
ValueRecords.cpp 52 yPlacementAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
62 yPlacementAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
72 yAdvanceAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
82 yAdvanceAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
110 yPlacementAdjustment += fontInstance->yPixelsToUnits(yAdj);
132 yAdvanceAdjustment += fontInstance->yPixelsToUnits(yAdj);
156 yPlacementAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
166 yPlacementAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
176 yAdvanceAdjustment += fontInstance->yPixelsToUnits(pixels.fY);
186 yAdvanceAdjustment += fontInstance->yPixelsToUnits(pixels.fY)
    [all...]
LEFontInstance.cpp 126 float LEFontInstance::yPixelsToUnits(float yPixels) const
134 units.fY = yPixelsToUnits(pixels.fY);
LEFontInstance.h 371 virtual float yPixelsToUnits(float yPixels) const;

Completed in 142 milliseconds