Searched refs:LayerRecord (Results 1 – 2 of 2) sorted by relevance
40 struct LayerRecord struct101 hb_array_t<const LayerRecord> all_layers ((this+layersZ).arrayZ, numLayers); in get_glyph_layers()102 hb_array_t<const LayerRecord> glyph_layers = all_layers.sub_array (record.firstLayerIdx, in get_glyph_layers()106 hb_array_t<const LayerRecord> segment_layers = glyph_layers.sub_array (start_offset, *count); in get_glyph_layers()130 LOffsetTo<UnsizedArrayOf<LayerRecord>, false>
41 layers.append(LayerRecord(layerName, colorID))112 layer = LayerRecord()142 class LayerRecord(object): class