Home
last modified time | relevance | path

Searched refs:srcx (Results 1 – 1 of 1) sorted by relevance

/system/extras/tests/framebuffer/
Dmdp_test.c180 int srcx = 0; int srcy = 0; in main() local
198 if (parse_geometry(optarg, &srcw, &srch, &srcx, &srcy)) { in main()
202 printf("Got source: w=%d h=%d x=%d y=%d\n", srcw, srch, srcx, srcy); in main()
300 req->src_rect.x = srcx; in main()