Searched refs:glyf_len (Results 1 – 5 of 5) sorted by relevance
/external/freetype/src/truetype/ |
D | ttpload.c | 71 error = face->goto_table( face, TTAG_glyf, stream, &face->glyf_len ); in tt_face_load_loca() 77 face->glyf_len = 0; in tt_face_load_loca() 236 if ( pos1 > face->glyf_len ) in tt_face_get_location() 242 pos1, gindex, face->glyf_len )); in tt_face_get_location() 247 if ( pos2 > face->glyf_len ) in tt_face_get_location() 256 pos2 - pos1, gindex, face->glyf_len - pos1 )); in tt_face_get_location() 257 pos2 = face->glyf_len; in tt_face_get_location() 265 pos2, gindex + 1, face->glyf_len )); in tt_face_get_location() 282 *asize = (FT_UInt)( face->glyf_len - pos1 ); in tt_face_get_location()
|
D | ttobjs.c | 659 if ( face->glyf_len && FT_ERR_EQ( error, Table_Missing ) ) in tt_face_init()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-glyf-table.hh | 116 glyf_len = hb_blob_get_length (glyf_blob); in init() 145 if (start_offset > end_offset || end_offset > glyf_len) in get_extents() 168 unsigned int glyf_len; member
|
/external/freetype/include/freetype/internal/ |
D | tttypes.h | 1502 FT_ULong glyf_len; member
|
/external/freetype/ |
D | ChangeLog.21 | 356 * include/freetype/internal/tttypes.h (TT_FaceRec): Add `glyf_len'
|