Searched refs:TINYWIDTH (Results 1 - 1 of 1) sorted by relevance

/external/pixman/test/
H A Dlowlevel-blt-bench.c50 #define TINYWIDTH 8 macro
348 if (maxw <= TINYWIDTH * 2 || maxh <= TINYWIDTH * 2)
350 printf("error: maxw <= TINYWIDTH * 2 || maxh <= TINYWIDTH * 2\n");
357 int w = (rand () % (TINYWIDTH * 2)) + 1;
358 int h = (rand () % (TINYWIDTH * 2)) + 1;
359 int sx = rand () % (maxw - TINYWIDTH * 2);
360 int sy = rand () % (maxh - TINYWIDTH * 2);
361 int dx = rand () % (maxw - TINYWIDTH *
[all...]

Completed in 97 milliseconds