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.cc252 if (unlikely (info[i].codepoint == AAT::DELETED_GLYPH)) in hb_aat_layout_zero_width_deleted_glyphs()
259 return info->codepoint == AAT::DELETED_GLYPH; in is_deleted_glyph()
Dhb-aat-layout-common.hh432 enum { DELETED_GLYPH = 0xFFFF }; enumerator
507 if (unlikely (glyph_id == DELETED_GLYPH)) return CLASS_DELETED_GLYPH; in get_class()
Dhb-aat-layout-morx-table.hh542 buffer->replace_glyph (DELETED_GLYPH); in transition()