#include <screenshot.h>
|
| virtual | ~Screenshot ()=default |
| |
| virtual const uint8_t * | GetBytes () const =0 |
| | Access raw data of the screenshot. More...
|
| |
| virtual size_t | GetHeight () const =0 |
| | Returns the height of the image in pixels. More...
|
| |
| virtual size_t | GetWidth () const =0 |
| | Returns the width of the image in pixels. More...
|
| |
| virtual size_t | GetBytesPerRow () const =0 |
| | Returns number of bytes required to represent one row of the raw image. More...
|
| |
| virtual bool | WriteToPNG (const std::string &path) const =0 |
| |
Definition at line 16 of file screenshot.h.
◆ ~Screenshot()
| virtual impeller::testing::Screenshot::~Screenshot |
( |
| ) |
|
|
virtualdefault |
◆ GetBytes()
| virtual const uint8_t* impeller::testing::Screenshot::GetBytes |
( |
| ) |
const |
|
pure virtual |
◆ GetBytesPerRow()
| virtual size_t impeller::testing::Screenshot::GetBytesPerRow |
( |
| ) |
const |
|
pure virtual |
◆ GetHeight()
| virtual size_t impeller::testing::Screenshot::GetHeight |
( |
| ) |
const |
|
pure virtual |
◆ GetWidth()
| virtual size_t impeller::testing::Screenshot::GetWidth |
( |
| ) |
const |
|
pure virtual |
◆ WriteToPNG()
| virtual bool impeller::testing::Screenshot::WriteToPNG |
( |
const std::string & |
path | ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: