Home
last modified time | relevance | path

Searched defs:glyphset (Results 1 – 13 of 13) sorted by relevance

/external/fonttools/Lib/fontTools/pens/
DstatisticsPen.py21 def __init__(self, glyphset=None): argument
71 def _test(glyphset, upem, glyphs): argument
DareaPen.py11 def __init__(self, glyphset=None): argument
DmomentsPen.py15 def __init__(self, glyphset=None): argument
DperimeterPen.py17 def __init__(self, glyphset=None, tolerance=0.005): argument
/external/harfbuzz_ng/src/
Dhb-ot-layout-gsub-table.hh105 const hb_set_t &glyphset = *c->plan->glyphset_gsub (); in subset() local
208 const hb_set_t &glyphset = *c->plan->glyphset_gsub (); in subset() local
356 const hb_set_t &glyphset = *c->plan->glyphset (); in subset() local
445 const hb_set_t &glyphset = *c->plan->glyphset (); in subset() local
566 const hb_set_t &glyphset = *c->plan->glyphset (); in subset() local
655 const hb_set_t &glyphset = *c->plan->glyphset (); in subset() local
813 const hb_set_t &glyphset = *c->plan->glyphset (); in subset() local
1029 const hb_set_t &glyphset = *c->plan->glyphset (); in subset() local
Dhb-subset-plan.cc72 hb_set_t *glyphset) in _cmap_closure()
Dhb-subset-plan.hh78 glyphset () const in glyphset() function
Dhb-ot-layout-gpos-table.hh561 const hb_set_t &glyphset = *c->plan->glyphset (); in subset() local
650 const hb_set_t &glyphset = *c->plan->glyphset (); in subset() local
871 const hb_set_t &glyphset = *c->plan->glyphset (); in subset() local
966 const hb_set_t &glyphset = *c->plan->glyphset (); in subset() local
1124 const hb_set_t &glyphset = *c->plan->glyphset (); in subset() local
1385 const hb_set_t &glyphset = *c->plan->glyphset (); in subset() local
Dhb-ot-layout-common.hh1201 const hb_set_t &glyphset = *c->plan->glyphset (); in subset() local
1340 const hb_set_t &glyphset, in ClassDef_remap_and_serialize()
1413 const hb_set_t &glyphset = *c->plan->glyphset (); in subset() local
1582 const hb_set_t &glyphset = *c->plan->glyphset (); in subset() local
Dhb-ot-layout-gsubgpos.hh2059 const hb_set_t &glyphset = *c->plan->glyphset (); in subset() local
2287 const hb_set_t &glyphset = *c->plan->glyphset (); in subset() local
/external/fonttools/Lib/fontTools/varLib/
Dinterpolatable.py19 def __init__(self, Pen, glyphset=None): argument
/external/fonttools/Lib/fontTools/misc/
Dsymfont.py69 def __init__(self, func, glyphset=None): argument
/external/fonttools/Lib/fontTools/ttLib/
DttFont.py751 def __init__(self, glyphset, glyph, horizontalMetrics, verticalMetrics=None): argument