OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
110
void TestGraphics2D::
FillRectInImage
(pp::ImageData* image,
386
FillRectInImage
(&background, pp::Rect(0, 0, w, h), background_color);
395
FillRectInImage
(&fill, pp::Rect(fill.size()), background_color);
406
FillRectInImage
(&fill, pp::Rect(fill.size()), fill_color);
457
FillRectInImage
(&no_image, pp::Rect(0, 0, image_width, image_height), 0);
575
FillRectInImage
(&background, pp::Rect(0, 0, w, h), background_color);
583
FillRectInImage
(&swapped, pp::Rect(0, 0, w, h), swapped_color);
696
FillRectInImage
(&chunk, pp::Rect(chunk.size()), kRed);
Completed in 42 milliseconds