Home
last modified time | relevance | path

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

/system/extras/tests/framebuffer/
Dmdp_test.c179 int srcw = 0, srch = 0, dstw = 0, dsth = 0; 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()
313 req->dst_rect.h = dsth; in main()