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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dimage_utils.h29 #define ROTATE_270 0x4 macro
H A Dimage_utils.c463 vimage = (rotate & (ROTATE_90|ROTATE_270)) ? image_new(h, w) : image_new(w, h);
519 rx = (rotate & (ROTATE_180|ROTATE_270)) ? (x - w + 1) * -1 : x;
520 ofs = (rotate & (ROTATE_90|ROTATE_270)) ? ry + (rx * h) : rx + (ry * w);
553 rx = (rotate & (ROTATE_180|ROTATE_270)) ?
555 ofs = (rotate & (ROTATE_90|ROTATE_270)) ?
H A Dupnphttp.c1705 rotate = ROTATE_270;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dimage_utils.h29 #define ROTATE_270 0x4 macro
H A Dimage_utils.c463 vimage = (rotate & (ROTATE_90|ROTATE_270)) ? image_new(h, w) : image_new(w, h);
519 rx = (rotate & (ROTATE_180|ROTATE_270)) ? (x - w + 1) * -1 : x;
520 ofs = (rotate & (ROTATE_90|ROTATE_270)) ? ry + (rx * h) : rx + (ry * w);
553 rx = (rotate & (ROTATE_180|ROTATE_270)) ?
555 ofs = (rotate & (ROTATE_90|ROTATE_270)) ?
H A Dupnphttp.c1705 rotate = ROTATE_270;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dimage_utils.h29 #define ROTATE_270 0x4 macro
H A Dimage_utils.c463 vimage = (rotate & (ROTATE_90|ROTATE_270)) ? image_new(h, w) : image_new(w, h);
519 rx = (rotate & (ROTATE_180|ROTATE_270)) ? (x - w + 1) * -1 : x;
520 ofs = (rotate & (ROTATE_90|ROTATE_270)) ? ry + (rx * h) : rx + (ry * w);
553 rx = (rotate & (ROTATE_180|ROTATE_270)) ?
555 ofs = (rotate & (ROTATE_90|ROTATE_270)) ?
H A Dupnphttp.c1705 rotate = ROTATE_270;

Completed in 192 milliseconds