Home
last modified time | relevance | path

Searched refs:PaintSweepGradient (Results 1 – 6 of 6) sorted by relevance

/external/fonttools/Tests/varLib/
Dmerger_test.py370 "Format": int(ot.PaintFormat.PaintSweepGradient),
384 "Format": int(ot.PaintFormat.PaintSweepGradient),
429 "Format": int(ot.PaintFormat.PaintSweepGradient),
443 "Format": int(ot.PaintFormat.PaintSweepGradient),
608 "Format": ot.PaintFormat.PaintSweepGradient,
630 "Format": ot.PaintFormat.PaintSweepGradient,
/external/fonttools/Tests/colorLib/
Dunbuilder_test.py150 "Format": int(ot.PaintFormat.PaintSweepGradient),
Dbuilder_test.py507 assert not _is_var(ot.PaintFormat.PaintSweepGradient)
508 checkPaintSweepGradient(ot.PaintFormat.PaintSweepGradient)
/external/harfbuzz_ng/src/
Dhb-ot-color-colr-table.hh494 struct PaintSweepGradient struct
1203 PaintSweepGradient<NoVariable> paintformat8;
1204 Variable<PaintSweepGradient<Variable>> paintformat9;
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py1493 PaintSweepGradient = 8 variable in PaintFormat
/external/fonttools/
DNEWS.rst52 - [otData/otConverters] Added support for 'biased' PaintSweepGradient start/end angles
565 - [COLRv1] Define new ``PaintSweepGradient`` (#2172).