Home | History | Annotate | Download | only in image

Lines Matching refs:pixels

61 	// Pix holds the image's pixels, in R, G, B, A order. The pixel at
64 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
116 // through r. The returned value shares pixels with the original image.
160 // Pix holds the image's pixels, in R, G, B, A order and big-endian format. The pixel at
163 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
228 // through r. The returned value shares pixels with the original image.
272 // Pix holds the image's pixels, in R, G, B, A order. The pixel at
275 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
327 // through r. The returned value shares pixels with the original image.
371 // Pix holds the image's pixels, in R, G, B, A order and big-endian format. The pixel at
374 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
439 // through r. The returned value shares pixels with the original image.
483 // Pix holds the image's pixels, as alpha values. The pixel at
486 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
531 // through r. The returned value shares pixels with the original image.
575 // Pix holds the image's pixels, as alpha values in big-endian format. The pixel at
578 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
626 // through r. The returned value shares pixels with the original image.
670 // Pix holds the image's pixels, as gray values. The pixel at
673 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
718 // through r. The returned value shares pixels with the original image.
749 // Pix holds the image's pixels, as gray values in big-endian format. The pixel at
752 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
800 // through r. The returned value shares pixels with the original image.
831 // Pix holds the image's pixels, in C, M, Y, K order. The pixel at
834 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
886 // through r. The returned value shares pixels with the original image.
917 // Pix holds the image's pixels, as palette indices. The pixel at
920 // Stride is the Pix stride (in bytes) between vertically adjacent pixels.
974 // through r. The returned value shares pixels with the original image.