Lines Matching defs:res
266 SANE_Int *res = NULL;
275 res = (SANE_Int *) malloc (sizeof (myres));
276 if (res != NULL)
277 memcpy (res, &myres, sizeof (myres));
287 res = (SANE_Int *) malloc (sizeof (myres));
288 if (res != NULL)
289 memcpy (res, &myres, sizeof (myres));
300 res = (SANE_Int *) malloc (sizeof (myres));
301 if (res != NULL)
302 memcpy (res, &myres, sizeof (myres));
311 res = (SANE_Int *) malloc (sizeof (myres));
312 if (res != NULL)
313 memcpy (res, &myres, sizeof (myres));
318 if (res != NULL)
323 scanner->list_resolutions = res;
692 DBG (DBG_FNC, "> Set_Coordinates(res=%i, *coords):\n", resolution);
2243 SANE_Int res, source, depth, colormode, frameformat, bpl;
2261 res = s->aValues[opt_resolution].w;
2272 Set_Coordinates (source, res, &coords);
2317 SANE_Int res, source, colormode, depth, channel;
2361 res = s->aValues[opt_resolution].w;
2401 s->ScanParams.resolution_x = res;
2402 s->ScanParams.resolution_y = res;
2407 Set_Coordinates (source, res, &s->ScanParams.coords);