Lines Matching refs:sizes
135 int sizes[] = { 24, 32, 48, 64, 72, 128, 160, 256 };
144 for (x = 0; x < sizeof(sizes)/sizeof(sizes[0]); x++) {
145 for (y = 0; y < sizeof(sizes)/sizeof(sizes[0]); y++) {
146 printf("Testing %dx%d (core)\n", sizes[x], sizes[y]);
147 core_cursor(dpy, sizes[x], sizes[y]);
151 printf("Testing %dx%d (render)\n", sizes[x], sizes[y]);
152 render_cursor(dpy, sizes[x], sizes[y]);