Home
last modified time | relevance | path

Searched refs:strike_offset (Results 1 – 2 of 2) sorted by relevance

/external/freetype/src/sfnt/
Dttsbit.c1280 FT_UInt sbix_pos, strike_offset, glyph_start, glyph_end; in tt_face_load_sbix_image() local
1296 strike_offset = FT_NEXT_ULONG( p ); in tt_face_load_sbix_image()
1307 if ( strike_offset >= table_size || in tt_face_load_sbix_image()
1308 table_size - strike_offset < 4 + glyph_index * 4 + 8 ) in tt_face_load_sbix_image()
1311 if ( FT_STREAM_SEEK( sbix_pos + strike_offset + 4 + glyph_index * 4 ) || in tt_face_load_sbix_image()
1324 table_size - strike_offset < glyph_end ) in tt_face_load_sbix_image()
1327 if ( FT_STREAM_SEEK( sbix_pos + strike_offset + glyph_start ) || in tt_face_load_sbix_image()
/external/pdfium/third_party/freetype/src/sfnt/
Dttsbit.c1274 FT_UInt sbix_pos, strike_offset, glyph_start, glyph_end; in tt_face_load_sbix_image() local
1290 strike_offset = FT_NEXT_ULONG( p ); in tt_face_load_sbix_image()
1301 if ( strike_offset >= table_size || in tt_face_load_sbix_image()
1302 table_size - strike_offset < 4 + glyph_index * 4 + 8 ) in tt_face_load_sbix_image()
1305 if ( FT_STREAM_SEEK( sbix_pos + strike_offset + 4 + glyph_index * 4 ) || in tt_face_load_sbix_image()
1318 table_size - strike_offset < glyph_end ) in tt_face_load_sbix_image()
1321 if ( FT_STREAM_SEEK( sbix_pos + strike_offset + glyph_start ) || in tt_face_load_sbix_image()