Home
last modified time | relevance | path

Searched refs:shouldCancelDecode (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/images/
DSkImageDecoder_libjpeg.cpp347 if (this->shouldCancelDecode()) { in onDecode()
407 if (this->shouldCancelDecode()) { in onDecode()
596 if (this->shouldCancelDecode()) { in onDecodeRegion()
652 if (this->shouldCancelDecode()) { in onDecodeRegion()
DSkJpegUtility.cpp46 if (src->fDecoder != NULL && src->fDecoder->shouldCancelDecode()) { in sk_fill_input_buffer()
/external/skia/include/images/
DSkImageDecoder.h364 bool shouldCancelDecode() const { return fShouldCancelDecode; } in shouldCancelDecode() function