HomeSort by relevance Sort by last modified time
    Searched refs:shouldCancelDecode (Results 1 - 3 of 3) sorted by null

  /external/skia/include/core/
SkImageDecoder.h 175 // now the subclass must query shouldCancelDecode() to be informed
305 bool shouldCancelDecode() const { return fShouldCancelDecode; }
  /external/skia/src/images/
SkJpegUtility.cpp 50 if (src->fDecoder != nullptr && src->fDecoder->shouldCancelDecode()) {
SkImageDecoder_libjpeg.cpp 475 if (this->shouldCancelDecode()) {
476 return return_failure(cinfo, *bm, "shouldCancelDecode");
519 if (this->shouldCancelDecode()) {
520 return return_failure(cinfo, *bm, "shouldCancelDecode");
    [all...]

Completed in 104 milliseconds