Home
last modified time | relevance | path

Searched refs:new_glyph (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-vorg-table.hh101 hb_codepoint_t new_glyph = HB_SET_VALUE_INVALID; in subset() local
102 c->plan->new_gid_for_old_gid (_.glyph, &new_glyph); in subset()
105 metric.glyph = new_glyph; in subset()
Dhb-subset-cff1.cc620 for (hb_codepoint_t new_glyph = 0; new_glyph < plan->num_output_glyphs (); new_glyph++) in create() local
622 if (!plan->old_gid_for_new_gid(new_glyph, &old_glyph)) in create()
624 if (new_glyph != old_glyph) { in create()
/external/freetype/include/freetype/internal/
Dsfnt.h562 FT_GlyphSlot new_glyph );