OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:onDecodeSubset
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h
338
virtual bool
onDecodeSubset
(SkBitmap* bitmap, const SkIRect& rect) {
/external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libwebp.cpp
113
virtual bool
onDecodeSubset
(SkBitmap* bitmap, const SkIRect& rect) SK_OVERRIDE;
340
bool SkWEBPImageDecoder::
onDecodeSubset
(SkBitmap* decodedBitmap,
SkImageDecoder_libjpeg.cpp
239
virtual bool
onDecodeSubset
(SkBitmap* bitmap, const SkIRect& rect) SK_OVERRIDE;
762
// based on the config in
onDecodeSubset
. This should be fine, since
791
bool SkJPEGImageDecoder::
onDecodeSubset
(SkBitmap* bm, const SkIRect& region) {
879
//
onDecodeSubset
() relies on onBuildTileIndex(), which
[
all
...]
SkImageDecoder_libpng.cpp
92
virtual bool
onDecodeSubset
(SkBitmap* bitmap, const SkIRect& region) SK_OVERRIDE;
760
bool SkPNGImageDecoder::
onDecodeSubset
(SkBitmap* bm, const SkIRect& region) {
[
all
...]
Completed in 242 milliseconds