OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fillIndex
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libgif.cpp
212
int
fillIndex
= gif->SBackGroundColor;
313
fillIndex
= transpIndex;
314
} else if (
fillIndex
>= colorCount) {
316
fillIndex
= 0; // If not, fix it.
346
memset(bm->getPixels(),
fillIndex
, bm->getSize());
379
memset(scanline,
fillIndex
, innerWidth);
396
memset(scanline,
fillIndex
, innerWidth);
/external/skia/src/images/
SkImageDecoder_libgif.cpp
212
int
fillIndex
= gif->SBackGroundColor;
313
fillIndex
= transpIndex;
314
} else if (
fillIndex
>= colorCount) {
316
fillIndex
= 0; // If not, fix it.
346
memset(bm->getPixels(),
fillIndex
, bm->getSize());
379
memset(scanline,
fillIndex
, innerWidth);
396
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 704 milliseconds