Searched defs:get_glyph (Results 1 – 5 of 5) 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 71 inline bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph() function 203 inline bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph() function 236 inline bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph() function 327 inline glyph_variant_t get_glyph (hb_codepoint_t codepoint, in get_glyph() function 396 inline bool get_glyph (hb_codepoint_t codepoint, in get_glyph() function
|
D | hb-ot-layout-common-private.hh | 676 inline uint16_t get_glyph (void) { return c->glyphArray[i]; } in get_glyph() function 787 inline uint16_t get_glyph (void) { return j; } in get_glyph() function 896 inline uint16_t get_glyph (void) { in get_glyph() function
|
D | hb-font-private.hh | 153 inline hb_bool_t get_glyph (hb_codepoint_t unicode, hb_codepoint_t variation_selector, in get_glyph() function
|
D | hb-ot-font.cc | 134 inline bool get_glyph (hb_codepoint_t unicode, in get_glyph() function
|
/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
|