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.hh1360 const Type *typed_obj = (const Type *) obj; in get_glyph_from() local
1361 return typed_obj->get_glyph (codepoint, glyph); in get_glyph_from()
1369 const Type *typed_obj = (const Type *) obj; in get_glyph_from_symbol() local
1370 if (likely (typed_obj->get_glyph (codepoint, glyph))) in get_glyph_from_symbol()
1380 return typed_obj->get_glyph (0xF000u + codepoint, glyph); in get_glyph_from_symbol()
Dhb-ot-layout-gsubgpos.hh624 const Type *typed_obj = (const Type *) obj; in apply_to() local
625 return typed_obj->apply (c); in apply_to()