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

  /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/harfbuzz_ng/src/
hb-ot-cmap-table.hh 45 inline bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const function in struct:OT::CmapSubtableFormat0
139 inline bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const function in struct:OT::CmapSubtableFormat4
222 inline bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const function in struct:OT::CmapSubtableTrimmed
256 inline bool get_glyph (hb_codepoint_t codepoint, hb_codepoint_t *glyph) const function in struct:OT::CmapSubtableLongSegmented
350 inline glyph_variant_t get_glyph (hb_codepoint_t codepoint, function in struct:OT::VariationSelectorRecord
397 return record[record.bsearch(variation_selector)].get_glyph (codepoint, glyph, this);
421 inline bool get_glyph (hb_codepoint_t codepoint, function in struct:OT::CmapSubtable
425 case 0: return u.format0 .get_glyph(codepoint, glyph);
426 case 4: return u.format4 .get_glyph(codepoint, glyph);
427 case 6: return u.format6 .get_glyph(codepoint, glyph)
    [all...]
hb-ot-layout-common-private.hh 734 inline uint16_t get_glyph (void) { return c->glyphArray[i]; } function in struct:OT::CoverageFormat1::Iter
846 inline uint16_t get_glyph (void) { return j; } function in struct:OT::CoverageFormat2::Iter
909 if (glyphs->has (iter.get_glyph ()))
956 inline uint16_t get_glyph (void) { function in struct:OT::Coverage::Iter
958 case 1: return u.format1.get_glyph ();
959 case 2: return u.format2.get_glyph ();
    [all...]

Completed in 88 milliseconds