Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/graphite/
H A DClipStack_graphite.h279 bool canBeUpdated() const { return (fDeferredSaveCount == 0); } in canBeUpdated() function
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DClipStack.h249 bool canBeUpdated() const { return (fDeferredSaveCount == 0); } in canBeUpdated() function