OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkBmpDecoderCallback
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libbmp.cpp
67
class
SkBmpDecoderCallback
: public image_codec::BmpDecoderCallback {
70
SkBmpDecoderCallback
(bool justBounds) : fJustBounds(justBounds) {}
108
SkBmpDecoderCallback
callback(justBounds);
/external/skia/src/images/
SkImageDecoder_libbmp.cpp
67
class
SkBmpDecoderCallback
: public image_codec::BmpDecoderCallback {
70
SkBmpDecoderCallback
(bool justBounds) : fJustBounds(justBounds) {}
108
SkBmpDecoderCallback
callback(justBounds);
Completed in 81 milliseconds