Home
last modified time | relevance | path

Searched refs:fKeysToInvalidate (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/core/
DSkClipStack.h189 fKeysToInvalidate.push_back(key); in addResourceInvalidationMessage()
223 mutable SkTArray<GrUniqueKey> fKeysToInvalidate; variable
DSkClipStack.cpp48 for (int i = 0; i < fKeysToInvalidate.count(); ++i) { in ~Element()
49 fProxyProvider->processInvalidUniqueKey(fKeysToInvalidate[i], nullptr, in ~Element()
/external/skia/src/core/
DSkClipStack.h204 fKeysToInvalidate.push_back(key); in addResourceInvalidationMessage()
239 mutable SkTArray<GrUniqueKey> fKeysToInvalidate; variable
DSkClipStack.cpp57 for (int i = 0; i < fKeysToInvalidate.count(); ++i) { in ~Element()
58 fProxyProvider->processInvalidUniqueKey(fKeysToInvalidate[i], nullptr, in ~Element()