Flutter Engine
The Flutter Engine
|
#include <SkClipStack.h>
Public Member Functions | |
B2TIter () | |
B2TIter (const SkClipStack &stack) | |
void | reset (const SkClipStack &stack) |
const Element * | next () |
The B2TIter iterates from the bottom of the stack to the top. It inherits privately from Iter to prevent access to reverse iteration.
Definition at line 441 of file SkClipStack.h.
|
inline |
Definition at line 443 of file SkClipStack.h.
|
inline |
Wrap Iter's 2 parameter ctor to force initialization to the beginning of the deque/bottom of the stack
Definition at line 449 of file SkClipStack.h.
const SkClipStack::Element * SkClipStack::Iter::next | ( | ) |
Return the clip element for this iterator. If next()/prev() returns NULL, then the iterator is done.
Definition at line 418 of file SkClipStack.cpp.
|
inline |
Wrap Iter::reset to force initialization to the beginning of the deque/bottom of the stack
Definition at line 459 of file SkClipStack.h.