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

/external/harfbuzz_ng/src/
H A Dhb-ot-cmap-table.hh45 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(codepoin
[all...]
H A Dhb-ot-layout-gsub-table.hh45 hb_codepoint_t glyph_id = iter.get_glyph ();
56 hb_codepoint_t glyph_id = iter.get_glyph ();
124 if (c->glyphs->has (iter.get_glyph ()))
134 c->input->add (iter.get_glyph ());
328 if (c->glyphs->has (iter.get_glyph ()))
446 if (c->glyphs->has (iter.get_glyph ())) {
460 c->input->add (iter.get_glyph ());
769 if (c->glyphs->has (iter.get_glyph ()))
779 c->input->add (iter.get_glyph ());
930 if (c->glyphs->has (iter.get_glyph ()))
[all...]
H A Dhb-ot-layout-common-private.hh734 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 ();
H A Dhb-ot-font.cc214 return typed_obj->get_glyph (codepoint, glyph);
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dtext.c82 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]);

Completed in 394 milliseconds