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 234 fShouldCancelDecode = true;
440 bool shouldCancelDecode() const { return fShouldCancelDecode; }
486 mutable bool fShouldCancelDecode;
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder.cpp 178 fShouldCancelDecode = false;
195 fShouldCancelDecode = false;
205 fShouldCancelDecode = false;
  /external/skia/include/core/
SkImageDecoder.h 234 fShouldCancelDecode = true;
440 bool shouldCancelDecode() const { return fShouldCancelDecode; }
486 mutable bool fShouldCancelDecode;
  /external/skia/src/images/
SkImageDecoder.cpp 178 fShouldCancelDecode = false;
195 fShouldCancelDecode = false;
205 fShouldCancelDecode = false;

Completed in 28 milliseconds