Home
last modified time | relevance | path

Searched refs:pointInclusive (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrRasterizer.cpp317 bool pointInclusive; // would a point in this corner intersect with the region in doesLineSegmentExitDiamond() member
358 const bool startIsInside = corners[ndx].pointInclusive || p != line.m_v0; in doesLineSegmentExitDiamond()
359 const bool endIsOutside = !corners[ndx].pointInclusive || p != line.m_v1; in doesLineSegmentExitDiamond()

Completed in 5 milliseconds