Searched refs:glyphset (Results 1 – 12 of 12) sorted by relevance
/external/fonttools/Lib/fontTools/pens/ |
D | statisticsPen.py | 23 def __init__(self, glyphset=None): argument 24 MomentsPen.__init__(self, glyphset=glyphset) 73 def _test(glyphset, upem, glyphs): argument 82 glyph = glyphset[glyph_name] 83 pen = StatisticsPen(glyphset=glyphset)
|
D | areaPen.py | 13 def __init__(self, glyphset=None): argument 14 BasePen.__init__(self, glyphset)
|
D | perimeterPen.py | 19 def __init__(self, glyphset=None, tolerance=0.005): argument 20 BasePen.__init__(self, glyphset)
|
D | momentsPen.py | 13 def __init__(self, glyphset=None): argument 14 BasePen.__init__(self, glyphset)
|
/external/fonttools/Lib/fontTools/varLib/ |
D | interpolatable.py | 19 def __init__(self, Pen, glyphset=None): argument 20 BasePen.__init__(self, glyphset) 21 self._glyphset = glyphset 110 for glyphset,name in zip(glyphsets, names): 112 glyph = glyphset[glyph_name] 114 perContourPen = PerContourOrComponentPen(RecordingPen, glyphset=glyphset) 122 stats = StatisticsPen(glyphset=glyphset)
|
/external/harfbuzz_ng/src/ |
D | hb-subset-plan.cc | 192 plan->glyphset = _populate_gids_to_retain (face, in hb_subset_plan_create() 220 hb_set_destroy (plan->glyphset); in hb_subset_plan_destroy()
|
D | hb-subset-plan.hh | 49 hb_set_t *glyphset; member
|
D | hb-ot-layout-gsub-table.hh | 110 const hb_set_t &glyphset = *c->plan->glyphset; in subset() local 117 if (!glyphset.has (iter.get_glyph ())) continue; in subset() 209 const hb_set_t &glyphset = *c->plan->glyphset; in subset() local 215 if (!glyphset.has (iter.get_glyph ())) continue; in subset()
|
D | hb-ot-layout-common.hh | 1225 const hb_set_t &glyphset = *c->plan->glyphset; in subset() local 1236 if (!glyphset.has (g)) continue; in subset() 1372 const hb_set_t &glyphset = *c->plan->glyphset; in subset() local 1386 if (!glyphset.has (g)) continue; in subset()
|
D | hb-subset.cc | 55 unsigned int dst_glyphs = plan->glyphset->get_population (); in _plan_estimate_subset_table_size()
|
/external/fonttools/Lib/fontTools/misc/ |
D | symfont.py | 71 def __init__(self, func, glyphset=None): argument 72 BasePen.__init__(self, glyphset)
|
/external/fonttools/Lib/fontTools/ttLib/ |
D | ttFont.py | 743 def __init__(self, glyphset, glyph, horizontalMetrics, verticalMetrics=None): argument 744 self._glyphset = glyphset
|