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

  /external/chromium_org/third_party/skia/tests/
MathTest.cpp 357 int webkit_ceiling = (c * a + 254) / 255; local
358 REPORTER_ASSERT(reporter, expected_ceiling == webkit_ceiling);
360 REPORTER_ASSERT(reporter, skia_ceiling == webkit_ceiling);
  /external/skia/tests/
MathTest.cpp 357 int webkit_ceiling = (c * a + 254) / 255; local
358 REPORTER_ASSERT(reporter, expected_ceiling == webkit_ceiling);
360 REPORTER_ASSERT(reporter, skia_ceiling == webkit_ceiling);

Completed in 152 milliseconds