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

  /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-gsub-table.hh 48 hb_codepoint_t glyph_id = iter.get_glyph ();
62 hb_codepoint_t glyph_id = iter.get_glyph ();
134 if (c->glyphs->has (iter.get_glyph ()))
148 c->input->add (iter.get_glyph ());
343 if (c->glyphs->has (iter.get_glyph ()))
465 if (c->glyphs->has (iter.get_glyph ())) {
483 c->input->add (iter.get_glyph ());
796 if (c->glyphs->has (iter.get_glyph ()))
810 c->input->add (iter.get_glyph ());
965 if (c->glyphs->has (iter.get_glyph ()))
    [all...]
hb-ot-font.cc 314 return typed_obj->get_glyph (codepoint, glyph);
323 if (likely (typed_obj->get_glyph (codepoint, glyph)))
333 return typed_obj->get_glyph (0xF000u + codepoint, glyph);
hb-ot-layout-common-private.hh 734 inline hb_codepoint_t get_glyph (void) { return c->glyphArray[i]; } function in struct:OT::CoverageFormat1::Iter
857 inline hb_codepoint_t get_glyph (void) { return j; } function in struct:OT::CoverageFormat2::Iter
920 if (glyphs->has (iter.get_glyph ()))
967 inline hb_codepoint_t get_glyph (void) { function in struct:OT::Coverage::Iter
969 case 1: return u.format1.get_glyph ();
970 case 2: return u.format2.get_glyph ();
    [all...]
  /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]);

Completed in 147 milliseconds