Home
last modified time | relevance | path

Searched defs:LayerRecord (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-color-colr-table.hh40 struct LayerRecord struct
42 operator hb_ot_color_layer_t () const { return {glyphId, colorIdx}; } in operator hb_ot_color_layer_t()
44 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
51 HBGlyphID glyphId; /* Glyph ID of layer glyph */
52 Index colorIdx; /* Index value to use with a
/external/fonttools/Lib/fontTools/ttLib/tables/
DC_O_L_R_.py143 class LayerRecord(object): class