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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
text.c 82 static struct vg_glyph *get_glyph(struct vg_font *font, function
202 glyph = get_glyph(font, glyphIndex);
224 if (!get_glyph(font, glyphIndices[i])) {
234 glyph = get_glyph(font, glyphIndices[i]);
  /external/mesa3d/src/gallium/state_trackers/vega/
text.c 82 static struct vg_glyph *get_glyph(struct vg_font *font, function
202 glyph = get_glyph(font, glyphIndex);
224 if (!get_glyph(font, glyphIndices[i])) {
234 glyph = get_glyph(font, glyphIndices[i]);
  /external/chromium_org/third_party/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 673 inline uint16_t get_glyph (void) { return c->glyphArray[i]; } function in struct:OT::CoverageFormat1::Iter
784 inline uint16_t get_glyph (void) { return j; } function in struct:OT::CoverageFormat2::Iter
846 if (glyphs->has (iter.get_glyph ()))
893 inline uint16_t get_glyph (void) { function in struct:OT::Coverage::Iter
895 case 1: return u.format1.get_glyph ();
896 case 2: return u.format2.get_glyph ();
    [all...]
  /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 709 milliseconds