Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/bsddb/test/
Dtest_join.py22 ColorIndex = [ variable
60 map(lambda t, secDB=secDB: secDB.put(*t), ColorIndex)
/external/zopfli/src/zopflipng/
Dzopflipng_lib.cc83 static unsigned ColorIndex(const unsigned char* color) { in ColorIndex() function
95 unsigned index = ColorIndex(&image[i * 4]); in CountColors()
159 if (count.count(ColorIndex(&palette_in[i * 4])) != 0) { in LossyOptimizeTransparent()