Home
last modified time | relevance | path

Searched refs:isCloseLine (Results 1 – 8 of 8) sorted by relevance

/external/skia/docs/examples/
DPath_Iter_isCloseLine.cpp18 SkDebugf("line " "%s" "generated by close\n", iter.isCloseLine() ? "" : "not "); in draw()
/external/skqp/include/core/
DSkPath.h1478 bool isCloseLine() const { return SkToBool(fCloseLine); } in isCloseLine() function
/external/skia/include/core/
DSkPath.h1499 bool isCloseLine() const { return SkToBool(fCloseLine); } in isCloseLine() function
/external/skia/src/xps/
DSkXPSDevice.cpp1321 if (iter.isCloseLine()) break; //ignore the line, auto-closed in addXpsPathGeometry()
/external/skia/tools/fiddle/
Ddocumumentation_examples_map.txt2627 bool isCloseLine() const;
2635 …erates = true, bool exact = false); SkScalar conicWeight() const; bool isCloseLine() const; bool i…
/external/skqp/src/xps/
DSkXPSDevice.cpp1331 if (iter.isCloseLine()) break; //ignore the line, auto-closed in addXpsPathGeometry()
/external/skqp/docs/
DSkPath_Reference.bmh4628 #Method bool isCloseLine() const
4645 SkDebugf("line " "%s" "generated by close\n", iter.isCloseLine() ? "" : "not ");
/external/skqp/site/user/api/
DSkPath_Reference.md4990 bool <a href='#SkPath_Iter_isCloseLine'>isCloseLine</a>() const;
5261 bool <a href='#SkPath_Iter_isCloseLine'>isCloseLine</a>()const