H A D | epsonds.c | 2476 SANE_Int samplesPerPixel, in swapPixel1() 2479 SANE_Int pixelBits = bitsPerSample * samplesPerPixel; in swapPixel1() 2496 SANE_Int samplesPerPixel, in swapPixel8() 2499 SANE_Int pixelBytes = samplesPerPixel * bitsPerSample / 8; in swapPixel8() 2516 SANE_Int samplesPerPixel, in swapPixel() 2520 swapPixel1(x1, y1, x2, y2, bytes, bitsPerSample, samplesPerPixel, bytesPerRow); in swapPixel() 2522 swapPixel8(x1, y1, x2, y2, bytes, bitsPerSample, samplesPerPixel, bytesPerRow); in swapPixel() 2470 swapPixel1(SANE_Int x1, SANE_Int y1, SANE_Int x2, SANE_Int y2, SANE_Byte* bytes, SANE_Byte bitsPerSample, SANE_Int samplesPerPixel, SANE_Int bytesPerRow) swapPixel1() argument 2490 swapPixel8(SANE_Int x1, SANE_Int y1, SANE_Int x2, SANE_Int y2, SANE_Byte* bytes, SANE_Byte bitsPerSample, SANE_Int samplesPerPixel, SANE_Int bytesPerRow) swapPixel8() argument 2510 swapPixel(SANE_Int x1, SANE_Int y1, SANE_Int x2, SANE_Int y2, SANE_Byte* bytes, SANE_Byte bitsPerSample, SANE_Int samplesPerPixel, SANE_Int bytesPerRow) swapPixel() argument
|