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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
NativeImageSkia.h 153 bool shouldCacheResampling(const SkISize& scaledImageSize, const SkIRect& scaledImageSubset) const;
169 // Every time we get a call to shouldCacheResampling, if it matches the
NativeImageSkia.cpp 300 && shouldCacheResampling(scaledImageSize, scaledImageSubset);
539 bool NativeImageSkia::shouldCacheResampling(const SkISize& scaledImageSize, const SkIRect& scaledImageSubset) const

Completed in 1464 milliseconds