OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_pixel_at
(Results
1 - 1
of
1
) sorted by null
/external/pdfium/samples/
image_diff.cc
103
void
set_pixel_at
(int x, int y, uint32_t color) {
function in class:Image
266
out->
set_pixel_at
(x, y, RGBA_RED | RGBA_ALPHA);
272
out->
set_pixel_at
(x, y, new_pixel);
Completed in 93 milliseconds