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
101 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>
/external/fonttools/Lib/fontTools/ttLib/tables/
DC_O_L_R_.py41 layers.append(LayerRecord(layerName, colorID))
112 layer = LayerRecord()
142 class LayerRecord(object): class