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

/external/pdfium/third_party/freetype/src/sfnt/
H A Dttsbit.c1280 FT_UInt sbix_pos, strike_offset, glyph_start, glyph_end; local
1296 strike_offset = FT_NEXT_ULONG( p );
1307 if ( strike_offset >= table_size ||
1308 table_size - strike_offset < 4 + glyph_index * 4 + 8 )
1311 if ( FT_STREAM_SEEK( sbix_pos + strike_offset + 4 + glyph_index * 4 ) ||
1324 table_size - strike_offset < glyph_end )
1327 if ( FT_STREAM_SEEK( sbix_pos + strike_offset + glyph_start ) ||
/external/freetype/src/sfnt/
H A Dttsbit.c1454 FT_UInt strike_offset, glyph_start, glyph_end; local
1471 strike_offset = FT_NEXT_ULONG( p );
1477 if ( strike_offset >= face->ebdt_size ||
1478 face->ebdt_size - strike_offset < 4 + glyph_index * 4 + 8 )
1482 strike_offset + 4 +
1496 face->ebdt_size - strike_offset < glyph_end )
1499 if ( FT_STREAM_SEEK( face->ebdt_start + strike_offset + glyph_start ) ||

Completed in 60 milliseconds