Searched refs:cmap_size (Results 1 - 9 of 9) sorted by relevance

/external/pdfium/third_party/freetype/src/sfnt/
H A Dttload.c924 error = face->goto_table( face, TTAG_cmap, stream, &face->cmap_size );
928 if ( FT_FRAME_EXTRACT( face->cmap_size, face->cmap_table ) )
929 face->cmap_size = 0;
H A Dttcmap.c725 FT_Byte* limit = face->cmap_table + face->cmap_size;
1075 FT_Byte* limit = face->cmap_table + face->cmap_size;
1170 FT_Byte* limit = face->cmap_table + face->cmap_size;
3483 FT_Byte* limit = table + face->cmap_size;
3517 if ( offset && offset <= face->cmap_size - 2 )
H A Dsfobjs.c1532 face->cmap_size = 0;
/external/freetype/include/internal/
H A Dtttypes.h1132 /* cmap_size :: The size in bytes of the `cmap_table' */
1276 FT_ULong cmap_size; member in struct:TT_FaceRec_
/external/pdfium/third_party/freetype/include/internal/
H A Dtttypes.h1134 /* cmap_size :: The size in bytes of the `cmap_table' */
1278 FT_ULong cmap_size; member in struct:TT_FaceRec_
/external/freetype/src/sfnt/
H A Dttload.c961 error = face->goto_table( face, TTAG_cmap, stream, &face->cmap_size );
965 if ( FT_FRAME_EXTRACT( face->cmap_size, face->cmap_table ) )
966 face->cmap_size = 0;
H A Dttcmap.c725 FT_Byte* limit = face->cmap_table + face->cmap_size;
1075 FT_Byte* limit = face->cmap_table + face->cmap_size;
1170 FT_Byte* limit = face->cmap_table + face->cmap_size;
3483 FT_Byte* limit = table + face->cmap_size;
3517 if ( offset && offset <= face->cmap_size - 2 )
H A Dsfobjs.c1533 face->cmap_size = 0;
/external/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc1175 int32_t cmap_size = it->second->SubDataSizeToSerialize(); local
1176 size += abs(cmap_size);
1177 variable |= cmap_size <= 0;

Completed in 195 milliseconds