Flutter Engine
The Flutter Engine
|
Public Member Functions | |
bool | intersects (const TransformedShape &) const |
bool | contains (const TransformedShape &) const |
Public Attributes | |
const Transform & | fLocalToDevice |
const Shape & | fShape |
const Rect & | fOuterBounds |
const Rect & | fInnerBounds |
SkClipOp | fOp |
bool | fContainsChecksOnlyBounds = false |
Definition at line 94 of file ClipStack_graphite.cpp.
bool skgpu::graphite::ClipStack::TransformedShape::contains | ( | const TransformedShape & | o | ) | const |
Definition at line 146 of file ClipStack_graphite.cpp.
bool skgpu::graphite::ClipStack::TransformedShape::intersects | ( | const TransformedShape & | o | ) | const |
Definition at line 113 of file ClipStack_graphite.cpp.
bool skgpu::graphite::ClipStack::TransformedShape::fContainsChecksOnlyBounds = false |
Definition at line 107 of file ClipStack_graphite.cpp.
const Rect& skgpu::graphite::ClipStack::TransformedShape::fInnerBounds |
Definition at line 98 of file ClipStack_graphite.cpp.
const Transform& skgpu::graphite::ClipStack::TransformedShape::fLocalToDevice |
Definition at line 95 of file ClipStack_graphite.cpp.
SkClipOp skgpu::graphite::ClipStack::TransformedShape::fOp |
Definition at line 100 of file ClipStack_graphite.cpp.
const Rect& skgpu::graphite::ClipStack::TransformedShape::fOuterBounds |
Definition at line 97 of file ClipStack_graphite.cpp.
const Shape& skgpu::graphite::ClipStack::TransformedShape::fShape |
Definition at line 96 of file ClipStack_graphite.cpp.