Home
last modified time | relevance | path

Searched refs:fInvalidatedByIndex (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/v1/
DClipStack.h127 bool isInvalid() const { return fInvalidatedByIndex >= 0; } in isInvalid()
161 int fInvalidatedByIndex; variable
DClipStack.cpp443 , fInvalidatedByIndex(-1) {
453 fInvalidatedByIndex = current.firstActiveElementIndex(); in markInvalid()
457 if (current.firstActiveElementIndex() < fInvalidatedByIndex) { in restoreValid()
458 fInvalidatedByIndex = -1; in restoreValid()