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

  /external/pixman/pixman/
pixman-noop.c 41 dest_write_back_direct (pixman_iter_t *iter)
47 noop_get_scanline (pixman_iter_t *iter, const uint32_t *mask)
57 get_scanline_null (pixman_iter_t *iter, const uint32_t *mask)
63 noop_src_iter_init (pixman_implementation_t *imp, pixman_iter_t *iter)
135 noop_dest_iter_init (pixman_implementation_t *imp, pixman_iter_t *iter)
pixman-conical-gradient.c 54 conical_get_scanline_narrow (pixman_iter_t *iter, const uint32_t *mask)
164 conical_get_scanline_wide (pixman_iter_t *iter, const uint32_t *mask)
175 _pixman_conical_gradient_iter_init (pixman_image_t *image, pixman_iter_t *iter)
pixman-private.h 209 typedef struct pixman_iter_t pixman_iter_t; typedef in typeref:struct:pixman_iter_t
210 typedef uint32_t *(* pixman_iter_get_scanline_t) (pixman_iter_t *iter, const uint32_t *mask);
211 typedef void (* pixman_iter_write_back_t) (pixman_iter_t *iter);
237 struct pixman_iter_t struct
262 _pixman_bits_image_src_iter_init (pixman_image_t *image, pixman_iter_t *iter);
265 _pixman_bits_image_dest_iter_init (pixman_image_t *image, pixman_iter_t *iter);
268 _pixman_linear_gradient_iter_init (pixman_image_t *image, pixman_iter_t *iter);
271 _pixman_radial_gradient_iter_init (pixman_image_t *image, pixman_iter_t *iter);
274 _pixman_conical_gradient_iter_init (pixman_image_t *image, pixman_iter_t *iter)
    [all...]
pixman-general.c 41 general_src_iter_init (pixman_implementation_t *imp, pixman_iter_t *iter)
62 general_dest_iter_init (pixman_implementation_t *imp, pixman_iter_t *iter)
116 pixman_iter_t src_iter, mask_iter, dest_iter;
pixman-linear-gradient.c 92 linear_get_scanline_narrow (pixman_iter_t *iter,
226 linear_get_scanline_wide (pixman_iter_t *iter, const uint32_t *mask)
237 _pixman_linear_gradient_iter_init (pixman_image_t *image, pixman_iter_t *iter)
pixman-radial-gradient.c 159 radial_get_scanline_narrow (pixman_iter_t *iter, const uint32_t *mask)
404 radial_get_scanline_wide (pixman_iter_t *iter, const uint32_t *mask)
415 _pixman_radial_gradient_iter_init (pixman_image_t *image, pixman_iter_t *iter)
pixman-bits-image.c 40 _pixman_image_get_scanline_generic_float (pixman_iter_t * iter,
141 bits_image_fetch_bilinear_no_repeat_8888 (pixman_iter_t *iter,
562 bits_image_fetch_affine_no_alpha (pixman_iter_t * iter,
655 bits_image_fetch_general (pixman_iter_t *iter,
1122 bits_image_fetch_separable_convolution_affine_ ## name (pixman_iter_t *iter, \
1139 bits_image_fetch_bilinear_affine_ ## name (pixman_iter_t *iter, \
1154 bits_image_fetch_nearest_affine_ ## name (pixman_iter_t *iter, \
    [all...]
pixman-implementation.c 290 pixman_iter_t *iter,
322 pixman_iter_t *iter,
pixman-utils.c 212 _pixman_iter_get_scanline_noop (pixman_iter_t *iter, const uint32_t *mask)
pixman-fast-path.c     [all...]
pixman-image.c 918 pixman_iter_t iter;
pixman-mmx.c     [all...]
pixman-sse2.c     [all...]

Completed in 77 milliseconds