Home
last modified time | relevance | path

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

/external/pdfium/third_party/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()
Dttsbit.c945 FT_Byte* p_limit; in tt_sbit_decoder_load_bitmap() local
961 p_limit = p + glyph_size; in tt_sbit_decoder_load_bitmap()
970 error = tt_sbit_decoder_load_metrics( decoder, &p, p_limit, 0 ); in tt_sbit_decoder_load_bitmap()
977 error = tt_sbit_decoder_load_metrics( decoder, &p, p_limit, 1 ); in tt_sbit_decoder_load_bitmap()
1021 byte_size == (FT_UInt)( p_limit - p ) ) in tt_sbit_decoder_load_bitmap()
1033 if ( p + 1 > p_limit ) in tt_sbit_decoder_load_bitmap()
1066 error = loader( decoder, p, p_limit, x_pos, y_pos ); in tt_sbit_decoder_load_bitmap()
1089 FT_Byte* p_limit = decoder->eblc_limit; in tt_sbit_decoder_load_image() local
1112 if ( image_offset > (FT_ULong)( p_limit - p ) ) in tt_sbit_decoder_load_image()
1116 if ( p + 8 > p_limit ) in tt_sbit_decoder_load_image()
[all …]
/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()
Dttsbit.c1103 FT_Byte* p_limit; in tt_sbit_decoder_load_bitmap() local
1120 p_limit = p + glyph_size; in tt_sbit_decoder_load_bitmap()
1129 error = tt_sbit_decoder_load_metrics( decoder, &p, p_limit, 0 ); in tt_sbit_decoder_load_bitmap()
1136 error = tt_sbit_decoder_load_metrics( decoder, &p, p_limit, 1 ); in tt_sbit_decoder_load_bitmap()
1180 byte_size == (FT_UInt)( p_limit - p ) ) in tt_sbit_decoder_load_bitmap()
1192 if ( p + 1 > p_limit ) in tt_sbit_decoder_load_bitmap()
1229 error = loader( decoder, p, p_limit, x_pos, y_pos, recurse_count ); in tt_sbit_decoder_load_bitmap()
1249 FT_Byte* p_limit = decoder->eblc_limit; in tt_sbit_decoder_load_image() local
1283 if ( image_offset > (FT_ULong)( p_limit - p ) ) in tt_sbit_decoder_load_image()
1287 if ( p + 8 > p_limit ) in tt_sbit_decoder_load_image()
[all …]
/external/pdfium/third_party/freetype/src/truetype/
Dttpload.c187 FT_Byte* p_limit; in tt_face_get_location() local
197 p_limit = face->glyph_locations + face->num_locations * 4; in tt_face_get_location()
202 if ( p + 4 <= p_limit ) in tt_face_get_location()
208 p_limit = face->glyph_locations + face->num_locations * 2; in tt_face_get_location()
213 if ( p + 2 <= p_limit ) in tt_face_get_location()
/external/freetype/src/truetype/
Dttpload.c201 FT_Byte* p_limit; in tt_face_get_location() local
211 p_limit = face->glyph_locations + face->num_locations * 4; in tt_face_get_location()
216 if ( p + 4 <= p_limit ) in tt_face_get_location()
222 p_limit = face->glyph_locations + face->num_locations * 2; in tt_face_get_location()
227 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/pdfium/third_party/freetype/src/cff/
Dcffload.c740 FT_Byte* p_limit = p + fdselect->data_size; in cff_fd_select_get() local
766 } while ( p < p_limit ); in cff_fd_select_get()
/external/freetype/src/cff/
Dcffload.c778 FT_Byte* p_limit = p + fdselect->data_size; in cff_fd_select_get() local
804 } while ( p < p_limit ); in cff_fd_select_get()