Searched refs:ROTATE_270 (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.h29 #define ROTATE_270 0x4 macro
H A Dimage_utils.c475 vimage = (rotate & (ROTATE_90|ROTATE_270)) ? image_new(h, w) : image_new(w, h);
531 rx = (rotate & (ROTATE_180|ROTATE_270)) ? (x - w + 1) * -1 : x;
532 ofs = (rotate & (ROTATE_90|ROTATE_270)) ? ry + (rx * h) : rx + (ry * w);
565 rx = (rotate & (ROTATE_180|ROTATE_270)) ?
567 ofs = (rotate & (ROTATE_90|ROTATE_270)) ?
H A Dupnphttp.c1659 rotate = ROTATE_270;

Completed in 162 milliseconds