Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkCodecPriv.h160 uint8_t fillIndex) { in get_color_table_fill_value() argument
164 return colorPtr[fillIndex]; in get_color_table_fill_value()
166 return SkPixel32ToPixel16(colorPtr[fillIndex]); in get_color_table_fill_value()
168 return fillIndex; in get_color_table_fill_value()
/external/skia/src/images/
DSkImageDecoder_libgif.cpp267 int fillIndex = gif->SBackGroundColor; local
362 fillIndex = transpIndex;
363 } else if (fillIndex >= colorCount) {
365 fillIndex = 0; // If not, fix it.
393 memset(bm->getPixels(), fillIndex, bm->getSize());
426 memset(scanline, fillIndex, innerWidth);
443 memset(scanline, fillIndex, innerWidth);