HomeSort by relevance Sort by last modified time
    Searched refs:glyph_id (Results 1 - 3 of 3) 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 332 const FT_UInt glyph_id = FT_Get_Char_Index(face, letter); local
333 if (!glyph_id)
335 FT_Load_Glyph(face, glyph_id, FT_LOAD_NO_SCALE);
    [all...]
  /external/skia/src/pdf/
SkPDFFont.cpp 358 static void append_cmap_bfchar_table(uint16_t* glyph_id, SkUnichar* unicode,
365 cmap->writeHexAsText(glyph_id[i], 4);
    [all...]

Completed in 1011 milliseconds