Home
last modified time | relevance | path

Searched refs:cmap_size (Results 1 – 5 of 5) sorted by relevance

/external/freetype/src/sfnt/
Dttload.c1081 error = face->goto_table( face, TTAG_cmap, stream, &face->cmap_size ); in tt_face_load_cmap()
1085 if ( FT_FRAME_EXTRACT( face->cmap_size, face->cmap_table ) ) in tt_face_load_cmap()
1086 face->cmap_size = 0; in tt_face_load_cmap()
Dttcmap.c760 FT_Byte* limit = face->cmap_table + face->cmap_size; in tt_cmap4_set_range()
793 FT_Byte* limit = face->cmap_table + face->cmap_size; in tt_cmap4_next()
1092 FT_Byte* limit = face->cmap_table + face->cmap_size; in tt_cmap4_char_map_linear()
1227 FT_Byte* limit = face->cmap_table + face->cmap_size; in tt_cmap4_char_map_binary()
3768 FT_Byte* limit = table + face->cmap_size; in tt_face_build_cmaps()
3802 if ( offset && offset <= face->cmap_size - 2 ) in tt_face_build_cmaps()
Dsfobjs.c1399 face->cmap_size = 0; in sfnt_done_face()
/external/freetype/include/freetype/internal/
Dtttypes.h1488 FT_ULong cmap_size; member
/external/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.cc1175 int32_t cmap_size = it->second->SubDataSizeToSerialize(); in SubDataSizeToSerialize() local
1176 size += abs(cmap_size); in SubDataSizeToSerialize()
1177 variable |= cmap_size <= 0; in SubDataSizeToSerialize()