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

  /external/pixman/pixman/
pixman-region32.c 33 typedef pixman_box32_t box_type_t;
pixman-utils.c 224 pixman_box32_t *boxes32;
255 pixman_box32_t *boxes32;
256 pixman_box32_t tmp_boxes[N_TMP_BOXES];
262 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)
442 pixman_box32_t glyph_box;
443 pixman_box32_t *pbox;
445 pixman_box32_t composite_box;
510 pixman_box32_t dest_box;
536 pixman_box32_t glyph_box;
537 pixman_box32_t composite_box
    [all...]
pixman.c 167 pixman_box32_t * rbox = pixman_region32_rectangles (region, NULL);
168 pixman_box32_t * cbox = pixman_region32_rectangles (clip, NULL);
338 const pixman_box32_t *extents,
402 const pixman_box32_t *extents,
410 pixman_box32_t exp_extents;
585 pixman_box32_t extents;
589 const pixman_box32_t *pbox;
844 pixman_box32_t stack_boxes[6];
845 pixman_box32_t *boxes;
851 boxes = pixman_malloc_ab (sizeof (pixman_box32_t), n_rects)
    [all...]
pixman.h 498 typedef struct pixman_box32 pixman_box32_t; typedef in typeref:struct:pixman_box32
505 /* pixman_box32_t rects[size]; in memory but not explicitly declared */
521 pixman_box32_t extents;
533 const pixman_box32_t *boxes,
536 pixman_box32_t *extents);
571 pixman_box32_t *inv_rect);
575 pixman_box32_t *box);
577 pixman_box32_t *prect);
579 pixman_box32_t * pixman_region32_extents (pixman_region32_t *region);
581 pixman_box32_t * pixman_region32_rectangles (pixman_region32_t *region
    [all...]
pixman-trap.c 410 pixman_box32_t *box)
520 pixman_box32_t box;
  /external/pixman/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 };

Completed in 33 milliseconds