Searched defs:LayerRecord (Results 1 – 2 of 2) sorted by relevance
40 struct LayerRecord struct42 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
143 class LayerRecord(object): class