Searched refs:rotation (Results 1 - 1 of 1) sorted by last modified time

/system/core/toolbox/
H A Drotatefb.c17 int rotation = 0; local
38 fprintf(stderr, "%s: specify rotation\n", argv[0]);
41 rotation = atoi(argv[optind]);
54 if((fbinfo.rotate ^ rotation) & 1) {
63 fbinfo.rotate = rotation;

Completed in 2 milliseconds