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

  /external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h 207 fShouldCancelDecode = true;
377 bool shouldCancelDecode() const { return fShouldCancelDecode; }
427 mutable bool fShouldCancelDecode;
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder.cpp 161 fShouldCancelDecode = false;
177 fShouldCancelDecode = false;
186 fShouldCancelDecode = false;
  /external/skia/include/core/
SkImageDecoder.h 238 fShouldCancelDecode = true;
442 bool shouldCancelDecode() const { return fShouldCancelDecode; }
495 mutable bool fShouldCancelDecode;
  /external/skia/src/images/
SkImageDecoder.cpp 186 fShouldCancelDecode = false;
202 fShouldCancelDecode = false;
211 fShouldCancelDecode = false;

Completed in 325 milliseconds