Searched refs:glyf_len (Results 1 – 6 of 6) 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, gindex + 1, face->glyf_len )); 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 | 589 if ( face->glyf_len && FT_ERR_EQ( error, Table_Missing ) ) in tt_face_init()
|
/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 | 154 unsigned int glyf_len; member 175 this->glyf_len = hb_blob_get_length (this->glyf_blob); in init() 202 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/freetype/internal/ |
D | tttypes.h | 1492 FT_ULong glyf_len; member
|