Home
last modified time | relevance | path

Searched refs:get_glyph (Results 1 – 5 of 5) sorted by relevance

/external/libkmsxx/utils/
Dkmsprint.cpp298 const string& get_glyph(TreeGlyph glyph) in get_glyph() function
316 prefix1 = prefix + (is_last ? get_glyph(TreeGlyph::Right) : get_glyph(TreeGlyph::Branch)); in print_entry()
317 prefix2 = prefix + (is_last ? get_glyph(TreeGlyph::Space) : get_glyph(TreeGlyph::Vertical)); in print_entry()
324 …string data_prefix = prefix2 + (has_children ? get_glyph(TreeGlyph::Vertical) : get_glyph(TreeGlyp… in print_entry()
327 string p = data_prefix + get_glyph(TreeGlyph::Space); in print_entry()
/external/harfbuzz_ng/src/
Dhb-ot-cmap-table.hh44 bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph() function
292 bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph() function
337 { return ((const accelerator_t *) obj)->get_glyph (codepoint, glyph); } in get_glyph_func()
383 bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph() function
478 bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph() function
522 bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const in get_glyph() function
827 glyph_variant_t get_glyph (hb_codepoint_t codepoint, in get_glyph() function
919 { return record.bsearch (variation_selector).get_glyph (codepoint, glyph, this); } in get_glyph_variant()
990 bool get_glyph (hb_codepoint_t codepoint, in get_glyph() function
994 case 0: return u.format0 .get_glyph (codepoint, glyph); in get_glyph()
[all …]
Dhb-ot-cff1-table.hh341 hb_codepoint_t get_glyph (hb_codepoint_t sid, unsigned int num_glyphs) const in get_glyph() function
410 hb_codepoint_t get_glyph (hb_codepoint_t sid, unsigned int num_glyphs) const in get_glyph() function
558 hb_codepoint_t get_glyph (hb_codepoint_t sid, unsigned int num_glyphs) const in get_glyph() function
562 case 0: return u.format0.get_glyph (sid, num_glyphs); in get_glyph()
563 case 1: return u.format1.get_glyph (sid, num_glyphs); in get_glyph()
564 case 2: return u.format2.get_glyph (sid, num_glyphs); in get_glyph()
1169 return charset->get_glyph (sid, num_glyphs); in std_code_to_glyph()
Dhb-ot-layout-common.hh970 hb_codepoint_t get_glyph () const { return c->glyphArray[i]; } in get_glyph() function
1130 hb_codepoint_t get_glyph () const { return j; } in get_glyph() function
1292 __item_t__ __item__ () const { return get_glyph (); } in __item__()
1294 hb_codepoint_t get_glyph () const in get_glyph() function
1298 case 1: return u.format1.get_glyph (); in get_glyph()
1299 case 2: return u.format2.get_glyph (); in get_glyph()
/external/harfbuzz_ng/
DNEWS943 - hb-ot-font's get_glyph() implementation saw some optimizations. Though,
953 Added get_nominal_glyph() and get_variation_glyph() instead of get_glyph()
968 their get_glyph() implementation with a get_nominal_glyph() and
1311 and requires help from get_glyph(). Used by Firefox.