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

  /external/skia/tests/
MathTest.cpp 457 int clamp2 = value < 0 ? 0 : (value > max ? max : value); local
458 REPORTER_ASSERT(reporter, clamp == clamp2);
  /external/skqp/tests/
MathTest.cpp 457 int clamp2 = value < 0 ? 0 : (value > max ? max : value); local
458 REPORTER_ASSERT(reporter, clamp == clamp2);

Completed in 215 milliseconds