Searched refs:maxD (Results 1 – 3 of 3) sorted by relevance
229 SkScalar maxD = qPts[0].distanceToSqd(qPts[1]); in set() local232 if (d > maxD) { in set()233 maxD = d; in set()237 if (d > maxD) { in set()238 maxD = d; in set()242 if (maxD > 0) { in set()
171 DEBUG(unsigned maxD = 0; in schedule()173 if (SUnits[su].getDepth() > maxD) in schedule()174 maxD = SUnits[su].getDepth(); in schedule()175 dbgs() << "Max Depth " << maxD << "\n";); in schedule()
163 const Vec4 maxD = max(d0, max(d1, max(d2, d3))); in computeBilinearSearchStepFromFloatQuad() local164 const Vec4 stepCount = maxD / prec.colorThreshold; in computeBilinearSearchStepFromFloatQuad()