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

  /external/freetype/include/freetype/
tttables.h 394 FT_Short sxHeight;
    [all...]
  /external/freetype/src/sfnt/
ttload.c     [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 937 if (os2 && os2->sxHeight) {
938 x_height = SkFixedToScalar(SkMulDiv(fScaleX, os2->sxHeight, upem));
    [all...]

Completed in 54 milliseconds