Lines Matching defs:pixel
37 * ALL pixel data is assumed to be 32-bit BGRA (byte order Blue, Green, Red,
532 /* If FB pixel format is BGRA, we can use direct copy. */
632 /* If FB pixel format is BGRA, we can use direct copy. */
1449 /* set pixel in framebuffer using gfx coordinates */
1597 return; /* last pixel -> curve finished */
1863 /* Helper to calculate the pixel index from the source png */
1868 * in the source image that correspond to a single pixel in the target.
1898 /* Target pixel index */
1908 uint8_t pixel[4];
1918 * value for the pixel in the target image.
1922 * The calculation for bottom pixel pB and
1923 * top pixel pT is:
1936 pixel[i] = (
1943 r = pixel[0];
1944 g = pixel[1];
1945 b = pixel[2];
1946 a = pixel[3];