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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dchoice.cpp451 int width, height, width1, height1; local
468 GetSize(& width1, & height1);
469 if (keepOriginalSize && (width != width1 || height != height1))
H A Dwindow.cpp2482 int width, height, width1, height1; local
2487 GetSize(& width1, & height1);
2488 if (keepOriginalSize && (width != width1 || height != height1))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dview.cpp679 double width1, height1; local
680 shape->GetBoundingBoxMax(& width1, & height1);
688 double x2 = (double)(x - (width/2.0) + (width1/2.0));
694 double x2 = (double)(x + (width/2.0) - (width1/2.0));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Doglmisc.cpp712 * ellipse has a width of width1 and a height of height1. It also assumes you are
719 void oglDrawArcToEllipse(double x1, double y1, double width1, double height1, double x2, double y2, double x3, double y3, argument
722 double a1 = (double)(width1/2.0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dtextctrl.cpp2959 wxCoord width1; local
2961 dc.GetTextExtent(text, &width1, NULL);
2969 wxASSERT_MSG( (width1 <= x) && (x < width2),
2974 wxASSERT_MSG( x >= width1, _T("incorrect HitTestLine() result") );

Completed in 69 milliseconds