Home
last modified time | relevance | path

Searched refs:TestLazyPixelRef (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/cc/test/
Dskia_common.cc34 TestLazyPixelRef::TestLazyPixelRef(const SkImageInfo& info) in TestLazyPixelRef() function in cc::TestLazyPixelRef
38 TestLazyPixelRef::~TestLazyPixelRef() {} in ~TestLazyPixelRef()
40 SkFlattenable::Factory TestLazyPixelRef::getFactory() const { return NULL; } in getFactory()
42 void* TestLazyPixelRef::onLockPixels(SkColorTable** color_table) { in onLockPixels()
46 bool TestLazyPixelRef::PrepareToDecode(const PrepareParams& params) { in PrepareToDecode()
50 bool TestLazyPixelRef::MaybeDecoded() { in MaybeDecoded()
54 SkPixelRef* TestLazyPixelRef::deepCopy( in deepCopy()
83 skia::RefPtr<TestLazyPixelRef> lazy_pixel_ref = in CreateBitmap()
84 skia::AdoptRef(new TestLazyPixelRef(info)); in CreateBitmap()
Dskia_common.h37 class TestLazyPixelRef : public skia::LazyPixelRef {
39 explicit TestLazyPixelRef(const SkImageInfo& info);
40 virtual ~TestLazyPixelRef();
/external/chromium_org/skia/ext/
Dlazy_pixel_ref_utils_unittest.cc42 class TestLazyPixelRef : public skia::LazyPixelRef { class
44 TestLazyPixelRef(int width, int height);
45 virtual ~TestLazyPixelRef();
109 TestLazyPixelRef::TestLazyPixelRef(int width, int height) in TestLazyPixelRef() function in skia::__anon77f1a1cc0111::TestLazyPixelRef
112 TestLazyPixelRef::~TestLazyPixelRef() {} in ~TestLazyPixelRef()
114 SkFlattenable::Factory TestLazyPixelRef::getFactory() const { return NULL; } in getFactory()
116 void* TestLazyPixelRef::onLockPixels(SkColorTable** color_table) { in onLockPixels()
120 bool TestLazyPixelRef::PrepareToDecode(const PrepareParams& params) { in PrepareToDecode()
124 bool TestLazyPixelRef::MaybeDecoded() { in MaybeDecoded()
128 SkPixelRef* TestLazyPixelRef::deepCopy(SkBitmap::Config config, in deepCopy()
[all …]