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

/external/freetype/src/sfnt/
H A Dttsbit.c937 FT_ULong glyph_start,
950 if ( glyph_start + glyph_size > decoder->ebdt_size )
956 if ( FT_STREAM_SEEK( decoder->ebdt_start + glyph_start ) ||
1280 FT_UInt sbix_pos, strike_offset, glyph_start, glyph_end; local
1315 glyph_start = FT_GET_ULONG();
1320 if ( glyph_start == glyph_end )
1322 if ( glyph_start > glyph_end ||
1323 glyph_end - glyph_start < 8 ||
1327 if ( FT_STREAM_SEEK( sbix_pos + strike_offset + glyph_start ) ||
1328 FT_FRAME_ENTER( glyph_end - glyph_start ) )
935 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 ) argument
[all...]
/external/pdfium/third_party/freetype/src/sfnt/
H A Dttsbit.c931 FT_ULong glyph_start,
944 if ( glyph_start + glyph_size > decoder->ebdt_size )
950 if ( FT_STREAM_SEEK( decoder->ebdt_start + glyph_start ) ||
1274 FT_UInt sbix_pos, strike_offset, glyph_start, glyph_end; local
1309 glyph_start = FT_GET_ULONG();
1314 if ( glyph_start == glyph_end )
1316 if ( glyph_start > glyph_end ||
1317 glyph_end - glyph_start < 8 ||
1321 if ( FT_STREAM_SEEK( sbix_pos + strike_offset + glyph_start ) ||
1322 FT_FRAME_ENTER( glyph_end - glyph_start ) )
929 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 ) argument
[all...]
/external/pdfium/third_party/freetype/src/truetype/
H A Dttgxvar.c1312 FT_ULong glyph_start; local
1345 glyph_start = FT_Stream_FTell( stream );
1356 offsetToData = glyph_start + FT_GET_USHORT();
/external/freetype/src/truetype/
H A Dttgxvar.c1774 FT_ULong glyph_start; local
1810 glyph_start = FT_Stream_FTell( stream );
1821 offsetToData = glyph_start + FT_GET_USHORT();

Completed in 184 milliseconds