Home
last modified time | relevance | path

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

/external/skia/src/images/
DSkImageDecoder_libico.cpp343 int colorBit; in editPixelBit1() local
354 colorBit = (byte & m) >> shift; in editPixelBit1()
356 *address = (alphaBit-1)&(colors[colorBit]); in editPixelBit1()