Searched defs:maxDistance (Results 1 – 6 of 6) sorted by relevance
62 void setMaxDistance(double maxDistance) { m_maxDistance = maxDistance; } in setMaxDistance()66 double maxDistance() const { return m_maxDistance; } in maxDistance() function
36 inline long long maxDistance() in maxDistance() function
86 double maxDistance() { return m_distanceEffect.maxDistance(); } in maxDistance() function
118 final float maxDistance = mRadius + otherRadius; in intersects() local
979 float maxDistance = topLeftDistance; in distanceToFarthestCorner() local
130 const float maxDistance = tcu::length(p1 - p0) + maxPixelDistance; in pixelNearLineSegment() local