Searched refs:line1End (Results 1 – 2 of 2) sorted by relevance
1378 int line1End = input.indexOf(line1) + line1.length(); in afterNewline() local1379 for (; start >= line1End; start--) { in afterNewline()
46 …64, 2>& line0End, const tcu::Vector<deInt64, 2>& line1Beg, const tcu::Vector<deInt64, 2>& line1End) in lineLineIntersect() argument57 const I64Vec2 v1 = line1End - line0Beg; in lineLineIntersect()69 const I64Vec2 line = line1End - line1Beg; in lineLineIntersect()