Searched refs:shouldCancelDecode (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/images/
H A DSkJpegUtility.cpp50 if (src->fDecoder != NULL && src->fDecoder->shouldCancelDecode()) {
H A DSkImageDecoder_libjpeg.cpp661 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");
938 if (this->shouldCancelDecode()) {
939 return return_false(*cinfo, bitmap, "shouldCancelDecode");
/external/skia/src/images/
H A DSkJpegUtility.cpp50 if (src->fDecoder != NULL && src->fDecoder->shouldCancelDecode()) {
H A DSkImageDecoder_libjpeg.cpp661 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");
938 if (this->shouldCancelDecode()) {
939 return return_false(*cinfo, bitmap, "shouldCancelDecode");
/external/chromium_org/third_party/skia/include/core/
H A DSkImageDecoder.h232 // now the subclass must query shouldCancelDecode() to be informed
440 bool shouldCancelDecode() const { return fShouldCancelDecode; } function in class:SkImageDecoder
/external/skia/include/core/
H A DSkImageDecoder.h232 // now the subclass must query shouldCancelDecode() to be informed
440 bool shouldCancelDecode() const { return fShouldCancelDecode; } function in class:SkImageDecoder

Completed in 120 milliseconds