Home
last modified time | relevance | path

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

/external/skqp/modules/sksg/src/
DSkSGClipEffect.cpp31 SkAutoCanvasRestore acr(canvas, !fNoop); in onRender()
32 if (!fNoop) { in onRender()
45 fNoop = fClipNode->asPath().conservativelyContainsRect(childBounds); in onRevalidate()
/external/skia/modules/sksg/src/
DSkSGClipEffect.cpp28 SkAutoCanvasRestore acr(canvas, !fNoop); in onRender()
29 if (!fNoop) { in onRender()
46 fNoop = fClipNode->asPath().conservativelyContainsRect(childBounds); in onRevalidate()
/external/skqp/modules/sksg/include/
DSkSGClipEffect.h43 bool fNoop = false; variable
/external/skia/modules/sksg/include/
DSkSGClipEffect.h44 bool fNoop = false; variable