Home
last modified time | relevance | path

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

/system/extras/tests/framebuffer/
Dmdp_test.c181 int dstx = 10; int dsty = 10; in main() local
206 if (parse_geometry(optarg, &dstw, &dsth, &dstx, &dsty)) { in main()
210 printf("Got dest: w=%d h=%d x=%d y=%d\n", dstw, dsth, dstx, dsty); in main()
311 req->dst_rect.y = dsty; in main()