Searched defs:get_glyph (Results 1 – 7 of 7) sorted by relevance
/external/harfbuzz_ng/src/OT/Layout/Common/ |
D | CoverageFormat1.hh | 117 hb_codepoint_t get_glyph () const { return c->glyphArray[i]; } in get_glyph() function
|
D | CoverageFormat2.hh | 215 hb_codepoint_t get_glyph () const { return j; } in get_glyph() function
|
D | Coverage.hh | 284 hb_codepoint_t get_glyph () const in get_glyph() function
|
/external/harfbuzz_ng/src/ |
D | hb-ot-cmap-table.hh | 189 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
|
D | hb-ot-cff1-table.hh | 334 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/ |
D | kmsprint.cpp | 299 const string& get_glyph(TreeGlyph glyph) in get_glyph() function
|
/external/harfbuzz_ng/src/wasm/rust/harfbuzz-wasm/src/ |
D | lib.rs | 96 pub fn get_glyph(&self, unicode: u32, uvs: u32) -> u32 { in get_glyph() method
|