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

  /external/skia/tests/
RectTest.cpp 15 static bool has_green_pixels(const SkBitmap& bm) { function
43 REPORTER_ASSERT(reporter, !has_green_pixels(bm));
48 REPORTER_ASSERT(reporter, has_green_pixels(bm));
72 REPORTER_ASSERT(reporter, !has_green_pixels(bm));
86 REPORTER_ASSERT(reporter, has_green_pixels(bm));
  /external/skqp/tests/
RectTest.cpp 15 static bool has_green_pixels(const SkBitmap& bm) { function
43 REPORTER_ASSERT(reporter, !has_green_pixels(bm));
48 REPORTER_ASSERT(reporter, has_green_pixels(bm));
72 REPORTER_ASSERT(reporter, !has_green_pixels(bm));
86 REPORTER_ASSERT(reporter, has_green_pixels(bm));

Completed in 314 milliseconds