IsOfColor          80 skia/ext/platform_canvas_unittest.cc   if (!IsOfColor(bitmap, x, y, canvas_color)) return false;
IsOfColor          81 skia/ext/platform_canvas_unittest.cc   if (!IsOfColor(bitmap, x + w, y, canvas_color)) return false;
IsOfColor          82 skia/ext/platform_canvas_unittest.cc   if (!IsOfColor(bitmap, x, y + h, canvas_color)) return false;
IsOfColor          83 skia/ext/platform_canvas_unittest.cc   if (!IsOfColor(bitmap, x + w, y, canvas_color)) return false;
IsOfColor          86 skia/ext/platform_canvas_unittest.cc   if (!IsOfColor(bitmap, (x + w / 2), y, rect_color)) return false;
IsOfColor          87 skia/ext/platform_canvas_unittest.cc   if (!IsOfColor(bitmap, x, (y + h / 2), rect_color)) return false;
IsOfColor          88 skia/ext/platform_canvas_unittest.cc   if (!IsOfColor(bitmap, x + w, (y + h / 2), rect_color)) return false;
IsOfColor          89 skia/ext/platform_canvas_unittest.cc   if (!IsOfColor(bitmap, (x + w / 2), y + h, rect_color)) return false;