Searched refs:pixma_rgb_to_gray (Results 1 - 4 of 4) sorted by relevance
/third_party/backends/backend/pixma/ |
H A D | pixma_common.h | 193 uint8_t * pixma_rgb_to_gray (uint8_t * gptr, uint8_t * sptr, unsigned w, unsigned c);
|
H A D | pixma_common.c | 367 pixma_rgb_to_gray (uint8_t * gptr, uint8_t * sptr, unsigned w, unsigned c) in pixma_rgb_to_gray() function 371 /* PDBG (pixma_dbg (4, "*pixma_rgb_to_gray*****\n")); */ in pixma_rgb_to_gray() 430 pixma_rgb_to_gray(dst, src, width, c); in pixma_binarize_line()
|
H A D | pixma_mp150.c | 1235 cptr = gptr = pixma_rgb_to_gray (gptr, cptr, s->param->w, c); in post_process_image_data()
|
H A D | pixma_mp800.c | 1813 cptr = gptr = pixma_rgb_to_gray (gptr, cptr, s->param->w, c); in post_process_image_data()
|
Completed in 13 milliseconds