Searched refs:ROTATE_180 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dimage_utils.h28 #define ROTATE_180 0x2 macro
H A Dimage_utils.c523 ry = (rotate & (ROTATE_90|ROTATE_180)) ? (y - h + 1) * -1 : y;
531 rx = (rotate & (ROTATE_180|ROTATE_270)) ? (x - w + 1) * -1 : x;
559 ry = (rotate & (ROTATE_90|ROTATE_180)) ? (y - h + 1) * -1 : y;
565 rx = (rotate & (ROTATE_180|ROTATE_270)) ?
H A Dupnphttp.c1663 rotate = ROTATE_180;

Completed in 123 milliseconds