HomeSort by relevance Sort by last modified time
    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 659 if (this->shouldCancelDecode()) {
660 return return_false(cinfo, *bm, "shouldCancelDecode");
700 if (this->shouldCancelDecode()) {
701 return return_false(cinfo, *bm, "shouldCancelDecode");
884 if (this->shouldCancelDecode()) {
885 return return_false(*cinfo, bitmap, "shouldCancelDecode");
    [all...]
  /external/skia/src/images/
SkJpegUtility.cpp 50 if (src->fDecoder != NULL && src->fDecoder->shouldCancelDecode()) {
SkImageDecoder_libjpeg.cpp 676 if (this->shouldCancelDecode()) {
677 return return_failure(cinfo, *bm, "shouldCancelDecode");
718 if (this->shouldCancelDecode()) {
719 return return_failure(cinfo, *bm, "shouldCancelDecode");
902 if (this->shouldCancelDecode()) {
903 return return_false(*cinfo, bitmap, "shouldCancelDecode");
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h 205 // now the subclass must query shouldCancelDecode() to be informed
377 bool shouldCancelDecode() const { return fShouldCancelDecode; }
  /external/skia/include/core/
SkImageDecoder.h 236 // now the subclass must query shouldCancelDecode() to be informed
442 bool shouldCancelDecode() const { return fShouldCancelDecode; }

Completed in 70 milliseconds