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

  /external/skia/include/images/
SkImageDecoder.h 181 // now the subclass must query shouldCancelDecode() to be informed
364 bool shouldCancelDecode() const { return fShouldCancelDecode; }
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 347 if (this->shouldCancelDecode()) {
348 return return_false(cinfo, *bm, "shouldCancelDecode");
407 if (this->shouldCancelDecode()) {
408 return return_false(cinfo, *bm, "shouldCancelDecode");
596 if (this->shouldCancelDecode()) {
597 return return_false(*cinfo, *bitmap, "shouldCancelDecode");
652 if (this->shouldCancelDecode()) {
653 return return_false(*cinfo, *bitmap, "shouldCancelDecode");
SkJpegUtility.cpp 46 if (src->fDecoder != NULL && src->fDecoder->shouldCancelDecode()) {

Completed in 30 milliseconds