OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:onBuildTileIndex
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h
332
virtual bool
onBuildTileIndex
(SkStreamRewindable*, int *width, int *height) {
/external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libwebp.cpp
112
virtual bool
onBuildTileIndex
(SkStreamRewindable *stream, int *width, int *height) SK_OVERRIDE;
312
bool SkWEBPImageDecoder::
onBuildTileIndex
(SkStreamRewindable* stream,
SkImageDecoder_libjpeg.cpp
238
virtual bool
onBuildTileIndex
(SkStreamRewindable *stream, int *width, int *height) SK_OVERRIDE;
730
bool SkJPEGImageDecoder::
onBuildTileIndex
(SkStreamRewindable* stream, int *width, int *height) {
879
// onDecodeSubset() relies on
onBuildTileIndex
(), which
[
all
...]
SkImageDecoder_libpng.cpp
91
virtual bool
onBuildTileIndex
(SkStreamRewindable *stream, int *width, int *height) SK_OVERRIDE;
729
bool SkPNGImageDecoder::
onBuildTileIndex
(SkStreamRewindable* sk_stream, int *width, int *height) {
[
all
...]
Completed in 302 milliseconds