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

  /external/pixman/pixman/
pixman-utils.c 52 pixman_malloc_ab (unsigned int a, function
230 boxes16 = pixman_malloc_ab (n_boxes, sizeof (pixman_box16_t));
262 boxes32 = pixman_malloc_ab (n_boxes, sizeof (pixman_box32_t));
pixman-image.c 96 pixman_malloc_ab (n_stops + 2, sizeof (pixman_gradient_stop_t));
703 new_params = pixman_malloc_ab (n_params, sizeof (pixman_fixed_t));
pixman-trap.c 661 traps = pixman_malloc_ab (n_tris, 2 * sizeof (pixman_trapezoid_t));
pixman-private.h 775 pixman_malloc_ab (unsigned int n, unsigned int b);
    [all...]
pixman.c 851 boxes = pixman_malloc_ab (sizeof (pixman_box32_t), n_rects);
    [all...]
pixman-access.c 1109 argb8_pixels = pixman_malloc_ab (width, sizeof(uint32_t));
    [all...]

Completed in 115 milliseconds