Searched refs:_TestGlyph (Results 1 – 4 of 4) sorted by relevance
6 class _TestGlyph(object): class19 class _TestGlyph2(_TestGlyph):31 class _TestGlyph3(_TestGlyph):45 class _TestGlyph4(_TestGlyph):56 class _TestGlyph5(_TestGlyph):63 pen = HashPointPen(_TestGlyph().width, {"a": _TestGlyph()})69 _TestGlyph().width, {"a": _TestGlyph5(), "b": _TestGlyph()}79 pen = HashPointPen(_TestGlyph().width, {"a": _TestGlyph()})80 glyph = _TestGlyph()90 pen = HashPointPen(_TestGlyph().width, dict())[all …]
9 class _TestGlyph(object): class35 pen = DecomposingRecordingPen({"a": _TestGlyph()})54 glyph = _TestGlyph()
87 glyphSet[componentName] = _TestGlyph(pen.glyph())147 glyphSet[componentName] = _TestGlyph(pen.glyph())168 glyphSet[componentName] = _TestGlyph(pen.glyph())196 glyphSet[componentName] = _TestGlyph(pen.glyph())229 glyphSet[componentName] = _TestGlyph(baseGlyph)293 class _TestGlyph(object): class
38 class _TestGlyph: class136 pen.glyphSet["oslash"] = _TestGlyph()