Searched refs:LayerRecord (Results 1 – 2 of 2) sorted by relevance
40 struct LayerRecord struct103 hb_array_t<const LayerRecord> all_layers = (this+layersZ).as_array (numLayers); in get_glyph_layers()104 hb_array_t<const LayerRecord> glyph_layers = all_layers.sub_array (record.firstLayerIdx, in get_glyph_layers()128 LNNOffsetTo<UnsizedArrayOf<LayerRecord>>
41 layers.append(LayerRecord(layerName, colorID))112 layer = LayerRecord()142 class LayerRecord(object): class