Home
last modified time | relevance | path

Searched refs:glyf_len (Results 1 – 4 of 4) sorted by relevance

/external/freetype/src/truetype/
Dttpload.c73 error = face->goto_table( face, TTAG_glyf, stream, &face->glyf_len ); in tt_face_load_loca()
79 face->glyf_len = 0; in tt_face_load_loca()
238 if ( pos1 > face->glyf_len ) in tt_face_get_location()
244 pos1, gindex, face->glyf_len )); in tt_face_get_location()
249 if ( pos2 > face->glyf_len ) in tt_face_get_location()
258 pos2 - pos1, gindex, face->glyf_len - pos1 )); in tt_face_get_location()
259 pos2 = face->glyf_len; in tt_face_get_location()
267 pos2, gindex + 1, face->glyf_len )); in tt_face_get_location()
284 *asize = (FT_UInt)( face->glyf_len - pos1 ); in tt_face_get_location()
Dttobjs.c687 if ( face->glyf_len && FT_ERR_EQ( error, Table_Missing ) ) in tt_face_init()
/external/freetype/include/freetype/internal/
Dtttypes.h1722 FT_ULong glyf_len; member
/external/freetype/
DChangeLog.21356 * include/freetype/internal/tttypes.h (TT_FaceRec): Add `glyf_len'