Searched refs:get_glyph (Results 1 – 8 of 8) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-cmap-table.hh | 44 bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph() function 245 bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph() function 291 return ((const accelerator_t *) obj)->get_glyph (codepoint, glyph); in get_glyph_func() 330 bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph() function 425 bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph() function 469 bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph() function 670 glyph_variant_t get_glyph (hb_codepoint_t codepoint, in get_glyph() function 719 return record.bsearch (variation_selector).get_glyph (codepoint, glyph, this); in get_glyph_variant() 755 bool get_glyph (hb_codepoint_t codepoint, in get_glyph() function 759 case 0: return u.format0 .get_glyph (codepoint, glyph); in get_glyph() [all …]
|
D | hb-ot-layout-gsub-table.hh | 54 hb_codepoint_t glyph_id = iter.get_glyph (); in closure() 68 hb_codepoint_t glyph_id = iter.get_glyph (); in collect_glyphs() 117 if (!glyphset.has (iter.get_glyph ())) continue; in subset() 118 from.push ()->set (glyph_map[iter.get_glyph ()]); in subset() 119 to.push ()->set (glyph_map[(iter.get_glyph () + delta) & 0xFFFF]); in subset() 156 if (c->glyphs->has (iter.get_glyph ())) in closure() 215 if (!glyphset.has (iter.get_glyph ())) continue; in subset() 216 from.push ()->set (glyph_map[iter.get_glyph ()]); in subset() 378 if (c->glyphs->has (iter.get_glyph ())) in closure() 564 if (c->glyphs->has (iter.get_glyph ())) in closure() [all …]
|
D | hb-ot-cff1-table.hh | 327 hb_codepoint_t get_glyph (hb_codepoint_t sid, unsigned int num_glyphs) const in get_glyph() function 396 hb_codepoint_t get_glyph (hb_codepoint_t sid, unsigned int num_glyphs) const in get_glyph() function 553 hb_codepoint_t get_glyph (hb_codepoint_t sid, unsigned int num_glyphs) const in get_glyph() function 556 return u.format0.get_glyph (sid, num_glyphs); in get_glyph() 558 return u.format1.get_glyph (sid, num_glyphs); in get_glyph() 560 return u.format2.get_glyph (sid, num_glyphs); in get_glyph() 1149 return charset->get_glyph (sid, num_glyphs); in std_code_to_glyph()
|
D | hb-ot-layout-common.hh | 867 hb_codepoint_t get_glyph () { return c->glyphArray[i]; } in get_glyph() function 1013 hb_codepoint_t get_glyph () { return j; } in get_glyph() function 1139 hb_codepoint_t get_glyph () in get_glyph() function 1143 case 1: return u.format1.get_glyph (); in get_glyph() 1144 case 2: return u.format2.get_glyph (); in get_glyph()
|
D | hb-ot-layout-gsubgpos.hh | 1449 if (glyphs->has (iter.get_glyph ()) && in intersects() 1470 if (c->glyphs->has (iter.get_glyph ())) in closure() 2113 if (glyphs->has (iter.get_glyph ()) && in intersects() 2134 if (c->glyphs->has (iter.get_glyph ())) in closure()
|
D | hb-ot-layout-gpos-table.hh | 737 if (glyphs->has (iter.get_glyph ()) && in intersects()
|
/external/libkmsxx/utils/ |
D | kmsprint.cpp | 313 const char* get_glyph(TreeGlyph glyph) in get_glyph() function 329 prefix1 = prefix + (is_last ? get_glyph(TreeGlyph::Right) : get_glyph(TreeGlyph::Branch)); in print_entry() 330 prefix2 = prefix + (is_last ? get_glyph(TreeGlyph::Space) : get_glyph(TreeGlyph::Vertical)); in print_entry() 337 …string data_prefix = prefix2 + (has_children ? get_glyph(TreeGlyph::Vertical) : get_glyph(TreeGlyp… in print_entry() 340 string p = data_prefix + get_glyph(TreeGlyph::Space); in print_entry()
|
/external/harfbuzz_ng/ |
D | NEWS | 826 - hb-ot-font's get_glyph() implementation saw some optimizations. Though, 836 Added get_nominal_glyph() and get_variation_glyph() instead of get_glyph() 851 their get_glyph() implementation with a get_nominal_glyph() and 1194 and requires help from get_glyph(). Used by Firefox.
|