#include <DrawParams.h>
Definition at line 64 of file DrawParams.h.
◆ Clip() [1/2]
skgpu::graphite::Clip::Clip |
( |
| ) |
|
|
default |
◆ Clip() [2/2]
skgpu::graphite::Clip::Clip |
( |
const Rect & |
drawBounds, |
|
|
const Rect & |
shapeBounds, |
|
|
const SkIRect & |
scissor, |
|
|
const SkShader * |
shader |
|
) |
| |
|
inline |
Definition at line 67 of file DrawParams.h.
72 , fTransformedShapeBounds(shapeBounds)
const Rect & drawBounds() const
const SkShader * shader() const
const SkIRect & scissor() const
◆ drawBounds()
const Rect & skgpu::graphite::Clip::drawBounds |
( |
| ) |
const |
|
inline |
◆ isClippedOut()
bool skgpu::graphite::Clip::isClippedOut |
( |
| ) |
const |
|
inline |
Definition at line 93 of file DrawParams.h.
AI bool isEmptyNegativeOrNaN() const
◆ scissor()
const SkIRect & skgpu::graphite::Clip::scissor |
( |
| ) |
const |
|
inline |
◆ shader()
const SkShader * skgpu::graphite::Clip::shader |
( |
| ) |
const |
|
inline |
◆ transformedShapeBounds()
const Rect & skgpu::graphite::Clip::transformedShapeBounds |
( |
| ) |
const |
|
inline |
Definition at line 88 of file DrawParams.h.
88{ return fTransformedShapeBounds; }
The documentation for this class was generated from the following file: