Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dttsbit.c1107 FT_ULong glyph_start, in tt_sbit_decoder_load_bitmap() argument
1123 glyph_start + glyph_size > decoder->ebdt_size ) in tt_sbit_decoder_load_bitmap()
1129 if ( FT_STREAM_SEEK( decoder->ebdt_start + glyph_start ) || in tt_sbit_decoder_load_bitmap()
1475 FT_UInt strike_offset, glyph_start, glyph_end; in tt_face_load_sbix_image() local
1511 glyph_start = FT_GET_ULONG(); in tt_face_load_sbix_image()
1516 if ( glyph_start == glyph_end ) in tt_face_load_sbix_image()
1518 if ( glyph_start > glyph_end || in tt_face_load_sbix_image()
1519 glyph_end - glyph_start < 8 || in tt_face_load_sbix_image()
1523 if ( FT_STREAM_SEEK( face->ebdt_start + strike_offset + glyph_start ) || in tt_face_load_sbix_image()
1524 FT_FRAME_ENTER( glyph_end - glyph_start ) ) in tt_face_load_sbix_image()
[all …]
/external/freetype/src/truetype/
Dttgxvar.c3565 FT_ULong glyph_start; in TT_Vary_Apply_Glyph_Deltas() local
3602 glyph_start = FT_Stream_FTell( stream ); in TT_Vary_Apply_Glyph_Deltas()
3625 offsetToData += glyph_start; in TT_Vary_Apply_Glyph_Deltas()