FillRectInImage   384 ppapi/tests/test_graphics_2d.cc   FillRectInImage(&background, pp::Rect(0, 0, w, h), background_color);
FillRectInImage   393 ppapi/tests/test_graphics_2d.cc   FillRectInImage(&fill, pp::Rect(fill.size()), background_color);
FillRectInImage   404 ppapi/tests/test_graphics_2d.cc   FillRectInImage(&fill, pp::Rect(fill.size()), fill_color);
FillRectInImage   455 ppapi/tests/test_graphics_2d.cc   FillRectInImage(&no_image, pp::Rect(0, 0, image_width, image_height), 0);
FillRectInImage   573 ppapi/tests/test_graphics_2d.cc   FillRectInImage(&background, pp::Rect(0, 0, w, h), background_color);
FillRectInImage   581 ppapi/tests/test_graphics_2d.cc   FillRectInImage(&swapped, pp::Rect(0, 0, w, h), swapped_color);
FillRectInImage   694 ppapi/tests/test_graphics_2d.cc   FillRectInImage(&chunk, pp::Rect(chunk.size()), kRed);
FillRectInImage    38 ppapi/tests/test_graphics_2d.h   void FillRectInImage(pp::ImageData* image,