HomeSort by relevance Sort by last modified time
    Searched refs:bits_image_t (Results 1 - 5 of 5) sorted by null

  /external/pixman/pixman/
pixman-accessor.h 4 (((bits_image_t *)(img))->read_func ((ptr), sizeof(*(ptr))))
6 (((bits_image_t *)(img))->write_func ((ptr), (val), sizeof (*(ptr))))
pixman-access.c 168 bits_image_t *__bits_image = (bits_image_t *)image; \
377 convert_and_store_pixel (bits_image_t * image,
439 store_scanline_ ## format (bits_image_t * image, \
457 fetch_pixel_ ## format (bits_image_t *image, \
809 fetch_pixel_x2r10g10b10_float (bits_image_t *image,
829 fetch_pixel_a2r10g10b10_float (bits_image_t *image,
850 fetch_pixel_a2b10g10r10_float (bits_image_t *image,
871 fetch_pixel_x2b10g10r10_float (bits_image_t *image,
891 fetch_pixel_a8r8g8b8_sRGB_float (bits_image_t *image
    [all...]
pixman-bits-image.c 56 fetch_pixel_no_alpha (bits_image_t *image,
68 typedef uint32_t (* get_pixel_t) (bits_image_t *image,
72 bits_image_fetch_pixel_nearest (bits_image_t *image,
94 bits_image_fetch_pixel_bilinear (bits_image_t *image,
151 bits_image_t *bits = &ima->bits;
356 bits_image_fetch_pixel_convolution (bits_image_t *image,
430 bits_image_fetch_pixel_separable_convolution (bits_image_t *image,
528 bits_image_fetch_pixel_filtered (bits_image_t *image,
615 fetch_pixel_general (bits_image_t *image, int x, int y, pixman_bool_t check_bounds)
737 bits_image_t *bits = &image->bits
    [all...]
pixman-private.h 47 typedef struct bits_image bits_image_t; typedef in typeref:struct:bits_image
67 typedef uint32_t (*fetch_pixel_32_t) (bits_image_t *image,
71 typedef argb_t (*fetch_pixel_float_t) (bits_image_t *image,
75 typedef void (*store_scanline_t) (bits_image_t * image,
110 bits_image_t * alpha_map;
201 bits_image_t bits;
259 _pixman_bits_image_setup_accessors (bits_image_t *image);
    [all...]
pixman-image.c 743 bits_image_t *bits = (bits_image_t *)image;
779 if (common->alpha_map != (bits_image_t *)alpha_map)
790 common->alpha_map = (bits_image_t *)pixman_image_ref (alpha_map);

Completed in 57 milliseconds