Lines Matching refs:diamondCenter
234 bool doesLineSegmentExitDiamond (const SubpixelLineSegment& line, const tcu::Vector<deInt64,2>& diamondCenter, int bits)
236 DE_ASSERT(isTheCenterOfTheFragment(diamondCenter, bits));
238 // Diamond Center is at diamondCenter in subpixel coords
245 const tcu::Vector<deInt64,2> v = (diamondCenter - line.m_v0);
286 { diamondCenter + tcu::Vector<deInt64,2>(0, -halfPixel), diamondCenter + tcu::Vector<deInt64,2>(-halfPixel, 0), false },
287 { diamondCenter + tcu::Vector<deInt64,2>(-halfPixel, 0), diamondCenter + tcu::Vector<deInt64,2>(0, halfPixel), false },
288 { diamondCenter + tcu::Vector<deInt64,2>(0, halfPixel), diamondCenter + tcu::Vector<deInt64,2>(halfPixel, 0), true },
289 { diamondCenter + tcu::Vector<deInt64,2>(halfPixel, 0), diamondCenter + tcu::Vector<deInt64,2>(0, -halfPixel), true },
332 const tcu::Vector<deInt64,2> p = diamondCenter + corners[ndx].dp;