Home
last modified time | relevance | path

Searched refs:showHeight (Results 1 – 8 of 8) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/public/app/features/panel/components/VizTypePicker/
H A DVisualizationSuggestionCard.tsx146 const showHeight = width * (1 / aspectRatio);
152 const heightFactor = (showHeight - padding * 2) / renderHeight;
157 outerStyles: { width: showWidth, height: showHeight },
/dports/games/barony/Barony-3.3.7/src/interface/
H A Dui.hpp27 int showHeight = 0; member in UIToastNotification
78 showHeight = static_cast<int>(kImageBorderHeight * scaley + 16); in UIToastNotification()
121 outPosH = showHeight; in getDimensions()
129 showHeight = pos.h; in setDimensions()
/dports/math/R/R-4.1.2/src/library/grDevices/src/
H A DdevWindows.h45 int showHeight; /* device height (pixels) */ member
H A DdevWindows.c151 r.height = min(r.height, xd->showHeight); in getregion()
1947 xd->origHeight = xd->showHeight = xd->windowHeight = rr.height; in GA_Open()
2088 xd->showHeight = ih; in GA_Resize()
2106 xd->showHeight = ih0*fw; in GA_Resize()
2107 shift = (ih - xd->showHeight)/2.0; in GA_Resize()
2113 xd->showHeight = dd->bottom = ih; in GA_Resize()
2137 xd->showHeight = xd->origHeight + min(0, xd->yshift); in GA_Resize()
/dports/math/libRmath/R-4.1.1/src/library/grDevices/src/
H A DdevWindows.h45 int showHeight; /* device height (pixels) */ member
H A DdevWindows.c151 r.height = min(r.height, xd->showHeight); in getregion()
1947 xd->origHeight = xd->showHeight = xd->windowHeight = rr.height; in GA_Open()
2088 xd->showHeight = ih; in GA_Resize()
2106 xd->showHeight = ih0*fw; in GA_Resize()
2107 shift = (ih - xd->showHeight)/2.0; in GA_Resize()
2113 xd->showHeight = dd->bottom = ih; in GA_Resize()
2137 xd->showHeight = xd->origHeight + min(0, xd->yshift); in GA_Resize()
/dports/x11/eaglemode/eaglemode-0.95.0/src/emCore/
H A DemPainter.cpp1724 double charWidth,showHeight,rcw,cx1,cx2,x1; in PaintText() local
1760 showHeight=rcw*imgH/imgW; in PaintText()
1761 if (showHeight>charHeight) showHeight=charHeight; in PaintText()
1763 x1,y+(charHeight-showHeight)*0.5, in PaintText()
1764 charWidth,showHeight, in PaintText()
/dports/www/grafana8/grafana-8.3.6/public/build/
H A DDashboardPage.0e38943fa459e872fe93.js.map1showHeight = width * (1 / aspectRatio);\n const renderWidth = 350;\n const renderHeight = render…