Home
last modified time | relevance | path

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

/external/freetype/src/truetype/
Dttpload.c71 error = face->goto_table( face, TTAG_glyf, stream, &face->glyf_len ); in tt_face_load_loca()
76 face->glyf_len = 0; in tt_face_load_loca()
214 if ( pos1 > face->glyf_len ) in tt_face_get_location()
219 pos1, gindex, face->glyf_len )); in tt_face_get_location()
224 if ( pos2 > face->glyf_len ) in tt_face_get_location()
229 pos2, gindex + 1, face->glyf_len )); in tt_face_get_location()
230 pos2 = face->glyf_len; in tt_face_get_location()
244 *asize = (FT_UInt)( face->glyf_len - pos1 ); in tt_face_get_location()
/external/freetype/include/freetype/internal/
Dtttypes.h1388 FT_ULong glyf_len; member