HomeSort by relevance Sort by last modified time
    Searched full:get_glyph (Results 1 - 7 of 7) 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 45 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...]
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...]
hb-ot-font.cc 214 return typed_obj->get_glyph (codepoint, glyph);
  /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/
NEWS 43 - hb-ot-font's get_glyph() implementation saw some optimizations. Though,
53 Added get_nominal_glyph() and get_variation_glyph() instead of get_glyph()
68 their get_glyph() implementation with a get_nominal_glyph() and
411 and requires help from get_glyph(). Used by Firefox.
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
ChangeLog.25     [all...]

Completed in 148 milliseconds