HomeSort by relevance Sort by last modified time
    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