Home
last modified time | relevance | path

Searched refs:buildColrV1 (Results 1 – 5 of 5) sorted by relevance

/external/fonttools/Tests/colorLib/
Dunbuilder_test.py2 from fontTools.colorLib.builder import buildColrV1
208 layersV1, baseGlyphsV1 = buildColrV1(TEST_COLOR_GLYPHS)
Dbuilder_test.py995 layers, baseGlyphs = builder.buildColrV1(colorGlyphs, glyphMap)
1001 layers, baseGlyphs = builder.buildColrV1(colorGlyphs)
1023 layers, baseGlyphs = builder.buildColrV1(colorGlyphs)
/external/fonttools/Lib/fontTools/colorLib/
Dbuilder.py223 colr.LayerV1List, colr.BaseGlyphV1List = buildColrV1(colorGlyphsV1, glyphMap)
564 def buildColrV1( function
/external/fonttools/Lib/fontTools/subset/
D__init__.py2032 from fontTools.colorLib.builder import buildColrV1, populateCOLRv0
2039 self.table.LayerV1List, self.table.BaseGlyphV1List = buildColrV1(
/external/fonttools/
DNEWS.rst46 data structure; it does the reverse of ``buildColrV1`` (#2171).