Home
last modified time | relevance | path

Searched refs:heightMax (Results 1 – 25 of 63) sorted by relevance

123

/dports/databases/pgfouine/pgfouine-1.2/include/reporting/artichow/php4/inc/
H A DLegend.class.php455 $heightMax = array_max($heights);
486 …$height = ($heightMax + $this->space) * $rows - $this->space + $this->padding[2] + $this->padding[…
550 $this->padding[2] + $row * ($heightMax + $this->space) + $heightMax / 2 - $heights[$i] / 2
563 …$y = $this->padding[2] + $row * ($heightMax + $this->space) + $heightMax / 2 - $component->getLege…
619 $y = $this->padding[2] + $row * ($heightMax + $this->space) + $heightMax / 2 - 5;
/dports/games/warmux/warmux-11.04/src/gui/
H A Dgrid_box.cpp163 int heightMax; in Pack() local
190 heightMax = GetMaxHeightByLine(lineIt); in Pack()
192 gridHeight += heightMax + marginY; in Pack()
204 … y + marginY + ((heightMax + marginY) * lineIt) + ((heightMax - widget->GetSizeY()) / 2)); in Pack()
/dports/databases/pgfouine/pgfouine-1.2/include/reporting/artichow/php5/inc/
H A DLegend.class.php455 $heightMax = array_max($heights);
486 …$height = ($heightMax + $this->space) * $rows - $this->space + $this->padding[2] + $this->padding[…
550 $this->padding[2] + $row * ($heightMax + $this->space) + $heightMax / 2 - $heights[$i] / 2
563 …$y = $this->padding[2] + $row * ($heightMax + $this->space) + $heightMax / 2 - $component->getLege…
619 $y = $this->padding[2] + $row * ($heightMax + $this->space) + $heightMax / 2 - 5;
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dtextmeasurecmn.cpp174 wxCoord w, h, widthMax = 0, heightMax = 0; in GetLargestStringExtent() local
181 if ( h > heightMax ) in GetLargestStringExtent()
182 heightMax = h; in GetLargestStringExtent()
185 return wxSize(widthMax, heightMax); in GetLargestStringExtent()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dtextmeasurecmn.cpp197 wxCoord w, h, widthMax = 0, heightMax = 0; in GetLargestStringExtent() local
204 if ( h > heightMax ) in GetLargestStringExtent()
205 heightMax = h; in GetLargestStringExtent()
208 return wxSize(widthMax, heightMax); in GetLargestStringExtent()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dtextmeasurecmn.cpp174 wxCoord w, h, widthMax = 0, heightMax = 0; in GetLargestStringExtent() local
181 if ( h > heightMax ) in GetLargestStringExtent()
182 heightMax = h; in GetLargestStringExtent()
185 return wxSize(widthMax, heightMax); in GetLargestStringExtent()
/dports/games/amoebax/amoebax-0.2.1/src/
H A DAnticipatoryAIPlayer.cxx53 score -= 5 * (result.heightMax); in computeScore()
56 if ( result.heightMax > (Grid::k_VisibleHeight - 1) ) in computeScore()
H A DSimpleAIPlayer.cxx61 score -= 5 * (result.heightMax); in computeScore()
64 if ( result.heightMax > (Grid::k_VisibleHeight - 1) ) in computeScore()
H A DGridStatus.cxx153 result.heightMax = std::numeric_limits<uint16_t>::min (); in checkPositions()
168 result.heightMax = std::max (result.heightMax, height); in checkPositions()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/univ/
H A Dradiobox.cpp372 int widthMax, heightMax, width = 0, height = 0; in GetMaxButtonSize() local
373 widthMax = heightMax = 0; in GetMaxButtonSize()
382 if ( height > heightMax ) in GetMaxButtonSize()
383 heightMax = height; in GetMaxButtonSize()
386 return wxSize(widthMax + BUTTON_BORDER_X, heightMax + BUTTON_BORDER_Y); in GetMaxButtonSize()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/univ/
H A Dradiobox.cpp395 int widthMax, heightMax, width = 0, height = 0; in GetMaxButtonSize() local
396 widthMax = heightMax = 0; in GetMaxButtonSize()
405 if ( height > heightMax ) in GetMaxButtonSize()
406 heightMax = height; in GetMaxButtonSize()
409 return wxSize(widthMax + BUTTON_BORDER_X, heightMax + BUTTON_BORDER_Y); in GetMaxButtonSize()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/univ/
H A Dradiobox.cpp395 int widthMax, heightMax, width = 0, height = 0; in GetMaxButtonSize() local
396 widthMax = heightMax = 0; in GetMaxButtonSize()
405 if ( height > heightMax ) in GetMaxButtonSize()
406 heightMax = height; in GetMaxButtonSize()
409 return wxSize(widthMax + BUTTON_BORDER_X, heightMax + BUTTON_BORDER_Y); in GetMaxButtonSize()
/dports/audio/musescore/MuseScore-3.6.1/mtest/libmscore/barline/
H A Dtst_barline.cpp87 qreal height, heightMin, heightMax; in barline01() local
100 heightMax = (sysNo == 0) ? BRACKET0_HEIGHT_MAX : BRACKET_HEIGHT_MAX; in barline01()
102 QVERIFY2(height > heightMin && height < heightMax, msg); in barline01()
107 heightMax = (sysNo == 0) ? BARLINE0_HEIGHT_MAX : BARLINE_HEIGHT_MAX; in barline01()
122 heightMin, height, heightMax, msrNo+1, sysNo+1); in barline01()
123 QVERIFY2(height > heightMin && height < heightMax, msg); in barline01()
/dports/graphics/opencv/opencv-4.5.3/modules/videoio/src/
H A Dcap_aravis.cpp136 int heightMax; // Camera sensor maximum height. member in CvCaptureCAM_Aravis
187 widthMin = widthMax = heightMin = heightMax = 0; in CvCaptureCAM_Aravis()
266 arv_camera_get_height_bounds(camera, &heightMin, &heightMax); in open()
267 arv_camera_set_region(camera, 0, 0, widthMax, heightMax); in open()
/dports/graphics/libQGLViewer/libQGLViewer-2.7.2/examples/contribs/dvonn/
H A Ddrawer.cpp472 (b.heightMax() + 1 - b.stackAt(m.src)->height()) * pieceH / L; in drawMove()
474 1.0f - (b.heightMax() + 1 - b.stackAt(m.dst)->height()) * pieceH / L; in drawMove()
481 float dstH = b.heightMax() * pieceH + pieceH; in drawMove()
500 b.heightMax() * pieceH + pieceH); in drawMove()
508 float srcH = b.heightMax() * pieceH + pieceH; in drawMove()
528 (b.heightMax() + 1 - b.stackAt(m.src)->height()) * pieceH + in estimateDrawMoveLength()
529 (b.heightMax() + 1 - b.stackAt(m.dst)->height()) * pieceH) / in estimateDrawMoveLength()
/dports/games/spring/spring_98.0/rts/Map/Generation/
H A DMapGenerator.cpp136 float heightMax = smfHeader.maxHeight; in GenerateSMF() local
142 if(h > heightMax) h = heightMax; in GenerateSMF()
/dports/graphics/netpbm/netpbm-10.91.01/converter/pbm/
H A Descp2topbm.c224 unsigned int const heightMax = 5120 * 200; in expandBitarray() local
228 if (*bitarraySizeP > heightMax) in expandBitarray()
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/constraints/geost/
H A DBoxDisplay.java142 int heightMax = 0; in displayState() local
146 heightMax = o.coords[2].max() + bb.length[2] + bb.origin[2] - 1; in displayState()
148 for (int height = heightMin; height <= heightMax; height++) { in displayState()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/
H A Dradiobox.cpp480 heightMax = 0; in WX_FORWARD_STD_METHODS_TO_SUBWINDOWS() local
503 if ( heightMax < height ) in WX_FORWARD_STD_METHODS_TO_SUBWINDOWS()
504 heightMax = height; in WX_FORWARD_STD_METHODS_TO_SUBWINDOWS()
507 return wxSize(widthMax, heightMax); in WX_FORWARD_STD_METHODS_TO_SUBWINDOWS()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/
H A Dradiobox.cpp480 heightMax = 0; in WX_FORWARD_STD_METHODS_TO_SUBWINDOWS() local
503 if ( heightMax < height ) in WX_FORWARD_STD_METHODS_TO_SUBWINDOWS()
504 heightMax = height; in WX_FORWARD_STD_METHODS_TO_SUBWINDOWS()
507 return wxSize(widthMax, heightMax); in WX_FORWARD_STD_METHODS_TO_SUBWINDOWS()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/
H A Dradiobox.cpp480 heightMax = 0; in WX_FORWARD_STD_METHODS_TO_SUBWINDOWS() local
503 if ( heightMax < height ) in WX_FORWARD_STD_METHODS_TO_SUBWINDOWS()
504 heightMax = height; in WX_FORWARD_STD_METHODS_TO_SUBWINDOWS()
507 return wxSize(widthMax, heightMax); in WX_FORWARD_STD_METHODS_TO_SUBWINDOWS()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/
H A Dradiobox.cpp480 heightMax = 0; in WX_FORWARD_STD_METHODS_TO_SUBWINDOWS() local
503 if ( heightMax < height ) in WX_FORWARD_STD_METHODS_TO_SUBWINDOWS()
504 heightMax = height; in WX_FORWARD_STD_METHODS_TO_SUBWINDOWS()
507 return wxSize(widthMax, heightMax); in WX_FORWARD_STD_METHODS_TO_SUBWINDOWS()
/dports/games/bombherman/Bomb-her-man-8f5aa22/src/display/
H A Ddisplay.cpp42 int Display::heightMax = 0; member in Display
111 heightMax = Config::getInt("screenHeight"); in init()
308 heightMax = (displayModes[i]).second; in setMode()
310 Config::set("screenHeight", heightMax); in setMode()
324 height = heightMax; in setMode()
329 height = heightMax*0.9; in setMode()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dradiobox.cpp548 heightMax = 0; in WX_FORWARD_STD_METHODS_TO_SUBWINDOWS() local
562 if ( heightMax < height ) in WX_FORWARD_STD_METHODS_TO_SUBWINDOWS()
563 heightMax = height; in WX_FORWARD_STD_METHODS_TO_SUBWINDOWS()
566 return wxSize(widthMax, heightMax); in WX_FORWARD_STD_METHODS_TO_SUBWINDOWS()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dradiobox.cpp565 heightMax = 0; in WX_FORWARD_STD_METHODS_TO_SUBWINDOWS() local
588 if ( heightMax < height ) in WX_FORWARD_STD_METHODS_TO_SUBWINDOWS()
589 heightMax = height; in WX_FORWARD_STD_METHODS_TO_SUBWINDOWS()
592 return wxSize(widthMax, heightMax); in WX_FORWARD_STD_METHODS_TO_SUBWINDOWS()

123