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 182 // now the subclass must query shouldCancelDecode() to be informed
365 bool shouldCancelDecode() const { return fShouldCancelDecode; }
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 361 if (this->shouldCancelDecode()) {
362 return return_false(cinfo, *bm, "shouldCancelDecode");
438 if (this->shouldCancelDecode()) {
439 return return_false(cinfo, *bm, "shouldCancelDecode");
630 if (this->shouldCancelDecode()) {
631 return return_false(*cinfo, *bitmap, "shouldCancelDecode");
686 if (this->shouldCancelDecode()) {
687 return return_false(*cinfo, *bitmap, "shouldCancelDecode");
SkJpegUtility.cpp 46 if (src->fDecoder != NULL && src->fDecoder->shouldCancelDecode()) {

Completed in 46 milliseconds