OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onDecodeSubset
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h
395
virtual bool
onDecodeSubset
(SkBitmap* bitmap, const SkIRect& rect) {
/external/chromium_org/third_party/skia/src/images/
SkImageDecoder.cpp
194
// we reset this to false before calling
onDecodeSubset
199
return this->
onDecodeSubset
(bm, rect);
SkImageDecoder_libwebp.cpp
114
virtual bool
onDecodeSubset
(SkBitmap* bitmap, const SkIRect& rect) SK_OVERRIDE;
330
bool SkWEBPImageDecoder::
onDecodeSubset
(SkBitmap* decodedBitmap,
SkImageDecoder_libjpeg.cpp
239
virtual bool
onDecodeSubset
(SkBitmap* bitmap, const SkIRect& rect) SK_OVERRIDE;
764
// based on the config in
onDecodeSubset
. This should be fine, since
793
bool SkJPEGImageDecoder::
onDecodeSubset
(SkBitmap* bm, const SkIRect& region) {
886
//
onDecodeSubset
() relies on onBuildTileIndex(), which
[
all
...]
SkImageDecoder_libpng.cpp
94
virtual bool
onDecodeSubset
(SkBitmap* bitmap, const SkIRect& region) SK_OVERRIDE;
770
bool SkPNGImageDecoder::
onDecodeSubset
(SkBitmap* bm, const SkIRect& region) {
[
all
...]
/external/skia/include/core/
SkImageDecoder.h
395
virtual bool
onDecodeSubset
(SkBitmap* bitmap, const SkIRect& rect) {
/external/skia/src/images/
SkImageDecoder.cpp
194
// we reset this to false before calling
onDecodeSubset
199
return this->
onDecodeSubset
(bm, rect);
SkImageDecoder_libwebp.cpp
114
virtual bool
onDecodeSubset
(SkBitmap* bitmap, const SkIRect& rect) SK_OVERRIDE;
330
bool SkWEBPImageDecoder::
onDecodeSubset
(SkBitmap* decodedBitmap,
SkImageDecoder_libjpeg.cpp
239
virtual bool
onDecodeSubset
(SkBitmap* bitmap, const SkIRect& rect) SK_OVERRIDE;
764
// based on the config in
onDecodeSubset
. This should be fine, since
793
bool SkJPEGImageDecoder::
onDecodeSubset
(SkBitmap* bm, const SkIRect& region) {
886
//
onDecodeSubset
() relies on onBuildTileIndex(), which
[
all
...]
SkImageDecoder_libpng.cpp
94
virtual bool
onDecodeSubset
(SkBitmap* bitmap, const SkIRect& region) SK_OVERRIDE;
769
bool SkPNGImageDecoder::
onDecodeSubset
(SkBitmap* bm, const SkIRect& region) {
[
all
...]
Completed in 323 milliseconds