Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dttkern.c51 FT_Byte* p_limit; in tt_face_load_kern() local
77 p_limit = p + table_size; in tt_face_load_kern()
92 if ( p + 6 > p_limit ) in tt_face_load_kern()
106 if ( p_next > p_limit ) /* handle broken table */ in tt_face_load_kern()
107 p_next = p_limit; in tt_face_load_kern()
111 p + 8 > p_limit ) in tt_face_load_kern()
187 FT_Byte* p_limit = p + face->kern_table_size; in tt_face_get_kerning() local
194 count > 0 && p + 6 <= p_limit; in tt_face_get_kerning()
210 if ( next > p_limit ) /* handle broken table */ in tt_face_get_kerning()
211 next = p_limit; in tt_face_get_kerning()
Dttsbit0.c50 FT_Byte* p_limit; in tt_face_load_eblc() local
76 p_limit = p + table_size; in tt_face_load_eblc()
94 count = (FT_UInt)( ( p_limit - p ) / 48 ); in tt_face_load_eblc()
663 FT_Byte* p_limit; in tt_sbit_decoder_load_bitmap() local
679 p_limit = p + glyph_size; in tt_sbit_decoder_load_bitmap()
687 error = tt_sbit_decoder_load_metrics( decoder, &p, p_limit, 0 ); in tt_sbit_decoder_load_bitmap()
693 error = tt_sbit_decoder_load_metrics( decoder, &p, p_limit, 1 ); in tt_sbit_decoder_load_bitmap()
721 if ( p + 1 > p_limit ) in tt_sbit_decoder_load_bitmap()
735 error = loader( decoder, p, p_limit, x_pos, y_pos ); in tt_sbit_decoder_load_bitmap()
758 FT_Byte* p_limit = decoder->eblc_limit; in tt_sbit_decoder_load_image() local
[all …]
/external/freetype/src/truetype/
Dttpload.c173 FT_Byte* p_limit; in tt_face_get_location() local
183 p_limit = face->glyph_locations + face->num_locations * 4; in tt_face_get_location()
188 if ( p + 4 <= p_limit ) in tt_face_get_location()
194 p_limit = face->glyph_locations + face->num_locations * 2; in tt_face_get_location()
199 if ( p + 2 <= p_limit ) in tt_face_get_location()
/external/freetype/src/cff/
Dcffload.c686 FT_Byte* p_limit = p + fdselect->data_size; in cff_fd_select_get() local
712 } while ( p < p_limit ); in cff_fd_select_get()