Searched refs:ROTATE_180 (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.h28 #define ROTATE_180 0x2 macro
H A Dimage_utils.c511 ry = (rotate & (ROTATE_90|ROTATE_180)) ? (y - h + 1) * -1 : y;
519 rx = (rotate & (ROTATE_180|ROTATE_270)) ? (x - w + 1) * -1 : x;
547 ry = (rotate & (ROTATE_90|ROTATE_180)) ? (y - h + 1) * -1 : y;
553 rx = (rotate & (ROTATE_180|ROTATE_270)) ?
H A Dupnphttp.c1709 rotate = ROTATE_180;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dimage_utils.h28 #define ROTATE_180 0x2 macro
H A Dimage_utils.c511 ry = (rotate & (ROTATE_90|ROTATE_180)) ? (y - h + 1) * -1 : y;
519 rx = (rotate & (ROTATE_180|ROTATE_270)) ? (x - w + 1) * -1 : x;
547 ry = (rotate & (ROTATE_90|ROTATE_180)) ? (y - h + 1) * -1 : y;
553 rx = (rotate & (ROTATE_180|ROTATE_270)) ?
H A Dupnphttp.c1709 rotate = ROTATE_180;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dimage_utils.h28 #define ROTATE_180 0x2 macro
H A Dimage_utils.c511 ry = (rotate & (ROTATE_90|ROTATE_180)) ? (y - h + 1) * -1 : y;
519 rx = (rotate & (ROTATE_180|ROTATE_270)) ? (x - w + 1) * -1 : x;
547 ry = (rotate & (ROTATE_90|ROTATE_180)) ? (y - h + 1) * -1 : y;
553 rx = (rotate & (ROTATE_180|ROTATE_270)) ?
H A Dupnphttp.c1709 rotate = ROTATE_180;

Completed in 247 milliseconds