Searched refs:cmap_size (Results 1 – 13 of 13) sorted by relevance
/external/freetype/src/sfnt/ |
D | ttload.c | 961 error = face->goto_table( face, TTAG_cmap, stream, &face->cmap_size ); in tt_face_load_cmap() 965 if ( FT_FRAME_EXTRACT( face->cmap_size, face->cmap_table ) ) in tt_face_load_cmap() 966 face->cmap_size = 0; in tt_face_load_cmap()
|
D | ttcmap.c | 725 FT_Byte* limit = face->cmap_table + face->cmap_size; in tt_cmap4_set_range() 1075 FT_Byte* limit = face->cmap_table + face->cmap_size; in tt_cmap4_char_map_linear() 1170 FT_Byte* limit = face->cmap_table + face->cmap_size; in tt_cmap4_char_map_binary() 3483 FT_Byte* limit = table + face->cmap_size; in tt_face_build_cmaps() 3517 if ( offset && offset <= face->cmap_size - 2 ) in tt_face_build_cmaps()
|
D | sfobjs.c | 1533 face->cmap_size = 0; in sfnt_done_face()
|
/external/pdfium/third_party/freetype/src/sfnt/ |
D | ttload.c | 994 error = face->goto_table( face, TTAG_cmap, stream, &face->cmap_size ); in tt_face_load_cmap() 998 if ( FT_FRAME_EXTRACT( face->cmap_size, face->cmap_table ) ) in tt_face_load_cmap() 999 face->cmap_size = 0; in tt_face_load_cmap()
|
D | ttcmap.c | 734 FT_Byte* limit = face->cmap_table + face->cmap_size; in tt_cmap4_set_range() 1039 FT_Byte* limit = face->cmap_table + face->cmap_size; in tt_cmap4_char_map_linear() 1225 FT_Byte* limit = face->cmap_table + face->cmap_size; in tt_cmap4_char_map_binary() 3609 FT_Byte* limit = table + face->cmap_size; in tt_face_build_cmaps() 3643 if ( offset && offset <= face->cmap_size - 2 ) in tt_face_build_cmaps()
|
D | sfobjs.c | 1559 face->cmap_size = 0; in sfnt_done_face()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/ |
D | ttload.c | 994 error = face->goto_table( face, TTAG_cmap, stream, &face->cmap_size ); in tt_face_load_cmap() 998 if ( FT_FRAME_EXTRACT( face->cmap_size, face->cmap_table ) ) in tt_face_load_cmap() 999 face->cmap_size = 0; in tt_face_load_cmap()
|
D | ttcmap.c | 734 FT_Byte* limit = face->cmap_table + face->cmap_size; in tt_cmap4_set_range() 1039 FT_Byte* limit = face->cmap_table + face->cmap_size; in tt_cmap4_char_map_linear() 1225 FT_Byte* limit = face->cmap_table + face->cmap_size; in tt_cmap4_char_map_binary() 3625 FT_Byte* limit = table + face->cmap_size; in tt_face_build_cmaps() 3659 if ( offset && offset <= face->cmap_size - 2 ) in tt_face_build_cmaps()
|
D | sfobjs.c | 1611 face->cmap_size = 0; in sfnt_done_face()
|
/external/pdfium/third_party/freetype/include/freetype/internal/ |
D | tttypes.h | 1276 FT_ULong cmap_size; member
|
/external/freetype/include/internal/ |
D | tttypes.h | 1276 FT_ULong cmap_size; member
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/ |
D | tttypes.h | 1276 FT_ULong cmap_size; member
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | cmap_table.cc | 1175 int32_t cmap_size = it->second->SubDataSizeToSerialize(); in SubDataSizeToSerialize() local 1176 size += abs(cmap_size); in SubDataSizeToSerialize() 1177 variable |= cmap_size <= 0; in SubDataSizeToSerialize()
|