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

  /external/chromium_org/third_party/skia/tests/
PathTest.cpp 657 bool isFine = r.setBoundsCheck(pts, 3);
658 REPORTER_ASSERT(reporter, isFine);
662 isFine = r.setBoundsCheck(pts, 3);
663 REPORTER_ASSERT(reporter, !isFine);
667 isFine = r.setBoundsCheck(pts, 3);
668 REPORTER_ASSERT(reporter, !isFine);
    [all...]
  /external/skia/tests/
PathTest.cpp 657 bool isFine = r.setBoundsCheck(pts, 3);
658 REPORTER_ASSERT(reporter, isFine);
662 isFine = r.setBoundsCheck(pts, 3);
663 REPORTER_ASSERT(reporter, !isFine);
667 isFine = r.setBoundsCheck(pts, 3);
668 REPORTER_ASSERT(reporter, !isFine);
    [all...]

Completed in 65 milliseconds