Definition at line 20 of file PictureBBHTest.cpp.
◆ PictureBBHTestBase()
PictureBBHTestBase::PictureBBHTestBase |
( |
int |
playbackWidth, |
|
|
int |
playbackHeight, |
|
|
int |
recordWidth, |
|
|
int |
recordHeight |
|
) |
| |
|
inline |
Definition at line 22 of file PictureBBHTest.cpp.
23 {
24
26 fPictureWidth = recordWidth;
27 fPictureHeight = recordHeight;
28 }
void allocN32Pixels(int width, int height, bool isOpaque=false)
◆ ~PictureBBHTestBase()
virtual PictureBBHTestBase::~PictureBBHTestBase |
( |
| ) |
|
|
inlinevirtual |
◆ doTest()
virtual void PictureBBHTestBase::doTest |
( |
SkCanvas & |
playbackCanvas, |
|
|
SkCanvas & |
recordingCanvas |
|
) |
| |
|
pure virtual |
◆ run()
Definition at line 34 of file PictureBBHTest.cpp.
34 {
35
36 this->
run(
nullptr, reporter);
37
38
41 }
void run(skiatest::Reporter *reporter)
The documentation for this class was generated from the following file: