OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:onBuildTileIndex
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h
389
virtual bool
onBuildTileIndex
(SkStreamRewindable*, int *width, int *height) {
/external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libwebp.cpp
113
virtual bool
onBuildTileIndex
(SkStreamRewindable *stream, int *width, int *height) SK_OVERRIDE;
300
bool SkWEBPImageDecoder::
onBuildTileIndex
(SkStreamRewindable* stream,
SkImageDecoder_libjpeg.cpp
238
virtual bool
onBuildTileIndex
(SkStreamRewindable *stream, int *width, int *height) SK_OVERRIDE;
732
bool SkJPEGImageDecoder::
onBuildTileIndex
(SkStreamRewindable* stream, int *width, int *height) {
886
// onDecodeSubset() relies on
onBuildTileIndex
(), which
[
all
...]
SkImageDecoder_libpng.cpp
93
virtual bool
onBuildTileIndex
(SkStreamRewindable *stream, int *width, int *height) SK_OVERRIDE;
739
bool SkPNGImageDecoder::
onBuildTileIndex
(SkStreamRewindable* sk_stream, int *width, int *height) {
[
all
...]
/external/skia/include/core/
SkImageDecoder.h
389
virtual bool
onBuildTileIndex
(SkStreamRewindable*, int *width, int *height) {
/external/skia/src/images/
SkImageDecoder_libwebp.cpp
113
virtual bool
onBuildTileIndex
(SkStreamRewindable *stream, int *width, int *height) SK_OVERRIDE;
300
bool SkWEBPImageDecoder::
onBuildTileIndex
(SkStreamRewindable* stream,
SkImageDecoder_libjpeg.cpp
238
virtual bool
onBuildTileIndex
(SkStreamRewindable *stream, int *width, int *height) SK_OVERRIDE;
732
bool SkJPEGImageDecoder::
onBuildTileIndex
(SkStreamRewindable* stream, int *width, int *height) {
886
// onDecodeSubset() relies on
onBuildTileIndex
(), which
[
all
...]
SkImageDecoder_libpng.cpp
93
virtual bool
onBuildTileIndex
(SkStreamRewindable *stream, int *width, int *height) SK_OVERRIDE;
738
bool SkPNGImageDecoder::
onBuildTileIndex
(SkStreamRewindable* sk_stream, int *width, int *height) {
[
all
...]
Completed in 161 milliseconds