Home
last modified time | relevance | path

Searched refs:get_glyph (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-cmap-table.hh45 inline bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph() function
139 inline bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph() function
222 inline bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph() function
256 inline bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph() function
350 inline glyph_variant_t get_glyph (hb_codepoint_t codepoint, in get_glyph() function
397 return record[record.bsearch(variation_selector)].get_glyph (codepoint, glyph, this); in get_glyph_variant()
421 inline bool get_glyph (hb_codepoint_t codepoint, in get_glyph() function
425 case 0: return u.format0 .get_glyph(codepoint, glyph); in get_glyph()
426 case 4: return u.format4 .get_glyph(codepoint, glyph); in get_glyph()
427 case 6: return u.format6 .get_glyph(codepoint, glyph); in get_glyph()
[all …]
Dhb-ot-layout-gsub-table.hh48 hb_codepoint_t glyph_id = iter.get_glyph (); in closure()
62 hb_codepoint_t glyph_id = iter.get_glyph (); in collect_glyphs()
134 if (c->glyphs->has (iter.get_glyph ())) in closure()
148 c->input->add (iter.get_glyph ()); in collect_glyphs()
343 if (c->glyphs->has (iter.get_glyph ())) in closure()
465 if (c->glyphs->has (iter.get_glyph ())) { in closure()
483 c->input->add (iter.get_glyph ()); in collect_glyphs()
796 if (c->glyphs->has (iter.get_glyph ())) in closure()
810 c->input->add (iter.get_glyph ()); in collect_glyphs()
965 if (c->glyphs->has (iter.get_glyph ())) in closure()
Dhb-ot-layout-common-private.hh734 inline hb_codepoint_t get_glyph (void) { return c->glyphArray[i]; } in get_glyph() function
857 inline hb_codepoint_t get_glyph (void) { return j; } in get_glyph() function
920 if (glyphs->has (iter.get_glyph ())) in intersects()
967 inline hb_codepoint_t get_glyph (void) { in get_glyph() function
969 case 1: return u.format1.get_glyph (); in get_glyph()
970 case 2: return u.format2.get_glyph (); in get_glyph()
Dhb-ot-font.cc314 return typed_obj->get_glyph (codepoint, glyph); in get_glyph_from()
323 if (likely (typed_obj->get_glyph (codepoint, glyph))) in get_glyph_from_symbol()
333 return typed_obj->get_glyph (0xF000u + codepoint, glyph); in get_glyph_from_symbol()
/external/harfbuzz_ng/
DNEWS193 - hb-ot-font's get_glyph() implementation saw some optimizations. Though,
203 Added get_nominal_glyph() and get_variation_glyph() instead of get_glyph()
218 their get_glyph() implementation with a get_nominal_glyph() and
561 and requires help from get_glyph(). Used by Firefox.