Home
last modified time | relevance | path

Searched refs:glyph_start (Results 1 – 4 of 4) 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/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh176 const char *glyph_start; member
196 return (const char *) composite >= glyph_start in in_range()
215 iterator->glyph_start = glyph_data; in get_iterator()
Dhb-subset-glyf.cc121 char * glyph_start, in _update_components() argument
125 if (OT::glyf::CompositeGlyphHeader::get_iterator (glyph_start, in _update_components()
/external/freetype/src/truetype/
Dttgxvar.c3644 FT_ULong glyph_start; in TT_Vary_Apply_Glyph_Deltas() local
3693 glyph_start = FT_Stream_FTell( stream ); in TT_Vary_Apply_Glyph_Deltas()
3716 offsetToData += glyph_start; in TT_Vary_Apply_Glyph_Deltas()