#include <paint_region.h>
Definition at line 28 of file paint_region.h.
◆ PaintRegion() [1/2]
| flutter::PaintRegion::PaintRegion |
( |
| ) |
|
|
default |
◆ PaintRegion() [2/2]
| flutter::PaintRegion::PaintRegion |
( |
std::shared_ptr< std::vector< DlRect > > |
rects, |
|
|
size_t |
from, |
|
|
size_t |
to, |
|
|
bool |
has_readback, |
|
|
bool |
has_texture |
|
) |
| |
|
inline |
Definition at line 31 of file paint_region.h.
36 : rects_(std::move(rects)),
37 from_(from),
38 to_(to),
bool has_readback() const
◆ begin()
| std::vector< DlRect >::const_iterator flutter::PaintRegion::begin |
( |
| ) |
const |
|
inline |
◆ ComputeBounds()
| DlRect flutter::PaintRegion::ComputeBounds |
( |
| ) |
const |
◆ end()
| std::vector< DlRect >::const_iterator flutter::PaintRegion::end |
( |
| ) |
const |
|
inline |
◆ has_readback()
| bool flutter::PaintRegion::has_readback |
( |
| ) |
const |
|
inline |
◆ has_texture()
| bool flutter::PaintRegion::has_texture |
( |
| ) |
const |
|
inline |
◆ is_valid()
| bool flutter::PaintRegion::is_valid |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: