Searched refs:yMax (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.cpp49 int yMax = this->GetGridSizeInPixels().GetHeight(); local
51 dc->DrawLine(x*m_cellWidth*X_UNIT, 0, x*m_cellWidth*X_UNIT, yMax);
/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;
4179 if ( y > yMax )
4180 yMax = y;
4186 yMax += 2 * EXTRA_BORDER_Y;
4191 yMax += wxSystemSettings::GetMetric(wxSYS_HSCROLL_Y);
4192 if ( yMax > sizeAll.y )
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;
4138 if ( y > yMax )
4139 yMax = y;
4145 yMax += 2 * EXTRA_BORDER_Y;
4150 yMax += wxSystemSettings::GetMetric(wxSYS_HSCROLL_Y);
4151 if ( yMax > sizeAll.y )
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.c500 y_max = FFMAX(glyph->bbox.yMax, y_max);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_drawtext.c1136 y_max = FFMAX(glyph->bbox.yMax, y_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 108 milliseconds