Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/ttLib/tables/
DS_V_G_.py141 colorPalette.paletteColors = paletteColors = []
145 paletteColors.append(colorRecord)
223 for colorRecord in colorPalette.paletteColors:
272 for colorRecord in colorPalette.paletteColors:
343 if len(colorPalette.paletteColors) != self.numColorParams:
344 …e number of colorParamUINameIDs elements ('%s')." % (len(colorPalette.paletteColors), self.numColo…
349 self.paletteColors = [] # list of ColorRecords
359 self.paletteColors.append(colorRecord)
/external/skia/src/images/
DSkImageDecoder_libpng.cpp953 png_color paletteColors[256]; in doEncode() local
957 int numTrans = pack_palette(ct, paletteColors, trans, hasAlpha); in doEncode()
958 png_set_PLTE(png_ptr, info_ptr, paletteColors, ct->count()); in doEncode()