HomeSort by relevance Sort by last modified time
    Searched refs:fillIndex (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libgif.cpp 255 int fillIndex = gif->SBackGroundColor;
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/
SkImageDecoder_libgif.cpp 256 int fillIndex = gif->SBackGroundColor;
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/
code.c 275 unsigned int fillIndex;
278 fillIndex = vFillIndexes++;
279 fprintf(o, "\tYYSETSTATE(%u);\n", fillIndex);
291 fprintf(o, "yyFillLabel%u:\n", fillIndex);

Completed in 132 milliseconds