Searched refs:PrepareToDecode (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/skia/ext/
H A Dlazy_pixel_ref.h32 virtual bool PrepareToDecode(const PrepareParams& params) = 0;
35 // cache, false otherwise. Much cheaper than PrepareToDecode().
H A Dlazy_pixel_ref_utils_unittest.cc50 virtual bool PrepareToDecode(const PrepareParams& params) OVERRIDE;
120 bool TestLazyPixelRef::PrepareToDecode(const PrepareParams& params) { function in class:skia::__anon10684::TestLazyPixelRef
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DLazyDecodingPixelRef.h59 // Optimistic version of PrepareToDecode; requires less locking.
61 virtual bool PrepareToDecode(const LazyPixelRef::PrepareParams&);
H A DLazyDecodingPixelRef.cpp108 bool LazyDecodingPixelRef::PrepareToDecode(const LazyPixelRef::PrepareParams& params) function in class:WebCore::LazyDecodingPixelRef
/external/chromium_org/cc/test/
H A Dskia_common.h45 virtual bool PrepareToDecode(const PrepareParams& params) OVERRIDE;
H A Dskia_common.cc46 bool TestLazyPixelRef::PrepareToDecode(const PrepareParams& params) { function in class:cc::TestLazyPixelRef

Completed in 983 milliseconds