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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Djacosubdec.c99 int i, valign = 0, halign = 0; local
115 if (strstr(directives, "VB")) valign = ALIGN_VB;
116 else if (strstr(directives, "VM")) valign = ALIGN_VM;
117 else if (strstr(directives, "VT")) valign = ALIGN_VT;
121 if (valign || halign) {
122 if (!valign) valign = ALIGN_VB;
124 switch (valign | halign) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dm_tables.cpp62 int minheight, valign; member in struct:cellStruct
272 m_CellInfo[r][c].valign = wxHTML_ALIGN_TOP;
346 wxString valign; local
348 valign = tag.GetParam(wxT("VALIGN"));
350 valign = m_tValign;
351 valign.MakeUpper();
352 if (valign == wxT("TOP"))
353 m_CellInfo[r][c].valign = wxHTML_ALIGN_TOP;
354 else if (valign == wxT("BOTTOM"))
355 m_CellInfo[r][c].valign
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dstatic.cpp255 static const wxString valign[] = local
267 WXSIZEOF(valign), valign);
H A Dbutton.cpp230 static const wxString valign[] = local
242 WXSIZEOF(valign), valign);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/misc/
H A Dstats.pl85 Tr({-align=>LEFT,-valign=>TOP},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexi2html1783 <tr valign="top">
1859 print $fh qq{<tr valign="top" align="left">\n} if $vertical;
1860 print $fh qq{<td valign="middle" align="left">};
4357 return "<tr><td align=\"left\" valign=\"top\">$entry</td><td>&nbsp;&nbsp;</td>";
4391 return "<td align=\"left\" valign=\"top\">$text</td></tr>\n";
4412 return "<tr><th colspan=\"3\" align=\"left\" valign=\"top\">$text</th></tr>";
5450 return '<tr><td></td><td valign="top">' . &$anchor('', $text_href, $entry)
5451 . '</td><td valign="top">' . &$anchor('', $element_href, $element_text)
5500 return "<table><tr><th valign=\"top\">" . &$I('Jump to') .": &nbsp; </th><td>" .

Completed in 218 milliseconds