Home
last modified time | relevance | path

Searched defs: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
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
Dhb-ot-layout-common-private.hh676 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
Dhb-font-private.hh153 inline hb_bool_t get_glyph (hb_codepoint_t unicode, hb_codepoint_t variation_selector, in get_glyph() function
Dhb-ot-font.cc134 inline bool get_glyph (hb_codepoint_t unicode, in get_glyph() function
/external/mesa3d/src/gallium/state_trackers/vega/
Dtext.c82 static struct vg_glyph *get_glyph(struct vg_font *font, in get_glyph() function