Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrRasterizer.cpp94 namespace LineRasterUtil namespace
333 const bool intersectsAtCorner = LineRasterUtil::vertexOnLineSegment(p, line); in doesLineSegmentExitDiamond()
418 const bool startVertexInside = LineRasterUtil::vertexOnLeftSideOfLine (line.m_v0, LineRasterUtil::SubpixelLineSegment(bounds[ndx].p0, bounds[ndx].p1)) || in doesLineSegmentExitDiamond()
419 (bounds[ndx].edgeInclusive && LineRasterUtil::vertexOnLine (line.m_v0, LineRasterUtil::SubpixelLineSegment(bounds[ndx].p0, bounds[ndx].p1))); in doesLineSegmentExitDiamond()
420 const bool endVertexInside = LineRasterUtil::vertexOnLeftSideOfLine (line.m_v1, LineRasterUtil::SubpixelLineSegment(bounds[ndx].p0, bounds[ndx].p1)) || in doesLineSegmentExitDiamond()
421 (bounds[ndx].edgeInclusive && LineRasterUtil::vertexOnLine (line.m_v1, LineRasterUtil in doesLineSegmentExitDiamond()
[all...]

Completed in 2 milliseconds