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

/external/freetype/src/sfnt/
H A Dttsbit.c1107 FT_ULong glyph_start,
1123 glyph_start + glyph_size > decoder->ebdt_size )
1129 if ( FT_STREAM_SEEK( decoder->ebdt_start + glyph_start ) ||
1475 FT_UInt strike_offset, glyph_start, glyph_end; local
1511 glyph_start = FT_GET_ULONG();
1516 if ( glyph_start == glyph_end )
1518 if ( glyph_start > glyph_end ||
1519 glyph_end - glyph_start < 8 ||
1523 if ( FT_STREAM_SEEK( face->ebdt_start + strike_offset + glyph_start ) ||
1524 FT_FRAME_ENTER( glyph_end - glyph_start ) )
1105 tt_sbit_decoder_load_bitmap( TT_SBitDecoder decoder, FT_UInt glyph_format, FT_ULong glyph_start, FT_ULong glyph_size, FT_Int x_pos, FT_Int y_pos, FT_UInt recurse_count, FT_Bool metrics_only ) argument
[all...]
/external/freetype/src/truetype/
H A Dttgxvar.c3565 FT_ULong glyph_start; local
3602 glyph_start = FT_Stream_FTell( stream );
3625 offsetToData += glyph_start;

Completed in 167 milliseconds