Searched refs:height1 (Results 1 - 4 of 4) 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);
700 double y2 = (double)(y + (height/2.0) - (height1/2.0));
706 double y2 = (double)(y - (height/2.0) + (height1/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
723 double b1 = (double)(height1/2.0);

Completed in 42 milliseconds