Home
last modified time | relevance | path

Searched refs:PaintSolid (Results 1 – 4 of 4) sorted by relevance

/external/fonttools/Tests/colorLib/
Dbuilder_test.py261 p = _buildPaint((ot.PaintFormat.PaintSolid, 0))
262 assert p.Format == ot.PaintFormat.PaintSolid
268 p = _buildPaint((ot.PaintFormat.PaintSolid, (1, 0.5)))
269 assert p.Format == ot.PaintFormat.PaintSolid
542 ot.PaintFormat.PaintSolid,
550 assert layer.Paint.Format == ot.PaintFormat.PaintSolid
558 ot.PaintFormat.PaintSolid,
564 assert layer.Paint.Format == ot.PaintFormat.PaintSolid
646 (int(ot.PaintFormat.PaintSolid), 1),
653 assert layer.Paint.Format == ot.PaintFormat.PaintSolid
[all …]
Dunbuilder_test.py14 "Format": int(ot.PaintFormat.PaintSolid),
95 "Format": int(ot.PaintFormat.PaintSolid),
/external/fonttools/Tests/subset/
Dsubset_test.py998 "Paint": (ot.PaintFormat.PaintSolid, 0),
1003 "Paint": (ot.PaintFormat.PaintSolid, (2, 0.3)),
1034 "Paint": (ot.PaintFormat.PaintSolid, (1, 0.5)),
1060 "Paint": (ot.PaintFormat.PaintSolid, 1),
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py1335 PaintSolid = 2 variable in PaintFormat