HomeSort by relevance Sort by last modified time
    Searched defs:fShouldCancelDecode (Results 1 - 2 of 2) 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/skia/include/core/
SkImageDecoder.h 238 fShouldCancelDecode = true;
442 bool shouldCancelDecode() const { return fShouldCancelDecode; }
495 mutable bool fShouldCancelDecode;

Completed in 172 milliseconds