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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Ddrawn.cpp834 double minY = wxMin(newY1, newBottomRightY); local
839 m_y1 = minY;
841 m_y2 = maxY - minY; // height
2178 double minY = (double) 99999.9; local
2197 if (opDraw->m_y1 < minY) minY = opDraw->m_y1;
2203 if (opDraw->m_y2 < minY) minY = opDraw->m_y2;
2213 if ((opDraw->m_y1 + opDraw->m_y2) < minY) minY
[all...]
H A Dcomposit.cpp524 double minY = (double) 999999.9; local
543 if ((object->GetY() - (h/2.0)) < minY)
544 minY = (double)(object->GetY() - (h/2.0));
549 m_height = maxY - minY;
551 m_ypos = (double)(m_height/2.0 + minY);
H A Dbasic.cpp969 double maxX, maxY, minX, minY; local
972 GetBoundingBoxMin(&minX, &minY);
2372 double maxX, maxY, minX, minY; local
2375 GetBoundingBoxMin(&minX, &minY);
2378 double heightMin = (double)(minY + CONTROL_POINT_SIZE + 2);
2382 double bottom = (double)(heightMin / 2.0 + (maxY - minY));
2457 double maxX, maxY, minX, minY; local
2460 GetBoundingBoxMin(&minX, &minY);
2463 double heightMin = (double)(minY + CONTROL_POINT_SIZE + 2);
2467 double bottom = (double)(heightMin / 2.0 + (maxY - minY));
[all...]
H A Dlines.cpp819 double minX, minY, maxX, maxY; local
820 arrow->GetMetaFile()->GetBounds(&minX, &minY, &maxX, &maxY);
823 dc.DrawRectangle((long)(deltaX + x + minX - (extraPixels/2.0)), (long)(deltaY + y + minY - (extraPixels/2.0)),
824 (long)(maxX - minX + extraPixels), (long)(maxY - minY + extraPixels));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/ogl/
H A Ddrawn.h48 void GetBounds(double *minX, double *minY, double *maxX, double *maxY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dtabg.cpp660 int minY = 0; local
671 if (tab->GetY() < minY)
672 minY = tab->GetY();
679 return - minY;
H A Ddcpsg.cpp1680 wxCoord minY = (wxCoord) LogicalToDeviceY(m_minY);
1686 if ( minY > maxY ) { wxCoord tmp = minY; minY = maxY; maxY = tmp; }
1694 lly = (wxCoord) ((minY+wx_printer_translate_y)*scale_y);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddcclient.cpp1662 minY = (wxCoord)(dmin(y2, dmin(y3, y4)) - 0.5); local
1711 CalcBoundingBox(x + minX, y + minY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Ddcclient.cpp1495 minY = (wxCoord)(dmin(y2, dmin(y3, y4)) - 0.5); local
1544 CalcBoundingBox(x + minX, y + minY);
/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/ ...
H A Dquaqua.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/randelshofer/ ch/randelshofer/quaqua/ ch/randelshofer/quaqua/border/ ...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfunction.tex2532 \func{bool}{wxMakeMetafilePlaceable}{\param{const wxString\& }{filename}, \param{int }{minX}, \param{int }{minY},
2545 SetWindowOrg(dc, minX, minY);
2546 SetWindowExt(dc, maxX - minX, maxY - minY);

Completed in 269 milliseconds