Searched refs:n_rects (Results 1 - 6 of 6) sorted by relevance
/external/pixman/test/ |
H A D | region-contains-test.c | 125 int n_rects; local 128 boxes = pixman_region32_rectangles (®ion, &n_rects); 131 while (n_rects--)
|
H A D | 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/ |
H A D | 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) 838 pixman_image_fill_rectangles(pixman_op_t op, pixman_image_t * dest, const pixman_color_t * color, int n_rects, const pixman_rectangle16_t *rects) argument
|
H A D | pixman.h | 487 int *n_rects); 582 int *n_rects); 864 int n_rects,
|
H A D | pixman-region.c | 427 int *n_rects) 429 if (n_rects) 430 *n_rects = PIXREGION_NUMRECTS (region); 426 _rectangles(region_type_t *region, int *n_rects) argument
|
/external/chromium_org/third_party/angle/include/EGL/ |
H A D | eglext.h | 567 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSWAPBUFFERSWITHDAMAGEEXTPROC) (EGLDisplay dpy, EGLSurface surface, EGLint *rects, EGLint n_rects); 569 EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffersWithDamageEXT (EGLDisplay dpy, EGLSurface surface, EGLint *rects, EGLint n_rects);
|
Completed in 991 milliseconds