Home
last modified time | relevance | path

Searched refs:hasSmoothEdges (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/view_map/
H A DViewEdgeXBuilder.cpp74 if (false == ((wxf))->hasSmoothEdges()) { // does it contain at least one smooth edge ? in BuildViewEdges()
361 if (!nextFace->hasSmoothEdges()) { in FindNextFaceLayer()
442 if (!previousFace->hasSmoothEdges()) { in FindPreviousFaceLayer()
H A DFEdgeXDetector.cpp771 bool hasSmoothEdges = false; in buildSmoothEdges() local
782 hasSmoothEdges = true; in buildSmoothEdges()
787 if (hasSmoothEdges && !_computeRidgesAndValleys && !_computeSuggestiveContours) { in buildSmoothEdges()
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/winged_edge/
H A DWXEdge.h575 inline bool hasSmoothEdges() const in hasSmoothEdges() function