Lines Matching refs:read_shading_image
5322 status = read_shading_image(ms);
6040 /*---------- read_shading_image() --------------------------------------------*/
6043 read_shading_image(Microtek2_Scanner *ms)
6053 DBG(30, "read_shading_image: ms=%p\n", (void *) ms);
6065 DBG(30, "read_shading_image: reading black data\n");
6116 DBG(1, "read_shading_image: malloc for buffer failed\n");
6129 DBG(1, "read_shading_image: buffer too small\n");
6145 DBG(1, "read_shading_image: read image failed: '%s'\n",
6186 DBG(30, "read_shading_image: reading white data\n");
6257 DBG(1, "read_shading_image: malloc for buffer failed\n");
6269 DBG(1, "read_shading_image: buffer too small\n");
6628 /* the following part is like in "read_shading_image" */