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

  /external/chromium_org/ppapi/tests/
test_graphics_2d.h 38 void FillRectInImage(pp::ImageData* image,
test_graphics_2d.cc 108 void TestGraphics2D::FillRectInImage(pp::ImageData* image,
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 156 milliseconds