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 246 fShouldCancelDecode = true;
464 bool shouldCancelDecode() const { return fShouldCancelDecode; }
509 mutable bool fShouldCancelDecode;
  /external/skia/include/core/
SkImageDecoder.h 263 fShouldCancelDecode = true;
481 bool shouldCancelDecode() const { return fShouldCancelDecode; }
527 mutable bool fShouldCancelDecode;

Completed in 90 milliseconds