Home | History | Annotate | Download | only in test

Lines Matching defs:info

15 TestPixelRef::TestPixelRef(const SkImageInfo& info)
16 : SkPixelRef(info), pixels_(new char[4 * info.fWidth * info.fHeight]) {}
34 TestLazyPixelRef::TestLazyPixelRef(const SkImageInfo& info)
35 : skia::LazyPixelRef(info),
36 pixels_(new char[4 * info.fWidth * info.fHeight]) {}
76 SkImageInfo info = {
84 skia::AdoptRef(new TestLazyPixelRef(info));
87 bitmap->setConfig(info);