Home
last modified time | relevance | path

Searched defs:canBeUpdated (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/graphite/
DClipStack_graphite.h243 bool canBeUpdated() const { return (fDeferredSaveCount == 0); } in canBeUpdated() function
/external/skia/src/gpu/ganesh/
DClipStack.h229 bool canBeUpdated() const { return (fDeferredSaveCount == 0); } in canBeUpdated() function