Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-cmap-table.hh1103 const Type *typed_obj = (const Type *) obj; in get_glyph_from() local
1104 return typed_obj->get_glyph (codepoint, glyph); in get_glyph_from()
1112 const Type *typed_obj = (const Type *) obj; in get_glyph_from_symbol() local
1113 if (likely (typed_obj->get_glyph (codepoint, glyph))) in get_glyph_from_symbol()
1123 return typed_obj->get_glyph (0xF000u + codepoint, glyph); in get_glyph_from_symbol()
Dhb-ot-layout-gsubgpos.hh618 const Type *typed_obj = (const Type *) obj; in apply_to() local
619 return typed_obj->apply (c); in apply_to()