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() 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/pdfium/third_party/freetype/src/truetype/ |
D | ttpload.c | 71 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() 222 if ( pos1 > face->glyf_len ) in tt_face_get_location() 227 pos1, gindex, face->glyf_len )); in tt_face_get_location() 232 if ( pos2 > face->glyf_len ) in tt_face_get_location() 237 pos2, gindex + 1, face->glyf_len )); in tt_face_get_location() 238 pos2 = face->glyf_len; in tt_face_get_location() 252 *asize = (FT_UInt)( face->glyf_len - pos1 ); in tt_face_get_location()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-font.cc | 139 unsigned int glyf_len; member 160 this->glyf_len = hb_blob_get_length (this->glyf_blob); in init() 187 if (start_offset > end_offset || end_offset > this->glyf_len) in get_extents()
|
/external/pdfium/third_party/freetype/include/freetype/internal/ |
D | tttypes.h | 1353 FT_ULong glyf_len; member
|
/external/freetype/include/internal/ |
D | tttypes.h | 1353 FT_ULong glyf_len; member
|