const uint32_t *bits,
int x, int width,
uint32_t *buffer,
- pixman_indexed_t * indexed);
+ const pixman_indexed_t * indexed);
/*
* All of the fetch functions
static FASTCALL void
fbFetch_a8r8g8b8 (pixman_image_t *image,
- const uint32_t *bits, int x, int width, uint32_t *buffer, pixman_indexed_t * indexed)
+ const uint32_t *bits, int x, int width, uint32_t *buffer, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
MEMCPY_WRAPPED(buffer, (const uint32_t *)bits + x,
static FASTCALL void
fbFetch_x8r8g8b8 (pixman_image_t *image,
- const uint32_t *bits, int x, int width, uint32_t *buffer, pixman_indexed_t * indexed)
+ const uint32_t *bits, int x, int width, uint32_t *buffer, const pixman_indexed_t * indexed)
{
const uint32_t *pixel = (const uint32_t *)bits + x;
const uint32_t *end = pixel + width;
static FASTCALL void
fbFetch_a8b8g8r8 (pixman_image_t *image,
- const uint32_t *bits, int x, int width, uint32_t *buffer, pixman_indexed_t * indexed)
+ const uint32_t *bits, int x, int width, uint32_t *buffer, const pixman_indexed_t * indexed)
{
const uint32_t *pixel = (uint32_t *)bits + x;
const uint32_t *end = pixel + width;
static FASTCALL void
fbFetch_x8b8g8r8 (pixman_image_t *image,
- const uint32_t *bits, int x, int width, uint32_t *buffer, pixman_indexed_t * indexed)
+ const uint32_t *bits, int x, int width, uint32_t *buffer, const pixman_indexed_t * indexed)
{
const uint32_t *pixel = (uint32_t *)bits + x;
const uint32_t *end = pixel + width;
static FASTCALL void
fbFetch_r8g8b8 (pixman_image_t *image,
- const uint32_t *bits, int x, int width, uint32_t *buffer, pixman_indexed_t * indexed)
+ const uint32_t *bits, int x, int width, uint32_t *buffer, const pixman_indexed_t * indexed)
{
const uint8_t *pixel = (const uint8_t *)bits + 3*x;
const uint8_t *end = pixel + 3*width;
static FASTCALL void
fbFetch_b8g8r8 (pixman_image_t *image,
- const uint32_t *bits, int x, int width, uint32_t *buffer, pixman_indexed_t * indexed)
+ const uint32_t *bits, int x, int width, uint32_t *buffer, const pixman_indexed_t * indexed)
{
const uint8_t *pixel = (const uint8_t *)bits + 3*x;
const uint8_t *end = pixel + 3*width;
static FASTCALL void
fbFetch_r5g6b5 (pixman_image_t *image,
const uint32_t *bits, int x, int width, uint32_t *buffer,
- pixman_indexed_t * indexed)
+ const pixman_indexed_t * indexed)
{
const uint16_t *pixel = (const uint16_t *)bits + x;
const uint16_t *end = pixel + width;
static FASTCALL void
fbFetch_b5g6r5 (pixman_image_t *image,
const uint32_t *bits, int x, int width, uint32_t *buffer,
- pixman_indexed_t * indexed)
+ const pixman_indexed_t * indexed)
{
uint32_t r,g,b;
static FASTCALL void
fbFetch_a1r5g5b5 (pixman_image_t *image,
- const uint32_t *bits, int x, int width, uint32_t *buffer, pixman_indexed_t * indexed)
+ const uint32_t *bits, int x, int width, uint32_t *buffer, const pixman_indexed_t * indexed)
{
uint32_t r,g,b, a;
static FASTCALL void
fbFetch_x1r5g5b5 (pixman_image_t *image,
- const uint32_t *bits, int x, int width, uint32_t *buffer, pixman_indexed_t * indexed)
+ const uint32_t *bits, int x, int width, uint32_t *buffer, const pixman_indexed_t * indexed)
{
uint32_t r,g,b;
static FASTCALL void
fbFetch_a1b5g5r5 (pixman_image_t *image,
- const uint32_t *bits, int x, int width, uint32_t *buffer, pixman_indexed_t * indexed)
+ const uint32_t *bits, int x, int width, uint32_t *buffer, const pixman_indexed_t * indexed)
{
uint32_t r,g,b, a;
static FASTCALL void
fbFetch_x1b5g5r5 (pixman_image_t *image,
- const uint32_t *bits, int x, int width, uint32_t *buffer, pixman_indexed_t * indexed)
+ const uint32_t *bits, int x, int width, uint32_t *buffer, const pixman_indexed_t * indexed)
{
uint32_t r,g,b;
static FASTCALL void
fbFetch_a4r4g4b4 (pixman_image_t *image,
- const uint32_t *bits, int x, int width, uint32_t *buffer, pixman_indexed_t * indexed)
+ const uint32_t *bits, int x, int width, uint32_t *buffer, const pixman_indexed_t * indexed)
{
uint32_t r,g,b, a;
ACCESS_MEM (
static FASTCALL void
fbFetch_x4r4g4b4 (pixman_image_t *image,
- const uint32_t *bits, int x, int width, uint32_t *buffer, pixman_indexed_t * indexed)
+ const uint32_t *bits, int x, int width, uint32_t *buffer, const pixman_indexed_t * indexed)
{
uint32_t r,g,b;
static FASTCALL void
fbFetch_a4b4g4r4 (pixman_image_t *image,
- const uint32_t *bits, int x, int width, uint32_t *buffer, pixman_indexed_t * indexed)
+ const uint32_t *bits, int x, int width, uint32_t *buffer, const pixman_indexed_t * indexed)
{
uint32_t r,g,b, a;
static FASTCALL void
fbFetch_x4b4g4r4 (pixman_image_t *image,
- const uint32_t *bits, int x, int width, uint32_t *buffer, pixman_indexed_t * indexed)
+ const uint32_t *bits, int x, int width, uint32_t *buffer, const pixman_indexed_t * indexed)
{
uint32_t r,g,b;
static FASTCALL void
fbFetch_a8 (pixman_image_t *image,
- const uint32_t *bits, int x, int width, uint32_t *buffer, pixman_indexed_t * indexed)
+ const uint32_t *bits, int x, int width, uint32_t *buffer, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
const uint8_t *pixel = (const uint8_t *)bits + x;
static FASTCALL void
fbFetch_r3g3b2 (pixman_image_t *image,
- const uint32_t *bits, int x, int width, uint32_t *buffer, pixman_indexed_t * indexed)
+ const uint32_t *bits, int x, int width, uint32_t *buffer, const pixman_indexed_t * indexed)
{
uint32_t r,g,b;
static FASTCALL void
fbFetch_b2g3r3 (pixman_image_t *image,
- const uint32_t *bits, int x, int width, uint32_t *buffer, pixman_indexed_t * indexed)
+ const uint32_t *bits, int x, int width, uint32_t *buffer, const pixman_indexed_t * indexed)
{
uint32_t r,g,b;
static FASTCALL void
fbFetch_a2r2g2b2 (pixman_image_t *image,
- const uint32_t *bits, int x, int width, uint32_t *buffer, pixman_indexed_t * indexed)
+ const uint32_t *bits, int x, int width, uint32_t *buffer, const pixman_indexed_t * indexed)
{
uint32_t a,r,g,b;
ACCESS_MEM (
static FASTCALL void
fbFetch_a2b2g2r2 (pixman_image_t *image,
- const uint32_t *bits, int x, int width, uint32_t *buffer, pixman_indexed_t * indexed)
+ const uint32_t *bits, int x, int width, uint32_t *buffer, const pixman_indexed_t * indexed)
{
uint32_t a,r,g,b;
ACCESS_MEM (
static FASTCALL void
fbFetch_c8 (pixman_image_t *image,
- const uint32_t *bits, int x, int width, uint32_t *buffer, pixman_indexed_t * indexed)
+ const uint32_t *bits, int x, int width, uint32_t *buffer, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
const uint8_t *pixel = (const uint8_t *)bits + x;
static FASTCALL void
fbFetch_x4a4 (pixman_image_t *image,
- const uint32_t *bits, int x, int width, uint32_t *buffer, pixman_indexed_t * indexed)
+ const uint32_t *bits, int x, int width, uint32_t *buffer, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
const uint8_t *pixel = (const uint8_t *)bits + x;
static FASTCALL void
fbFetch_a4 (pixman_image_t *image,
- const uint32_t *bits, int x, int width, uint32_t *buffer, pixman_indexed_t * indexed)
+ const uint32_t *bits, int x, int width, uint32_t *buffer, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
int i;
static FASTCALL void
fbFetch_r1g2b1 (pixman_image_t *image,
- const uint32_t *bits, int x, int width, uint32_t *buffer, pixman_indexed_t * indexed)
+ const uint32_t *bits, int x, int width, uint32_t *buffer, const pixman_indexed_t * indexed)
{
uint32_t r,g,b;
ACCESS_MEM (
static FASTCALL void
fbFetch_b1g2r1 (pixman_image_t *image,
- const uint32_t *bits, int x, int width, uint32_t *buffer, pixman_indexed_t * indexed)
+ const uint32_t *bits, int x, int width, uint32_t *buffer, const pixman_indexed_t * indexed)
{
uint32_t r,g,b;
ACCESS_MEM (
static FASTCALL void
fbFetch_a1r1g1b1 (pixman_image_t *image,
- const uint32_t *bits, int x, int width, uint32_t *buffer, pixman_indexed_t * indexed)
+ const uint32_t *bits, int x, int width, uint32_t *buffer, const pixman_indexed_t * indexed)
{
uint32_t a,r,g,b;
ACCESS_MEM (
static FASTCALL void
fbFetch_a1b1g1r1 (pixman_image_t *image,
- const uint32_t *bits, int x, int width, uint32_t *buffer, pixman_indexed_t * indexed)
+ const uint32_t *bits, int x, int width, uint32_t *buffer, const pixman_indexed_t * indexed)
{
uint32_t a,r,g,b;
ACCESS_MEM (
static FASTCALL void
fbFetch_c4 (pixman_image_t *image,
- const uint32_t *bits, int x, int width, uint32_t *buffer, pixman_indexed_t * indexed)
+ const uint32_t *bits, int x, int width, uint32_t *buffer, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
int i;
static FASTCALL void
fbFetch_a1 (pixman_image_t *image,
- const uint32_t *bits, int x, int width, uint32_t *buffer, pixman_indexed_t * indexed)
+ const uint32_t *bits, int x, int width, uint32_t *buffer, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
int i;
static FASTCALL void
fbFetch_g1 (pixman_image_t *image,
- const uint32_t *bits, int x, int width, uint32_t *buffer, pixman_indexed_t * indexed)
+ const uint32_t *bits, int x, int width, uint32_t *buffer, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
int i;
typedef FASTCALL uint32_t (*fetchPixelProc)(pixman_image_t *image,
const uint32_t *bits, int offset,
- pixman_indexed_t * indexed);
+ const pixman_indexed_t * indexed);
static FASTCALL uint32_t
fbFetchPixel_a8r8g8b8 (pixman_image_t *image,
- const uint32_t *bits, int offset, pixman_indexed_t * indexed)
+ const uint32_t *bits, int offset, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
return READ((uint32_t *)bits + offset);
static FASTCALL uint32_t
fbFetchPixel_x8r8g8b8 (pixman_image_t *image,
- const uint32_t *bits, int offset, pixman_indexed_t * indexed)
+ const uint32_t *bits, int offset, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
return READ((uint32_t *)bits + offset) | 0xff000000;
static FASTCALL uint32_t
fbFetchPixel_a8b8g8r8 (pixman_image_t *image,
- const uint32_t *bits, int offset, pixman_indexed_t * indexed)
+ const uint32_t *bits, int offset, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
uint32_t pixel = READ((uint32_t *)bits + offset);
static FASTCALL uint32_t
fbFetchPixel_x8b8g8r8 (pixman_image_t *image,
- const uint32_t *bits, int offset, pixman_indexed_t * indexed)
+ const uint32_t *bits, int offset, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
uint32_t pixel = READ((uint32_t *)bits + offset);
static FASTCALL uint32_t
fbFetchPixel_r8g8b8 (pixman_image_t *image,
- const uint32_t *bits, int offset, pixman_indexed_t * indexed)
+ const uint32_t *bits, int offset, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
uint8_t *pixel = ((uint8_t *) bits) + (offset*3);
static FASTCALL uint32_t
fbFetchPixel_b8g8r8 (pixman_image_t *image,
- const uint32_t *bits, int offset, pixman_indexed_t * indexed)
+ const uint32_t *bits, int offset, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
uint8_t *pixel = ((uint8_t *) bits) + (offset*3);
static FASTCALL uint32_t
fbFetchPixel_r5g6b5 (pixman_image_t *image,
- const uint32_t *bits, int offset, pixman_indexed_t * indexed)
+ const uint32_t *bits, int offset, const pixman_indexed_t * indexed)
{
uint32_t r,g,b;
ACCESS_MEM (
static FASTCALL uint32_t
fbFetchPixel_b5g6r5 (pixman_image_t *image,
- const uint32_t *bits, int offset, pixman_indexed_t * indexed)
+ const uint32_t *bits, int offset, const pixman_indexed_t * indexed)
{
uint32_t r,g,b;
ACCESS_MEM (
static FASTCALL uint32_t
fbFetchPixel_a1r5g5b5 (pixman_image_t *image,
- const uint32_t *bits, int offset, pixman_indexed_t * indexed)
+ const uint32_t *bits, int offset, const pixman_indexed_t * indexed)
{
uint32_t a,r,g,b;
ACCESS_MEM (
static FASTCALL uint32_t
fbFetchPixel_x1r5g5b5 (pixman_image_t *image,
- const uint32_t *bits, int offset, pixman_indexed_t * indexed)
+ const uint32_t *bits, int offset, const pixman_indexed_t * indexed)
{
uint32_t r,g,b;
ACCESS_MEM (
static FASTCALL uint32_t
fbFetchPixel_a1b5g5r5 (pixman_image_t *image,
- const uint32_t *bits, int offset, pixman_indexed_t * indexed)
+ const uint32_t *bits, int offset, const pixman_indexed_t * indexed)
{
uint32_t a,r,g,b;
ACCESS_MEM (
static FASTCALL uint32_t
fbFetchPixel_x1b5g5r5 (pixman_image_t *image,
- const uint32_t *bits, int offset, pixman_indexed_t * indexed)
+ const uint32_t *bits, int offset, const pixman_indexed_t * indexed)
{
uint32_t r,g,b;
ACCESS_MEM (
static FASTCALL uint32_t
fbFetchPixel_a4r4g4b4 (pixman_image_t *image,
- const uint32_t *bits, int offset, pixman_indexed_t * indexed)
+ const uint32_t *bits, int offset, const pixman_indexed_t * indexed)
{
uint32_t a,r,g,b;
ACCESS_MEM (
static FASTCALL uint32_t
fbFetchPixel_x4r4g4b4 (pixman_image_t *image,
- const uint32_t *bits, int offset, pixman_indexed_t * indexed)
+ const uint32_t *bits, int offset, const pixman_indexed_t * indexed)
{
uint32_t r,g,b;
ACCESS_MEM (
static FASTCALL uint32_t
fbFetchPixel_a4b4g4r4 (pixman_image_t *image,
- const uint32_t *bits, int offset, pixman_indexed_t * indexed)
+ const uint32_t *bits, int offset, const pixman_indexed_t * indexed)
{
uint32_t a,r,g,b;
ACCESS_MEM (
static FASTCALL uint32_t
fbFetchPixel_x4b4g4r4 (pixman_image_t *image,
- const uint32_t *bits, int offset, pixman_indexed_t * indexed)
+ const uint32_t *bits, int offset, const pixman_indexed_t * indexed)
{
uint32_t r,g,b;
ACCESS_MEM (
static FASTCALL uint32_t
fbFetchPixel_a8 (pixman_image_t *image,
- const uint32_t *bits, int offset, pixman_indexed_t * indexed)
+ const uint32_t *bits, int offset, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
uint32_t pixel = READ((uint8_t *) bits + offset);
static FASTCALL uint32_t
fbFetchPixel_r3g3b2 (pixman_image_t *image,
- const uint32_t *bits, int offset, pixman_indexed_t * indexed)
+ const uint32_t *bits, int offset, const pixman_indexed_t * indexed)
{
uint32_t r,g,b;
ACCESS_MEM (
static FASTCALL uint32_t
fbFetchPixel_b2g3r3 (pixman_image_t *image,
- const uint32_t *bits, int offset, pixman_indexed_t * indexed)
+ const uint32_t *bits, int offset, const pixman_indexed_t * indexed)
{
uint32_t r,g,b;
ACCESS_MEM (
static FASTCALL uint32_t
fbFetchPixel_a2r2g2b2 (pixman_image_t *image,
- const uint32_t *bits, int offset, pixman_indexed_t * indexed)
+ const uint32_t *bits, int offset, const pixman_indexed_t * indexed)
{
uint32_t a,r,g,b;
ACCESS_MEM (
static FASTCALL uint32_t
fbFetchPixel_a2b2g2r2 (pixman_image_t *image,
- const uint32_t *bits, int offset, pixman_indexed_t * indexed)
+ const uint32_t *bits, int offset, const pixman_indexed_t * indexed)
{
uint32_t a,r,g,b;
ACCESS_MEM (
static FASTCALL uint32_t
fbFetchPixel_c8 (pixman_image_t *image,
- const uint32_t *bits, int offset, pixman_indexed_t * indexed)
+ const uint32_t *bits, int offset, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
uint32_t pixel = READ((uint8_t *) bits + offset);
static FASTCALL uint32_t
fbFetchPixel_x4a4 (pixman_image_t *image,
- const uint32_t *bits, int offset, pixman_indexed_t * indexed)
+ const uint32_t *bits, int offset, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
uint32_t pixel = READ((uint8_t *) bits + offset);
static FASTCALL uint32_t
fbFetchPixel_a4 (pixman_image_t *image,
- const uint32_t *bits, int offset, pixman_indexed_t * indexed)
+ const uint32_t *bits, int offset, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
uint32_t pixel = Fetch4(bits, offset);
static FASTCALL uint32_t
fbFetchPixel_r1g2b1 (pixman_image_t *image,
- const uint32_t *bits, int offset, pixman_indexed_t * indexed)
+ const uint32_t *bits, int offset, const pixman_indexed_t * indexed)
{
uint32_t r,g,b;
ACCESS_MEM (
static FASTCALL uint32_t
fbFetchPixel_b1g2r1 (pixman_image_t *image,
- const uint32_t *bits, int offset, pixman_indexed_t * indexed)
+ const uint32_t *bits, int offset, const pixman_indexed_t * indexed)
{
uint32_t r,g,b;
ACCESS_MEM (
static FASTCALL uint32_t
fbFetchPixel_a1r1g1b1 (pixman_image_t *image,
- const uint32_t *bits, int offset, pixman_indexed_t * indexed)
+ const uint32_t *bits, int offset, const pixman_indexed_t * indexed)
{
uint32_t a,r,g,b;
ACCESS_MEM (
static FASTCALL uint32_t
fbFetchPixel_a1b1g1r1 (pixman_image_t *image,
- const uint32_t *bits, int offset, pixman_indexed_t * indexed)
+ const uint32_t *bits, int offset, const pixman_indexed_t * indexed)
{
uint32_t a,r,g,b;
ACCESS_MEM (
static FASTCALL uint32_t
fbFetchPixel_c4 (pixman_image_t *image,
- const uint32_t *bits, int offset, pixman_indexed_t * indexed)
+ const uint32_t *bits, int offset, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
uint32_t pixel = Fetch4(bits, offset);
static FASTCALL uint32_t
fbFetchPixel_a1 (pixman_image_t *image,
- const uint32_t *bits, int offset, pixman_indexed_t * indexed)
+ const uint32_t *bits, int offset, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
uint32_t pixel = ((uint32_t *)bits)[offset >> 5];
static FASTCALL uint32_t
fbFetchPixel_g1 (pixman_image_t *image,
- const uint32_t *bits, int offset, pixman_indexed_t * indexed)
+ const uint32_t *bits, int offset, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
uint32_t pixel = ((uint32_t *)bits)[offset >> 5];
*/
typedef FASTCALL void (*storeProc) (pixman_image_t *image,
- uint32_t *bits, const uint32_t *values, int x, int width, pixman_indexed_t * indexed);
+ uint32_t *bits, const uint32_t *values, int x, int width, const pixman_indexed_t * indexed);
#define Splita(v) uint32_t a = ((v) >> 24), r = ((v) >> 16) & 0xff, g = ((v) >> 8) & 0xff, b = (v) & 0xff
#define Split(v) uint32_t r = ((v) >> 16) & 0xff, g = ((v) >> 8) & 0xff, b = (v) & 0xff
static FASTCALL void
fbStore_a8r8g8b8 (pixman_image_t *image,
- uint32_t *bits, const uint32_t *values, int x, int width, pixman_indexed_t * indexed)
+ uint32_t *bits, const uint32_t *values, int x, int width, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
MEMCPY_WRAPPED(((uint32_t *)bits) + x, values, width*sizeof(uint32_t));
static FASTCALL void
fbStore_x8r8g8b8 (pixman_image_t *image,
- uint32_t *bits, const uint32_t *values, int x, int width, pixman_indexed_t * indexed)
+ uint32_t *bits, const uint32_t *values, int x, int width, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
int i;
static FASTCALL void
fbStore_a8b8g8r8 (pixman_image_t *image,
- uint32_t *bits, const uint32_t *values, int x, int width, pixman_indexed_t * indexed)
+ uint32_t *bits, const uint32_t *values, int x, int width, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
int i;
static FASTCALL void
fbStore_x8b8g8r8 (pixman_image_t *image,
- uint32_t *bits, const uint32_t *values, int x, int width, pixman_indexed_t * indexed)
+ uint32_t *bits, const uint32_t *values, int x, int width, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
int i;
static FASTCALL void
fbStore_r8g8b8 (pixman_image_t *image,
uint32_t *bits, const uint32_t *values, int x, int width,
- pixman_indexed_t * indexed)
+ const pixman_indexed_t * indexed)
{
ACCESS_MEM (
int i;
static FASTCALL void
fbStore_b8g8r8 (pixman_image_t *image,
- uint32_t *bits, const uint32_t *values, int x, int width, pixman_indexed_t * indexed)
+ uint32_t *bits, const uint32_t *values, int x, int width, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
int i;
static FASTCALL void
fbStore_r5g6b5 (pixman_image_t *image,
- uint32_t *bits, const uint32_t *values, int x, int width, pixman_indexed_t * indexed)
+ uint32_t *bits, const uint32_t *values, int x, int width, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
int i;
static FASTCALL void
fbStore_b5g6r5 (pixman_image_t *image,
- uint32_t *bits, const uint32_t *values, int x, int width, pixman_indexed_t * indexed)
+ uint32_t *bits, const uint32_t *values, int x, int width, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
int i;
static FASTCALL void
fbStore_a1r5g5b5 (pixman_image_t *image,
- uint32_t *bits, const uint32_t *values, int x, int width, pixman_indexed_t * indexed)
+ uint32_t *bits, const uint32_t *values, int x, int width, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
int i;
static FASTCALL void
fbStore_x1r5g5b5 (pixman_image_t *image,
- uint32_t *bits, const uint32_t *values, int x, int width, pixman_indexed_t * indexed)
+ uint32_t *bits, const uint32_t *values, int x, int width, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
int i;
static FASTCALL void
fbStore_a1b5g5r5 (pixman_image_t *image,
- uint32_t *bits, const uint32_t *values, int x, int width, pixman_indexed_t * indexed)
+ uint32_t *bits, const uint32_t *values, int x, int width, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
int i;
static FASTCALL void
fbStore_x1b5g5r5 (pixman_image_t *image,
- uint32_t *bits, const uint32_t *values, int x, int width, pixman_indexed_t * indexed)
+ uint32_t *bits, const uint32_t *values, int x, int width, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
int i;
static FASTCALL void
fbStore_a4r4g4b4 (pixman_image_t *image,
- uint32_t *bits, const uint32_t *values, int x, int width, pixman_indexed_t * indexed)
+ uint32_t *bits, const uint32_t *values, int x, int width, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
int i;
static FASTCALL void
fbStore_x4r4g4b4 (pixman_image_t *image,
- uint32_t *bits, const uint32_t *values, int x, int width, pixman_indexed_t * indexed)
+ uint32_t *bits, const uint32_t *values, int x, int width, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
int i;
static FASTCALL void
fbStore_a4b4g4r4 (pixman_image_t *image,
- uint32_t *bits, const uint32_t *values, int x, int width, pixman_indexed_t * indexed)
+ uint32_t *bits, const uint32_t *values, int x, int width, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
int i;
static FASTCALL void
fbStore_x4b4g4r4 (pixman_image_t *image,
- uint32_t *bits, const uint32_t *values, int x, int width, pixman_indexed_t * indexed)
+ uint32_t *bits, const uint32_t *values, int x, int width, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
int i;
static FASTCALL void
fbStore_a8 (pixman_image_t *image,
- uint32_t *bits, const uint32_t *values, int x, int width, pixman_indexed_t * indexed)
+ uint32_t *bits, const uint32_t *values, int x, int width, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
int i;
static FASTCALL void
fbStore_r3g3b2 (pixman_image_t *image,
- uint32_t *bits, const uint32_t *values, int x, int width, pixman_indexed_t * indexed)
+ uint32_t *bits, const uint32_t *values, int x, int width, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
int i;
static FASTCALL void
fbStore_b2g3r3 (pixman_image_t *image,
- uint32_t *bits, const uint32_t *values, int x, int width, pixman_indexed_t * indexed)
+ uint32_t *bits, const uint32_t *values, int x, int width, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
int i;
static FASTCALL void
fbStore_a2r2g2b2 (pixman_image_t *image,
- uint32_t *bits, const uint32_t *values, int x, int width, pixman_indexed_t * indexed)
+ uint32_t *bits, const uint32_t *values, int x, int width, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
int i;
static FASTCALL void
fbStore_c8 (pixman_image_t *image,
- uint32_t *bits, const uint32_t *values, int x, int width, pixman_indexed_t * indexed)
+ uint32_t *bits, const uint32_t *values, int x, int width, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
int i;
static FASTCALL void
fbStore_x4a4 (pixman_image_t *image,
- uint32_t *bits, const uint32_t *values, int x, int width, pixman_indexed_t * indexed)
+ uint32_t *bits, const uint32_t *values, int x, int width, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
int i;
static FASTCALL void
fbStore_a4 (pixman_image_t *image,
- uint32_t *bits, const uint32_t *values, int x, int width, pixman_indexed_t * indexed)
+ uint32_t *bits, const uint32_t *values, int x, int width, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
int i;
static FASTCALL void
fbStore_r1g2b1 (pixman_image_t *image,
- uint32_t *bits, const uint32_t *values, int x, int width, pixman_indexed_t * indexed)
+ uint32_t *bits, const uint32_t *values, int x, int width, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
int i;
static FASTCALL void
fbStore_b1g2r1 (pixman_image_t *image,
- uint32_t *bits, const uint32_t *values, int x, int width, pixman_indexed_t * indexed)
+ uint32_t *bits, const uint32_t *values, int x, int width, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
int i;
static FASTCALL void
fbStore_a1r1g1b1 (pixman_image_t *image,
- uint32_t *bits, const uint32_t *values, int x, int width, pixman_indexed_t * indexed)
+ uint32_t *bits, const uint32_t *values, int x, int width, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
int i;
static FASTCALL void
fbStore_a1b1g1r1 (pixman_image_t *image,
- uint32_t *bits, const uint32_t *values, int x, int width, pixman_indexed_t * indexed)
+ uint32_t *bits, const uint32_t *values, int x, int width, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
int i;
static FASTCALL void
fbStore_c4 (pixman_image_t *image,
- uint32_t *bits, const uint32_t *values, int x, int width, pixman_indexed_t * indexed)
+ uint32_t *bits, const uint32_t *values, int x, int width, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
int i;
static FASTCALL void
fbStore_a1 (pixman_image_t *image,
- uint32_t *bits, const uint32_t *values, int x, int width, pixman_indexed_t * indexed)
+ uint32_t *bits, const uint32_t *values, int x, int width, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
int i;
static FASTCALL void
fbStore_g1 (pixman_image_t *image,
- uint32_t *bits, const uint32_t *values, int x, int width, pixman_indexed_t * indexed)
+ uint32_t *bits, const uint32_t *values, int x, int width, const pixman_indexed_t * indexed)
{
ACCESS_MEM (
int i;
uint32_t color;
uint32_t *end;
fetchPixelProc fetch = fetchPixelProcForPicture(pict);
- pixman_indexed_t * indexed = pict->indexed;
+ const pixman_indexed_t * indexed = pict->indexed;
bits = pict->bits;
uint32_t *bits;
uint32_t stride;
fetchProc fetch = fetchProcForPicture(pict);
- pixman_indexed_t * indexed = pict->indexed;
+ const pixman_indexed_t * indexed = pict->indexed;
bits = pict->bits;
stride = pict->rowstride;
pixman_vector_t unit;
int i;
pixman_box16_t box;
- pixman_indexed_t * indexed = (pixman_indexed_t *) pict->indexed;
+ const pixman_indexed_t * indexed = pict->indexed;
pixman_bool_t affine = TRUE;
fetch = fetchPixelProcForPicture(pict);
uint32_t *bits;
uint32_t stride;
storeProc store = storeProcForPicture(pict);
- pixman_indexed_t * indexed = (pixman_indexed_t *) pict->indexed;
+ const pixman_indexed_t * indexed = pict->indexed;
bits = pict->bits;
stride = pict->rowstride;
int ax, ay;
storeProc store;
storeProc astore;
- pixman_indexed_t * indexed = (pixman_indexed_t *) pict->indexed;
- pixman_indexed_t * aindexed;
+ const pixman_indexed_t * indexed = pict->indexed;
+ const pixman_indexed_t * aindexed;
if (!pict->common.alpha_map) {
fbStore(pict, x, y, width, buffer);