OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldCancelDecode
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/images/
SkJpegUtility.cpp
50
if (src->fDecoder != NULL && src->fDecoder->
shouldCancelDecode
()) {
SkImageDecoder_libjpeg.cpp
661
if (this->
shouldCancelDecode
()) {
662
return return_false(cinfo, *bm, "
shouldCancelDecode
");
702
if (this->
shouldCancelDecode
()) {
703
return return_false(cinfo, *bm, "
shouldCancelDecode
");
891
if (this->
shouldCancelDecode
()) {
892
return return_false(*cinfo, bitmap, "
shouldCancelDecode
");
[
all
...]
/external/skia/src/images/
SkJpegUtility.cpp
50
if (src->fDecoder != NULL && src->fDecoder->
shouldCancelDecode
()) {
SkImageDecoder_libjpeg.cpp
661
if (this->
shouldCancelDecode
()) {
662
return return_false(cinfo, *bm, "
shouldCancelDecode
");
702
if (this->
shouldCancelDecode
()) {
703
return return_false(cinfo, *bm, "
shouldCancelDecode
");
891
if (this->
shouldCancelDecode
()) {
892
return return_false(*cinfo, bitmap, "
shouldCancelDecode
");
[
all
...]
/external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h
232
// now the subclass must query
shouldCancelDecode
() to be informed
440
bool
shouldCancelDecode
() const { return fShouldCancelDecode; }
/external/skia/include/core/
SkImageDecoder.h
232
// now the subclass must query
shouldCancelDecode
() to be informed
440
bool
shouldCancelDecode
() const { return fShouldCancelDecode; }
Completed in 42 milliseconds