Searched refs:buffer_crop (Results 1 - 7 of 7) sorted by relevance
/third_party/backends/backend/ |
H A D | kvs1025.c | 339 buffer_crop(dev,SIDE_FRONT); in sane_start() 353 buffer_crop(dev,SIDE_BACK); in sane_start()
|
H A D | kvs1025_low.h | 285 SANE_Status buffer_crop (PKV_DEV dev, int side);
|
H A D | canon_dr.h | 687 static SANE_Status buffer_crop(struct scanner *s, int side);
|
H A D | fujitsu.h | 852 static SANE_Status buffer_crop(struct fujitsu *s, int side);
|
H A D | kvs1025_low.c | 1022 buffer_crop(PKV_DEV s, int side) in buffer_crop() function 1028 DBG (10, "buffer_crop: start\n"); in buffer_crop() 1039 DBG (5, "buffer_crop: bad edges, bailing\n"); in buffer_crop() 1043 DBG (15, "buffer_crop: t:%d b:%d l:%d r:%d\n", in buffer_crop() 1063 DBG (5, "buffer_crop: bad crop, bailing\n"); in buffer_crop() 1073 DBG (10, "buffer_crop: finish\n"); in buffer_crop()
|
H A D | canon_dr.c | 5612 buffer_crop(s,s->side); in sane_start() 9073 buffer_crop(struct scanner *s, int side) in buffer_crop() function 9077 DBG (10, "buffer_crop: start\n"); in buffer_crop() 9086 DBG (5, "buffer_crop: bad edges, bailing\n"); in buffer_crop() 9091 DBG (15, "buffer_crop: t:%d b:%d l:%d r:%d\n", in buffer_crop() 9105 DBG (5, "buffer_crop: bad crop, bailing\n"); in buffer_crop() 9121 DBG (10, "buffer_crop: finish\n"); in buffer_crop()
|
H A D | fujitsu.c | 7248 buffer_crop(s,s->side); in sane_start() 10225 buffer_crop(struct fujitsu *s, int side) in buffer_crop() function 10229 DBG (10, "buffer_crop: start\n"); in buffer_crop() 10236 DBG (5, "buffer_crop: bad edges, bailing\n"); in buffer_crop() 10241 DBG (15, "buffer_crop: t:%d b:%d l:%d r:%d\n", in buffer_crop() 10255 DBG (5, "buffer_crop: bad crop, bailing\n"); in buffer_crop() 10268 DBG (10, "buffer_crop: finish\n"); in buffer_crop()
|
Completed in 24 milliseconds