HomeSort by relevance Sort by last modified time
    Searched defs:get_glyph (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/src/
hb-font-private.hh 213 inline hb_bool_t get_glyph (hb_codepoint_t unicode, hb_codepoint_t variation_selector, function in struct:hb_font_t
451 get_glyph (unichar, 0, glyph))
hb-ot-layout-common-private.hh 674 inline uint16_t get_glyph (void) { return c->glyphArray[i]; } function in struct:OT::CoverageFormat1::Iter
785 inline uint16_t get_glyph (void) { return j; } function in struct:OT::CoverageFormat2::Iter
847 if (glyphs->has (iter.get_glyph ()))
894 inline uint16_t get_glyph (void) { function in struct:OT::Coverage::Iter
896 case 1: return u.format1.get_glyph ();
897 case 2: return u.format2.get_glyph ();
    [all...]

Completed in 122 milliseconds