Searched refs:argb_t (Results 1 – 9 of 9) sorted by relevance
/third_party/pixman/test/ |
D | combiner-test.c | 76 random_floats (argb_t *argb, int width) in random_floats() 82 argb_t *p = argb + i; in random_floats() 117 argb_t *src_bytes = malloc (WIDTH * sizeof (argb_t)); in main() 118 argb_t *mask_bytes = malloc (WIDTH * sizeof (argb_t)); in main() 119 argb_t *dest_bytes = malloc (WIDTH * sizeof (argb_t)); in main()
|
/third_party/pixman/pixman/ |
D | pixman-access.c | 596 argb_t *buffer = (argb_t *)b; in fetch_scanline_a8r8g8b8_sRGB_float() 601 argb_t *argb = buffer; in fetch_scanline_a8r8g8b8_sRGB_float() 625 argb_t *buffer = (argb_t *)b; in fetch_scanline_a2r10g10b10_float() 656 argb_t *buffer = (argb_t *)b; in fetch_scanline_rgbf_float() 676 argb_t *buffer = (argb_t *)b; in fetch_scanline_rgbaf_float() 698 argb_t *buffer = (argb_t *)b; in fetch_scanline_x2r10g10b10_float() 728 argb_t *buffer = (argb_t *)b; in fetch_scanline_a2b10g10r10_float() 759 argb_t *buffer = (argb_t *)b; in fetch_scanline_x2b10g10r10_float() 851 static argb_t 857 argb_t argb; in fetch_pixel_rgbf_float() [all …]
|
D | pixman-gradient-walker.c | 171 static argb_t 175 argb_t f; in pixman_gradient_walker_pixel_float() 195 argb_t f; in pixman_gradient_walker_pixel_32() 235 *(argb_t *)buffer = pixman_gradient_walker_pixel_float (walker, x); in _pixman_gradient_walker_write_wide() 257 register argb_t color; in _pixman_gradient_walker_fill_wide() 258 argb_t *buffer_wide = (argb_t *)buffer; in _pixman_gradient_walker_fill_wide() 259 argb_t *end_wide = (argb_t *)end; in _pixman_gradient_walker_fill_wide()
|
D | pixman-noop.c | 73 argb_t *buffer = (argb_t *)iter->buffer; in noop_init_solid_wide() 74 argb_t *end = buffer + iter->width; in noop_init_solid_wide() 75 argb_t color; in noop_init_solid_wide()
|
D | pixman-bits-image.c | 61 argb_t *ret = out; in fetch_pixel_no_alpha_float() 156 argb_t tl, tr, bl, br; in bits_image_fetch_pixel_bilinear_float() 158 argb_t *ret = out; in bits_image_fetch_pixel_bilinear_float() 229 const argb_t *pixel = p; in accum_float() 241 argb_t *ret = p; in reduce_float() 298 argb_t pixel; in bits_image_fetch_pixel_convolution() 385 argb_t pixel; in bits_image_fetch_pixel_separable_convolution() 593 argb_t *ret = out; in fetch_pixel_general_float() 616 argb_t alpha; in fetch_pixel_general_float() 737 argb_t color; in replicate_pixel_float() [all …]
|
D | pixman-solid-fill.c | 39 static argb_t 42 argb_t result; in color_to_float()
|
D | pixman-private.h | 49 typedef struct argb_t argb_t; typedef 51 struct argb_t struct 70 typedef argb_t (*fetch_pixel_float_t) (bits_image_t *image, argument 128 argb_t color_float; 841 pixman_expand_to_float (argb_t *dst, 848 const argb_t *src,
|
D | pixman-utils.c | 118 pixman_expand_to_float (argb_t *dst, in pixman_expand_to_float() 202 const argb_t *src, in pixman_contract_from_float()
|
D | pixman-inlines.h | 225 static force_inline argb_t 226 bilinear_interpolation_float (argb_t tl, argb_t tr, in bilinear_interpolation_float() 227 argb_t bl, argb_t br, in bilinear_interpolation_float() 231 argb_t r; in bilinear_interpolation_float()
|