/third_party/freetype/src/sfnt/ |
D | ttkern.c | 49 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() 193 FT_Byte* p_limit = p + face->kern_table_size; in tt_face_get_kerning() local 200 count > 0 && p + 6 <= p_limit; in tt_face_get_kerning() 216 if ( next > p_limit ) /* handle broken table */ in tt_face_get_kerning() 217 next = p_limit; in tt_face_get_kerning()
|
D | ttsbit.c | 1116 FT_Byte* p_limit; in tt_sbit_decoder_load_bitmap() local 1133 p_limit = p + glyph_size; in tt_sbit_decoder_load_bitmap() 1142 error = tt_sbit_decoder_load_metrics( decoder, &p, p_limit, 0 ); in tt_sbit_decoder_load_bitmap() 1149 error = tt_sbit_decoder_load_metrics( decoder, &p, p_limit, 1 ); in tt_sbit_decoder_load_bitmap() 1193 byte_size == (FT_UInt)( p_limit - p ) ) in tt_sbit_decoder_load_bitmap() 1205 if ( p + 1 > p_limit ) in tt_sbit_decoder_load_bitmap() 1242 error = loader( decoder, p, p_limit, x_pos, y_pos, recurse_count ); in tt_sbit_decoder_load_bitmap() 1262 FT_Byte* p_limit = decoder->eblc_limit; in tt_sbit_decoder_load_image() local 1296 if ( image_offset > (FT_ULong)( p_limit - p ) ) in tt_sbit_decoder_load_image() 1300 if ( p + 8 > p_limit ) in tt_sbit_decoder_load_image() [all …]
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | ttkern.c | 49 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() 193 FT_Byte* p_limit = p + face->kern_table_size; in tt_face_get_kerning() local 200 count > 0 && p + 6 <= p_limit; in tt_face_get_kerning() 216 if ( next > p_limit ) /* handle broken table */ in tt_face_get_kerning() 217 next = p_limit; in tt_face_get_kerning()
|
D | ttsbit.c | 1120 FT_Byte* p_limit; in tt_sbit_decoder_load_bitmap() local 1137 p_limit = p + glyph_size; in tt_sbit_decoder_load_bitmap() 1146 error = tt_sbit_decoder_load_metrics( decoder, &p, p_limit, 0 ); in tt_sbit_decoder_load_bitmap() 1153 error = tt_sbit_decoder_load_metrics( decoder, &p, p_limit, 1 ); in tt_sbit_decoder_load_bitmap() 1197 byte_size == (FT_UInt)( p_limit - p ) ) in tt_sbit_decoder_load_bitmap() 1209 if ( p + 1 > p_limit ) in tt_sbit_decoder_load_bitmap() 1246 error = loader( decoder, p, p_limit, x_pos, y_pos, recurse_count ); in tt_sbit_decoder_load_bitmap() 1266 FT_Byte* p_limit = decoder->eblc_limit; in tt_sbit_decoder_load_image() local 1300 if ( image_offset > (FT_ULong)( p_limit - p ) ) in tt_sbit_decoder_load_image() 1304 if ( p + 8 > p_limit ) in tt_sbit_decoder_load_image() [all …]
|
/third_party/flutter/skia/third_party/externals/freetype/src/sfnt/ |
D | ttkern.c | 50 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() 194 FT_Byte* p_limit = p + face->kern_table_size; in tt_face_get_kerning() local 201 count > 0 && p + 6 <= p_limit; in tt_face_get_kerning() 217 if ( next > p_limit ) /* handle broken table */ in tt_face_get_kerning() 218 next = p_limit; in tt_face_get_kerning()
|
D | ttsbit.c | 1117 FT_Byte* p_limit; in tt_sbit_decoder_load_bitmap() local 1134 p_limit = p + glyph_size; in tt_sbit_decoder_load_bitmap() 1143 error = tt_sbit_decoder_load_metrics( decoder, &p, p_limit, 0 ); in tt_sbit_decoder_load_bitmap() 1150 error = tt_sbit_decoder_load_metrics( decoder, &p, p_limit, 1 ); in tt_sbit_decoder_load_bitmap() 1194 byte_size == (FT_UInt)( p_limit - p ) ) in tt_sbit_decoder_load_bitmap() 1206 if ( p + 1 > p_limit ) in tt_sbit_decoder_load_bitmap() 1243 error = loader( decoder, p, p_limit, x_pos, y_pos, recurse_count ); in tt_sbit_decoder_load_bitmap() 1263 FT_Byte* p_limit = decoder->eblc_limit; in tt_sbit_decoder_load_image() local 1297 if ( image_offset > (FT_ULong)( p_limit - p ) ) in tt_sbit_decoder_load_image() 1301 if ( p + 8 > p_limit ) in tt_sbit_decoder_load_image() [all …]
|
/third_party/freetype/src/truetype/ |
D | ttpload.c | 202 FT_Byte* p_limit; in tt_face_get_location() local 212 p_limit = face->glyph_locations + face->num_locations * 4; in tt_face_get_location() 217 if ( p + 4 <= p_limit ) in tt_face_get_location() 223 p_limit = face->glyph_locations + face->num_locations * 2; in tt_face_get_location() 228 if ( p + 2 <= p_limit ) in tt_face_get_location()
|
/third_party/flutter/skia/third_party/externals/freetype/src/truetype/ |
D | ttpload.c | 203 FT_Byte* p_limit; in tt_face_get_location() local 213 p_limit = face->glyph_locations + face->num_locations * 4; in tt_face_get_location() 218 if ( p + 4 <= p_limit ) in tt_face_get_location() 224 p_limit = face->glyph_locations + face->num_locations * 2; in tt_face_get_location() 229 if ( p + 2 <= p_limit ) in tt_face_get_location()
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
D | ttpload.c | 189 FT_Byte* p_limit; in tt_face_get_location() local 199 p_limit = face->glyph_locations + face->num_locations * 4; in tt_face_get_location() 204 if ( p + 4 <= p_limit ) in tt_face_get_location() 210 p_limit = face->glyph_locations + face->num_locations * 2; in tt_face_get_location() 215 if ( p + 2 <= p_limit ) in tt_face_get_location()
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
D | cffload.c | 783 FT_Byte* p_limit = p + fdselect->data_size; in cff_fd_select_get() local 809 } while ( p < p_limit ); in cff_fd_select_get()
|
/third_party/flutter/skia/third_party/externals/freetype/src/cff/ |
D | cffload.c | 779 FT_Byte* p_limit = p + fdselect->data_size; in cff_fd_select_get() local 805 } while ( p < p_limit ); in cff_fd_select_get()
|
/third_party/freetype/src/cff/ |
D | cffload.c | 785 FT_Byte* p_limit = p + fdselect->data_size; in cff_fd_select_get() local 811 } while ( p < p_limit ); in cff_fd_select_get()
|
/third_party/freetype/ |
D | ChangeLog.24 | 644 Use a safe form `n > p_limit - p' instead. 647 `num_glyphs > ( p_limit - p ) / 2' rather than `num_glyphs * 2'
|
/third_party/flutter/skia/third_party/externals/freetype/ |
D | ChangeLog.24 | 644 Use a safe form `n > p_limit - p' instead. 647 `num_glyphs > ( p_limit - p ) / 2' rather than `num_glyphs * 2'
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.24 | 644 Use a safe form `n > p_limit - p' instead. 647 `num_glyphs > ( p_limit - p ) / 2' rather than `num_glyphs * 2'
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 22972 - FT_Byte* p_limit = p + face->kern_table_size; 22974 + FT_Byte* p_limit; 22981 + p_limit = p + face->kern_table_size;
|