Searched refs:ROTATE_90 (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.h27 #define ROTATE_90 0x1 macro
H A Dimage_utils.c475 vimage = (rotate & (ROTATE_90|ROTATE_270)) ? image_new(h, w) : image_new(w, h);
523 ry = (rotate & (ROTATE_90|ROTATE_180)) ? (y - h + 1) * -1 : y;
532 ofs = (rotate & (ROTATE_90|ROTATE_270)) ? ry + (rx * h) : rx + (ry * w);
559 ry = (rotate & (ROTATE_90|ROTATE_180)) ? (y - h + 1) * -1 : y;
567 ofs = (rotate & (ROTATE_90|ROTATE_270)) ?
H A Dupnphttp.c1655 rotate = ROTATE_90;

Completed in 117 milliseconds