HomeSort by: relevance | last modified time | path
    Searched refs:pixman_box32_t (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/pixman/dist/pixman/
pixman-region32.c 33 typedef pixman_box32_t box_type_t;
pixman-utils.c 244 pixman_box32_t *boxes32;
275 pixman_box32_t *boxes32;
276 pixman_box32_t tmp_boxes[N_TMP_BOXES];
282 boxes32 = pixman_malloc_ab (n_boxes, sizeof (pixman_box32_t));
312 pixman_box32_t *boxes32;
313 pixman_box32_t tmp_boxes[N_TMP_BOXES];
319 boxes32 = pixman_malloc_ab (n_boxes, sizeof (pixman_box32_t));
pixman-glyph.c 323 pixman_box32_t *extents)
382 box32_intersect (pixman_box32_t *dest,
383 const pixman_box32_t *box1,
384 const pixman_box32_t *box2)
446 pixman_box32_t glyph_box;
447 pixman_box32_t *pbox;
449 pixman_box32_t composite_box;
514 pixman_box32_t dest_box;
540 pixman_box32_t glyph_box;
541 pixman_box32_t composite_box
    [all...]
pixman.c 182 pixman_box32_t * rbox = pixman_region32_rectangles (region, NULL);
183 pixman_box32_t * cbox = pixman_region32_rectangles (clip, NULL);
355 const pixman_box32_t *extents,
419 const pixman_box32_t *extents,
427 pixman_box32_t exp_extents;
593 pixman_box32_t extents;
597 const pixman_box32_t *pbox;
875 pixman_box32_t stack_boxes[6] = {0};
876 pixman_box32_t *boxes;
882 boxes = pixman_malloc_ab (sizeof (pixman_box32_t), n_rects)
    [all...]
pixman.h 618 typedef struct pixman_box32 pixman_box32_t; typedef in typeref:struct:pixman_box32
625 /* pixman_box32_t rects[size]; in memory but not explicitly declared */
641 pixman_box32_t extents;
658 const pixman_box32_t *boxes,
663 const pixman_box32_t *extents);
717 const pixman_box32_t *inv_rect);
723 pixman_box32_t *box);
727 const pixman_box32_t *prect);
736 pixman_box32_t * pixman_region32_extents (const pixman_region32_t *region);
742 pixman_box32_t * pixman_region32_rectangles (const pixman_region32_t *region
    [all...]
pixman-trap.c 410 pixman_box32_t *box)
520 pixman_box32_t box;
  /xsrc/external/mit/pixman/dist/test/
region-test.c 12 pixman_box32_t boxes[] = {
17 pixman_box32_t boxes2[] = {
21 pixman_box32_t boxes3[] = {
26 pixman_box32_t *b;
region-contains-test.c 28 print_box (pixman_box32_t *box)
36 pixman_box32_t *b, *bb;
96 crc32_box32 (uint32_t crc32, pixman_box32_t *box)
109 pixman_box32_t box;
110 pixman_box32_t rbox = { 0, 0, 0, 0 };
126 pixman_box32_t *boxes;
region-translate-test.c 13 pixman_box32_t rect = { -LARGE, -LARGE, LARGE, LARGE };
affine-bench.c 73 const pixman_box32_t *extents,
353 pixman_box32_t dest_box = { 0, 0, WIDTH, HEIGHT };
  /xsrc/external/mit/xorg-server/dist/fb/
fbpict.c 187 pixman_box32_t extents;

Completed in 10 milliseconds