Home
last modified time | relevance | path

Searched refs:pixma_rgb_to_gray (Results 1 - 4 of 4) sorted by relevance

/third_party/backends/backend/pixma/
H A Dpixma_common.h193 uint8_t * pixma_rgb_to_gray (uint8_t * gptr, uint8_t * sptr, unsigned w, unsigned c);
H A Dpixma_common.c367 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 Dpixma_mp150.c1235 cptr = gptr = pixma_rgb_to_gray (gptr, cptr, s->param->w, c); in post_process_image_data()
H A Dpixma_mp800.c1813 cptr = gptr = pixma_rgb_to_gray (gptr, cptr, s->param->w, c); in post_process_image_data()

Completed in 13 milliseconds