Searched defs:glyphset (Results 1 – 13 of 13) sorted by relevance
/external/fonttools/Lib/fontTools/pens/ |
D | statisticsPen.py | 21 def __init__(self, glyphset=None): argument 71 def _test(glyphset, upem, glyphs): argument
|
D | areaPen.py | 11 def __init__(self, glyphset=None): argument
|
D | momentsPen.py | 15 def __init__(self, glyphset=None): argument
|
D | perimeterPen.py | 17 def __init__(self, glyphset=None, tolerance=0.005): argument
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gsub-table.hh | 105 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
|
D | hb-subset-plan.cc | 72 hb_set_t *glyphset) in _cmap_closure()
|
D | hb-subset-plan.hh | 78 glyphset () const in glyphset() function
|
D | hb-ot-layout-gpos-table.hh | 561 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
|
D | hb-ot-layout-common.hh | 1201 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
|
D | hb-ot-layout-gsubgpos.hh | 2059 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/ |
D | interpolatable.py | 19 def __init__(self, Pen, glyphset=None): argument
|
/external/fonttools/Lib/fontTools/misc/ |
D | symfont.py | 69 def __init__(self, func, glyphset=None): argument
|
/external/fonttools/Lib/fontTools/ttLib/ |
D | ttFont.py | 751 def __init__(self, glyphset, glyph, horizontalMetrics, verticalMetrics=None): argument
|