Searched refs:get_glyph (Results 1 – 6 of 6) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-cmap-table.hh | 45 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 …]
|
D | hb-ot-layout-gsub-table.hh | 45 hb_codepoint_t glyph_id = iter.get_glyph (); in closure() 56 hb_codepoint_t glyph_id = iter.get_glyph (); in collect_glyphs() 124 if (c->glyphs->has (iter.get_glyph ())) in closure() 134 c->input->add (iter.get_glyph ()); in collect_glyphs() 328 if (c->glyphs->has (iter.get_glyph ())) in closure() 446 if (c->glyphs->has (iter.get_glyph ())) { in closure() 460 c->input->add (iter.get_glyph ()); in collect_glyphs() 769 if (c->glyphs->has (iter.get_glyph ())) in closure() 779 c->input->add (iter.get_glyph ()); in collect_glyphs() 930 if (c->glyphs->has (iter.get_glyph ())) in closure()
|
D | hb-ot-layout-common-private.hh | 734 inline uint16_t get_glyph (void) { return c->glyphArray[i]; } in get_glyph() function 846 inline uint16_t get_glyph (void) { return j; } in get_glyph() function 909 if (glyphs->has (iter.get_glyph ())) in intersects() 956 inline uint16_t get_glyph (void) { in get_glyph() function 958 case 1: return u.format1.get_glyph (); in get_glyph() 959 case 2: return u.format2.get_glyph (); in get_glyph()
|
D | hb-ot-font.cc | 214 return typed_obj->get_glyph (codepoint, glyph); in get_glyph_from()
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | text.c | 82 static struct vg_glyph *get_glyph(struct vg_font *font, in get_glyph() function 202 glyph = get_glyph(font, glyphIndex); in font_draw_glyph() 224 if (!get_glyph(font, glyphIndices[i])) { in font_draw_glyphs() 234 glyph = get_glyph(font, glyphIndices[i]); in font_draw_glyphs()
|
/external/harfbuzz_ng/ |
D | NEWS | 43 - hb-ot-font's get_glyph() implementation saw some optimizations. Though, 53 Added get_nominal_glyph() and get_variation_glyph() instead of get_glyph() 68 their get_glyph() implementation with a get_nominal_glyph() and 411 and requires help from get_glyph(). Used by Firefox.
|