Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dttkern.c50 FT_Byte* p_limit; in tt_face_load_kern() local
78 p_limit = p + table_size; in tt_face_load_kern()
93 if ( p + 6 > p_limit ) in tt_face_load_kern()
107 if ( p_next > p_limit ) /* handle broken table */ in tt_face_load_kern()
108 p_next = p_limit; in tt_face_load_kern()
112 p + 8 > p_limit ) in tt_face_load_kern()
188 FT_Byte* p_limit = p + face->kern_table_size; in tt_face_get_kerning() local
195 count > 0 && p + 6 <= p_limit; in tt_face_get_kerning()
211 if ( next > p_limit ) /* handle broken table */ in tt_face_get_kerning()
212 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()
705 FT_Byte* p_limit; in tt_sbit_decoder_load_bitmap() local
721 p_limit = p + glyph_size; in tt_sbit_decoder_load_bitmap()
729 error = tt_sbit_decoder_load_metrics( decoder, &p, p_limit, 0 ); in tt_sbit_decoder_load_bitmap()
735 error = tt_sbit_decoder_load_metrics( decoder, &p, p_limit, 1 ); in tt_sbit_decoder_load_bitmap()
763 if ( p + 1 > p_limit ) in tt_sbit_decoder_load_bitmap()
777 error = loader( decoder, p, p_limit, x_pos, y_pos ); in tt_sbit_decoder_load_bitmap()
800 FT_Byte* p_limit = decoder->eblc_limit; in tt_sbit_decoder_load_image() local
[all …]
/external/freetype/src/truetype/
Dttpload.c179 FT_Byte* p_limit; in tt_face_get_location() local
189 p_limit = face->glyph_locations + face->num_locations * 4; in tt_face_get_location()
194 if ( p + 4 <= p_limit ) in tt_face_get_location()
200 p_limit = face->glyph_locations + face->num_locations * 2; in tt_face_get_location()
205 if ( p + 2 <= p_limit ) in tt_face_get_location()
/external/regex-re2/util/
Dstringpiece.cc24 const char* p_limit = p + len; in _equal() local
25 for (; p < p_limit; p++, p2++) { in _equal()
/external/freetype/src/cff/
Dcffload.c732 FT_Byte* p_limit = p + fdselect->data_size; in cff_fd_select_get() local
758 } while ( p < p_limit ); in cff_fd_select_get()