Home
last modified time | relevance | path

Searched refs:glyph_end (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh177 const char *glyph_end; member
197 && ((const char *) composite + CompositeGlyphHeader::min_size) <= glyph_end in in_range()
198 && ((const char *) composite + composite->get_size ()) <= glyph_end; in in_range()
216 iterator->glyph_end = (const char *) glyph_data + length; in get_iterator()
291 const char * const glyph_end = glyph + (*end_offset - start_offset); in remove_padding() local
304 if (unlikely (glyph + 2 >= glyph_end)) return false; in remove_padding()
309 if (unlikely (glyph + 2 >= glyph_end)) return false; in remove_padding()
313 while (glyph < glyph_end) in remove_padding()
321 if (glyph >= glyph_end) in remove_padding()
351 if (glyph < glyph_end) in remove_padding()
[all …]
/external/freetype/src/sfnt/
Dttsbit.c1475 FT_UInt strike_offset, glyph_start, glyph_end; in tt_face_load_sbix_image() local
1512 glyph_end = 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()
1520 face->ebdt_size - strike_offset < glyph_end ) in tt_face_load_sbix_image()
1524 FT_FRAME_ENTER( glyph_end - glyph_start ) ) in tt_face_load_sbix_image()
1554 glyph_end - glyph_start - 8, in tt_face_load_sbix_image()
/external/sfntly/cpp/src/sfntly/table/bitmap/
Debdt_table.cc143 glyph_end = builder_map->end(); in GenerateLocaList() local
144 glyph_entry != glyph_end; in GenerateLocaList()