Searched refs:FillRectInImage (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ppapi/tests/
H A Dtest_graphics_2d.h38 void FillRectInImage(pp::ImageData* image,
H A Dtest_graphics_2d.cc108 void TestGraphics2D::FillRectInImage(pp::ImageData* image, function in class:TestGraphics2D
384 FillRectInImage(&background, pp::Rect(0, 0, w, h), background_color);
393 FillRectInImage(&fill, pp::Rect(fill.size()), background_color);
404 FillRectInImage(&fill, pp::Rect(fill.size()), fill_color);
455 FillRectInImage(&no_image, pp::Rect(0, 0, image_width, image_height), 0);
573 FillRectInImage(&background, pp::Rect(0, 0, w, h), background_color);
581 FillRectInImage(&swapped, pp::Rect(0, 0, w, h), swapped_color);
694 FillRectInImage(&chunk, pp::Rect(chunk.size()), kRed);

Completed in 1557 milliseconds