Home
last modified time | relevance | path

Searched defs:get_glyph (Results 1 – 7 of 7) sorted by relevance

/external/harfbuzz_ng/src/OT/Layout/Common/
DCoverageFormat1.hh117 hb_codepoint_t get_glyph () const { return c->glyphArray[i]; } in get_glyph() function
DCoverageFormat2.hh215 hb_codepoint_t get_glyph () const { return j; } in get_glyph() function
DCoverage.hh284 hb_codepoint_t get_glyph () const in get_glyph() function
/external/harfbuzz_ng/src/
Dhb-ot-cmap-table.hh189 bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph() function
541 bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph() function
678 bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph() function
781 bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph() function
846 bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph() function
1251 glyph_variant_t get_glyph (hb_codepoint_t codepoint, in get_glyph() function
1500 bool get_glyph (hb_codepoint_t codepoint, in get_glyph() function
Dhb-ot-cff1-table.hh334 hb_codepoint_t get_glyph (hb_codepoint_t sid, unsigned int num_glyphs) const in get_glyph() function
446 hb_codepoint_t get_glyph (hb_codepoint_t sid, unsigned int num_glyphs) const in get_glyph() function
600 hb_codepoint_t get_glyph (hb_codepoint_t sid, unsigned int num_glyphs) const in get_glyph() function
/external/libkmsxx/utils/
Dkmsprint.cpp299 const string& get_glyph(TreeGlyph glyph) in get_glyph() function
/external/harfbuzz_ng/src/wasm/rust/harfbuzz-wasm/src/
Dlib.rs96 pub fn get_glyph(&self, unicode: u32, uvs: u32) -> u32 { in get_glyph() method