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

  /external/freetype/src/sfnt/
ttcmap.c 2361 FT_ULong n, start, end, glyph_id, last = 0; local
2397 FT_ULong start, end, glyph_id, char_code; local
    [all...]
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 357 const FT_UInt glyph_id = FT_Get_Char_Index(face, letter); local
358 if (!glyph_id)
360 FT_Load_Glyph(face, glyph_id, FT_LOAD_NO_SCALE);
    [all...]

Completed in 37 milliseconds