Searched refs:fillIndex (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/codec/ |
D | SkCodec_libgif.cpp | 374 uint32_t fillIndex = fGif->SBackGroundColor; local 392 fillIndex = transIndex; 393 } else if (fillIndex >= colorCount) { 396 fillIndex = 0; 403 ((kN32_SkColorType == dstColorType && colorTable[fillIndex] == 0) || 404 (kIndex_8_SkColorType == dstColorType && fillIndex == 0)) && 411 colorTable[i] = colorTable[fillIndex]; 427 SkSwizzler::Fill(dst, dstInfo, dstRowBytes, height, fillIndex, colorTable); 463 memset(buffer.get(), fillIndex, innerWidth); 481 innerHeight - y, fillIndex, colorTable);
|
/external/skia/src/images/ |
D | SkImageDecoder_libgif.cpp | 267 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);
|