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

  /external/pixman/test/
region-contains-test.c 125 int n_rects; local
128 boxes = pixman_region32_rectangles (&region, &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...]
  /external/chromium_org/third_party/angle/include/EGL/
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);
    [all...]

Completed in 86 milliseconds