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

  /external/skia/src/images/
SkJpegUtility.cpp 50 if (src->fDecoder != NULL && src->fDecoder->shouldCancelDecode()) {
SkImageDecoder_libjpeg.cpp 683 if (this->shouldCancelDecode()) {
684 return return_failure(cinfo, *bm, "shouldCancelDecode");
725 if (this->shouldCancelDecode()) {
726 return return_failure(cinfo, *bm, "shouldCancelDecode");
    [all...]
  /external/skia/include/core/
SkImageDecoder.h 191 // now the subclass must query shouldCancelDecode() to be informed
370 bool shouldCancelDecode() const { return fShouldCancelDecode; }

Completed in 75 milliseconds