Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-aat-layout.cc256 if (unlikely (info[i].codepoint == AAT::DELETED_GLYPH)) in hb_aat_layout_zero_width_deleted_glyphs()
263 return info->codepoint == AAT::DELETED_GLYPH; in is_deleted_glyph()
Dhb-aat-layout-common.hh428 enum { DELETED_GLYPH = 0xFFFF }; enumerator
503 if (unlikely (glyph_id == DELETED_GLYPH)) return CLASS_DELETED_GLYPH; in get_class()
Dhb-aat-layout-morx-table.hh536 buffer->replace_glyph (DELETED_GLYPH); in transition()