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/skia/src/codec/
SkCodecPriv.h
160
uint8_t
fillIndex
) {
164
return colorPtr[
fillIndex
];
166
return SkPixel32ToPixel16(colorPtr[
fillIndex
]);
168
return
fillIndex
;
/external/skia/src/images/
SkImageDecoder_libgif.cpp
267
int
fillIndex
= gif->SBackGroundColor;
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);
Completed in 1945 milliseconds