HomeSort by relevance Sort by last modified time
    Searched full:x_height (Results 1 - 1 of 1) sorted by null

  /external/skia/src/ports/
SkFontHost_FreeType.cpp 912 SkScalar x_height; local
914 x_height = SkFixedToScalar(SkMulDiv(fScaleX, os2->sxHeight, upem));
924 x_height = SkIntToScalar(bbox.yMax) / 64;
926 x_height = 0;
947 mx->fXHeight = x_height;
958 my->fXHeight = x_height;
    [all...]

Completed in 951 milliseconds