Searched refs:fillIndex (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libgif.cpp255 int fillIndex = gif->SBackGroundColor; local
359 fillIndex = transpIndex;
360 } else if (fillIndex >= colorCount) {
362 fillIndex = 0; // If not, fix it.
392 memset(bm->getPixels(), fillIndex, bm->getSize());
425 memset(scanline, fillIndex, innerWidth);
442 memset(scanline, fillIndex, innerWidth);
/external/skia/src/images/
H A DSkImageDecoder_libgif.cpp256 int fillIndex = gif->SBackGroundColor; local
360 fillIndex = transpIndex;
361 } else if (fillIndex >= colorCount) {
363 fillIndex = 0; // If not, fix it.
393 memset(bm->getPixels(), fillIndex, bm->getSize());
426 memset(scanline, fillIndex, innerWidth);
443 memset(scanline, fillIndex, innerWidth);
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dcode.c275 unsigned int fillIndex; local
278 fillIndex = vFillIndexes++;
279 fprintf(o, "\tYYSETSTATE(%u);\n", fillIndex);
291 fprintf(o, "yyFillLabel%u:\n", fillIndex);

Completed in 182 milliseconds