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

  /external/harfbuzz_ng/src/
hb-buffer-deserialize-json.rl 86 yadvance= "\"ay\"" colon (num >tok %parse_y_advance);
88 element = glyph | cluster | xoffset | yoffset | xadvance | yadvance;
  /external/chromium_org/third_party/freetype/src/cache/
ftcsbits.c 135 FT_Pos xadvance, yadvance; /* FT_GlyphSlot->advance.{x|y} */ local
154 yadvance = ( slot->advance.y + 32 ) >> 6;
162 !CHECK_CHAR( yadvance ) )
175 sbit->yadvance = (FT_Char)yadvance;
  /external/freetype/src/cache/
ftcsbits.c 135 FT_Pos xadvance, yadvance; /* FT_GlyphSlot->advance.{x|y} */ local
154 yadvance = ( slot->advance.y + 32 ) >> 6;
162 !CHECK_CHAR( yadvance ) )
175 sbit->yadvance = (FT_Char)yadvance;
  /external/chromium_org/third_party/freetype/include/freetype/
ftcache.h 898 FT_Char yadvance; member in struct:FTC_SBitRec_
    [all...]
  /external/freetype/include/freetype/
ftcache.h 898 FT_Char yadvance; member in struct:FTC_SBitRec_
    [all...]

Completed in 165 milliseconds