Home
last modified time | relevance | path

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

/external/skia/debugger/
DSkDebugger.h102 void setPathOps(bool pathOps) { in setPathOps() argument
104 fDebugCanvas->setAllowSimplifyClip(pathOps); in setPathOps()
DSkDebugger.cpp43 bool pathOps = fDebugCanvas->getAllowSimplifyClip(); in copyPicture() local
50 fDebugCanvas->setAllowSimplifyClip(pathOps); in copyPicture()