Home
last modified time | relevance | path

Searched refs:num_cmaps (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/freetype/src/sfnt/
Dttcmap.c3610 FT_UInt volatile num_cmaps; in tt_face_build_cmaps() local
3629 num_cmaps = TT_NEXT_USHORT( p ); in tt_face_build_cmaps()
3631 for ( ; num_cmaps > 0 && p + 8 <= limit; num_cmaps-- ) in tt_face_build_cmaps()
/external/freetype/src/sfnt/
Dttcmap.c3698 FT_UInt volatile num_cmaps; in tt_face_build_cmaps() local
3717 num_cmaps = TT_NEXT_USHORT( p ); in tt_face_build_cmaps()
3719 for ( ; num_cmaps > 0 && p + 8 <= limit; num_cmaps-- ) in tt_face_build_cmaps()
/external/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.cc1235 int32_t num_cmaps = NumCMaps(data); in Initialize() local
1236 for (int32_t i = 0; i < num_cmaps; ++i) { in Initialize()