OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fillIndex
(Results
1 - 2
of
2
) 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/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 114 milliseconds