OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sampleInterlaced
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/images/
SkScaledBitmapSampler.h
61
// sample, it will be skipped. Only
sampleInterlaced
OR next should
63
bool
sampleInterlaced
(const uint8_t* SK_RESTRICT src, int srcY);
80
// Keep track of whether the caller is using next or
sampleInterlaced
.
SkImageDecoder_libgif.cpp
428
sampler.
sampleInterlaced
(scanline, iter.currY());
433
sampler.
sampleInterlaced
(scanline, iter.currY());
SkScaledBitmapSampler.cpp
748
bool SkScaledBitmapSampler::
sampleInterlaced
(const uint8_t* SK_RESTRICT src, int srcY) {
Completed in 1327 milliseconds