Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-color-colr-table.hh40 struct LayerRecord struct
103 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>>
/external/fonttools/Lib/fontTools/ttLib/tables/
DC_O_L_R_.py41 layers.append(LayerRecord(layerName, colorID))
112 layer = LayerRecord()
142 class LayerRecord(object): class