Home
last modified time | relevance | path

Searched defs:COLR (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-color-colr-table.hh90 struct COLR struct
92 static constexpr hb_tag_t tableTag = HB_OT_TAG_COLR;
94 bool has_data () const { return numBaseGlyphs; } in has_data()
96 unsigned int get_glyph_layers (hb_codepoint_t glyph, in get_glyph_layers()
115 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
124 HBUINT16 version; /* Table version number (starts at 0). */
125 HBUINT16 numBaseGlyphs; /* Number of Base Glyph Records. */
127 baseGlyphsZ; /* Offset to Base Glyph records. */
129 layersZ; /* Offset to Layer Records. */
130 HBUINT16 numLayers; /* Number of Layer Records. */
/external/fonttools/Lib/fontTools/colorLib/
Dbuilder.py136 table: ot.COLR,
/external/fonttools/Lib/fontTools/ttLib/tables/
DotTables.py1169 class COLR(BaseTable): class
1396 def traverse(self, colr: COLR, callback):