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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/bombs/
H A Dbombs1.cpp48 int xMax = this->GetGridSizeInPixels().GetWidth(); local
53 dc->DrawLine(0, y*m_cellHeight*Y_UNIT, xMax, y*m_cellHeight*Y_UNIT);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dlistctrl.cpp4164 wxCoord xMax = 0, yMax = 0;
4177 if ( x > xMax )
4178 xMax = x;
4185 xMax += 2 * EXTRA_BORDER_X;
4190 if ( xMax > sizeAll.x )
4193 xMax += wxSystemSettings::GetMetric(wxSYS_VSCROLL_X);
4195 return wxRect(0, 0, xMax, yMax);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/extern/wxWidgets/
H A Dlistctrl.cpp4123 wxCoord xMax = 0, yMax = 0;
4136 if ( x > xMax )
4137 xMax = x;
4144 xMax += 2 * EXTRA_BORDER_X;
4149 if ( xMax > sizeAll.x )
4152 xMax += wxSystemSettings::GetMetric(wxSYS_VSCROLL_X);
4154 return wxRect(0, 0, xMax, yMax);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_drawtext.c534 if (x + glyph->bbox.xMax >= width) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_drawtext.c1138 x_max = FFMAX(glyph->bbox.xMax, x_max);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djfreechart-1.0.13.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jfree/ org/jfree/chart/ org/jfree/chart/annotations/ ...

Completed in 210 milliseconds