Home
last modified time | relevance | path

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

/external/skqp/include/core/
DSkPath.h1495 bool fForceClose; variable
/external/skia/include/core/
DSkPath.h1518 bool fForceClose; variable
/external/skia/src/core/
DSkPath.cpp1673 fForceClose = fCloseLine = false; in Iter()
1695 fForceClose = SkToU8(forceClose); in setPath()
1703 if (fForceClose) { in isClosedContour()
1785 fNeedClose = fForceClose; in next()
/external/skqp/src/core/
DSkPath.cpp1906 fForceClose = fCloseLine = false; in Iter()
1929 fForceClose = SkToU8(forceClose); in setPath()
1938 if (fForceClose) { in isClosedContour()
2117 fNeedClose = fForceClose; in doNext()