Home
last modified time | relevance | path

Searched refs:PaintColrLayers (Results 1 – 7 of 7) sorted by relevance

/external/fonttools/Tests/colorLib/
Dbuilder_test.py941 ot.PaintFormat.PaintColrLayers,
948 ot.PaintFormat.PaintColrLayers,
978 ot.PaintFormat.PaintColrLayers,
1012 ot.PaintFormat.PaintColrLayers,
1030 assert paints[255].Format == ot.PaintFormat.PaintColrLayers
1042 baseGlyphs.BaseGlyphV1Record[0].Paint.Format == ot.PaintFormat.PaintColrLayers
1158 elif paint.Format == int(ot.PaintFormat.PaintColrLayers):
1189 ot.PaintFormat.PaintColrLayers,
1196 "Format": ot.PaintFormat.PaintColrLayers,
1261 "a": (ot.PaintFormat.PaintColrLayers, backdrop + [a_foreground]),
[all …]
Dunbuilder_test.py9 "Format": int(ot.PaintFormat.PaintColrLayers),
162 "Format": int(ot.PaintFormat.PaintColrLayers),
/external/fonttools/Lib/fontTools/colorLib/
Dunbuilder.py28 ot.PaintFormat.PaintColrLayers,
38 assert source["Format"] == ot.PaintFormat.PaintColrLayers
Dbuilder.py429 ot.PaintFormat.PaintColrLayers,
463 paint.Format = int(ot.PaintFormat.PaintColrLayers)
498 new_slice.Format = int(ot.PaintFormat.PaintColrLayers)
515 "Format": ot.PaintFormat.PaintColrLayers,
/external/fonttools/Tests/subset/
Dsubset_test.py994 ot.PaintFormat.PaintColrLayers,
1009 ot.PaintFormat.PaintColrLayers,
1040 ot.PaintFormat.PaintColrLayers,
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py1334 PaintColrLayers = 1 variable in PaintFormat
1377 if self.Format == PaintFormat.PaintColrLayers:
/external/fonttools/
DNEWS.rst78 ``PaintColrLayers`` tables (#2153).