OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_rects
(Results
1 - 5
of
5
) sorted by null
/external/pixman/test/
region-contains-test.c
125
int
n_rects
;
local
128
boxes = pixman_region32_rectangles (®ion, &
n_rects
);
131
while (
n_rects
--)
stress-test.c
443
int i,
n_rects
;
local
450
n_rects
= 0;
454
n_rects
= 1;
458
n_rects
= 2;
462
n_rects
= 3;
466
n_rects
= prng_rand_n (100);
470
for (i = 0; i <
n_rects
; ++i)
/external/pixman/pixman/
pixman.c
841
int
n_rects
,
849
if (
n_rects
> 6)
851
boxes = pixman_malloc_ab (sizeof (pixman_box32_t),
n_rects
);
860
for (i = 0; i <
n_rects
; ++i)
868
result = pixman_image_fill_boxes (op, dest, color,
n_rects
, boxes);
914
int
n_rects
, j;
local
928
rects = pixman_region32_rectangles (&fill_region, &
n_rects
);
929
for (j = 0; j <
n_rects
; ++j)
[
all
...]
pixman.h
487
int *
n_rects
);
582
int *
n_rects
);
[
all
...]
pixman-region.c
427
int *
n_rects
)
429
if (
n_rects
)
430
*
n_rects
= PIXREGION_NUMRECTS (region);
[
all
...]
Completed in 162 milliseconds