Searched refs:PaintColrLayers (Results 1 – 7 of 7) sorted by relevance
/external/fonttools/Tests/colorLib/ |
D | builder_test.py | 941 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 …]
|
D | unbuilder_test.py | 9 "Format": int(ot.PaintFormat.PaintColrLayers), 162 "Format": int(ot.PaintFormat.PaintColrLayers),
|
/external/fonttools/Lib/fontTools/colorLib/ |
D | unbuilder.py | 28 ot.PaintFormat.PaintColrLayers, 38 assert source["Format"] == ot.PaintFormat.PaintColrLayers
|
D | builder.py | 429 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/ |
D | subset_test.py | 994 ot.PaintFormat.PaintColrLayers, 1009 ot.PaintFormat.PaintColrLayers, 1040 ot.PaintFormat.PaintColrLayers,
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otTables.py | 1334 PaintColrLayers = 1 variable in PaintFormat 1377 if self.Format == PaintFormat.PaintColrLayers:
|
/external/fonttools/ |
D | NEWS.rst | 78 ``PaintColrLayers`` tables (#2153).
|