HomeSort by relevance Sort by last modified time
    Searched refs:maxR (Results 1 - 5 of 5) sorted by null

  /external/skia/tests/
PaintTest.cpp 182 SkRect maxR = fillR;
187 maxR.inset(-inset, -inset);
190 REPORTER_ASSERT(reporter, maxR.contains(strokeR));
PathOpsAngleIdeas.cpp 812 double maxR = SK_ScalarMax;
    [all...]
  /external/skqp/tests/
PaintTest.cpp 182 SkRect maxR = fillR;
187 maxR.inset(-inset, -inset);
190 REPORTER_ASSERT(reporter, maxR.contains(strokeR));
PathOpsAngleIdeas.cpp 812 double maxR = SK_ScalarMax;
    [all...]
  /external/deqp/framework/common/
tcuTexCompareVerifier.cpp 123 const float maxR = result+err;
125 return (resultSet.isTrue && de::inRange(1.0f, minR, maxR)) ||
126 (resultSet.isFalse && de::inRange(0.0f, minR, maxR));
240 const float maxR = maxV+totalErr;
242 if (de::inRange(result, minR, maxR))
351 const float maxR = maxV+totalErr;
353 if (de::inRange(result, minR, maxR))
512 const float maxR = maxF+totalErr;
514 if (de::inRange(result, minR, maxR))
    [all...]

Completed in 296 milliseconds