Home
last modified time | relevance | path

Searched refs:PrepareParams (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/skia/ext/
Dlazy_pixel_ref.h25 struct PrepareParams { struct
32 virtual bool PrepareToDecode(const PrepareParams& params) = 0; argument
Dlazy_pixel_ref_utils_unittest.cc50 virtual bool PrepareToDecode(const PrepareParams& params) OVERRIDE;
120 bool TestLazyPixelRef::PrepareToDecode(const PrepareParams& params) { in PrepareToDecode()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DLazyDecodingPixelRef.h61 virtual bool PrepareToDecode(const LazyPixelRef::PrepareParams&);
DLazyDecodingPixelRef.cpp108 bool LazyDecodingPixelRef::PrepareToDecode(const LazyPixelRef::PrepareParams& params) in PrepareToDecode()
/external/chromium_org/cc/test/
Dskia_common.h45 virtual bool PrepareToDecode(const PrepareParams& params) OVERRIDE;
Dskia_common.cc46 bool TestLazyPixelRef::PrepareToDecode(const PrepareParams& params) { in PrepareToDecode()