#include <ClipStack.h>
Definition at line 335 of file ClipStack.h.
◆ ElementIter()
skgpu::ganesh::ClipStack::ElementIter::ElementIter |
( |
RawElement::Stack::CRIter::Item |
item, |
|
|
int |
r |
|
) |
| |
|
inline |
Definition at line 353 of file ClipStack.h.
RawElement::Stack::CRIter::Item fItem
◆ operator!=()
bool skgpu::ganesh::ClipStack::ElementIter::operator!= |
( |
const ElementIter & |
o | ) |
const |
|
inline |
◆ operator*()
const Element & skgpu::ganesh::ClipStack::ElementIter::operator* |
( |
| ) |
const |
|
inline |
Definition at line 341 of file ClipStack.h.
341{ return (*fItem).asElement(); }
◆ operator++()
ElementIter & skgpu::ganesh::ClipStack::ElementIter::operator++ |
( |
| ) |
|
|
inline |
Definition at line 343 of file ClipStack.h.
343 {
344
345 do {
348 }
while(
fRemaining > 0 && (*fItem).isInvalid());
349
350 return *this;
351 }
◆ ClipStack
◆ fItem
RawElement::Stack::CRIter::Item skgpu::ganesh::ClipStack::ElementIter::fItem |
◆ fRemaining
int skgpu::ganesh::ClipStack::ElementIter::fRemaining |
The documentation for this class was generated from the following file: