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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Djacosubdec.c91 ALIGN_VT = 1<<2, // vertical top enumerator in enum:__anon3172
117 else if (strstr(directives, "VT")) valign = ALIGN_VT;
131 case ALIGN_VT | ALIGN_JL: av_bprintf(dst, "{\\an7}"); break; // top left
132 case ALIGN_VT | ALIGN_JC: av_bprintf(dst, "{\\an8}"); break; // top center
133 case ALIGN_VT | ALIGN_JR: av_bprintf(dst, "{\\an9}"); break; // top right

Completed in 118 milliseconds