Home
last modified time | relevance | path

Searched refs:baseGlyphList (Results 1 – 2 of 2) sorted by relevance

/external/fonttools/Lib/fontTools/colorLib/
Dunbuilder.py5 def unbuildColrV1(layerList, baseGlyphList): argument
12 for rec in baseGlyphList.BaseGlyphPaintRecord
/external/harfbuzz_ng/src/
Dhb-ot-color-colr-table.hh1409 const BaseGlyphList &baseglyph_paintrecords = this+baseGlyphList; in closure_forV1()
1426 { return (this+baseGlyphList); } in get_baseglyphList()
1436 baseGlyphList.sanitize (c, this) && in sanitize()
1495 const BaseGlyphPaintRecord* record = &(this+baseGlyphList).bsearch ((unsigned) gid); in get_base_glyph_paintrecord()
1575 if (!colr_prime->baseGlyphList.serialize_subset (c, baseGlyphList, this)) in subset()
1625 Offset32To<BaseGlyphList> baseGlyphList; member