Home
last modified time | relevance | path

Searched refs:leftWidth (Results 1 – 25 of 206) sorted by relevance

123456789

/dports/x11-toolkits/skinlf/skinlf-6.7/src/com/l2fprod/gui/plaf/skin/
H A DDefaultButton.java85 …g.drawRect(x + leftWidth, y + topHeight, width - leftWidth - rightWidth, height - topHeight - bott… in paint()
87 g.drawLine(x + leftWidth, y, x + leftWidth, y + height); in paint()
205 this.leftWidth = leftWidth; in DefaultButton()
219 top = ImageUtils.grab(bitmap, leftWidth, 0, imageWidth - leftWidth - rightWidth, topHeight); in DefaultButton()
226 if (leftWidth > 0) { in DefaultButton()
260 b.leftWidth = leftWidth; in getDisabled()
298 b.leftWidth = leftWidth; in getTopToBottom()
335 b.bottomHeight = leftWidth; in rotateCounterClockWise()
339 b.leftWidth = topHeight; in rotateCounterClockWise()
363 b.topHeight = leftWidth; in rotateClockWise()
[all …]
/dports/games/ufoai/ufoai-2.5-source/src/client/ui/
H A Dui_render.cpp238 const int leftWidth = panelDef[0]; in UI_DrawPanel() local
248 const int secondPos = firstPos + leftWidth + marge; in UI_DrawPanel()
255 …UI_DrawNormImage(false, pos[0], pos[1], leftWidth, topHeight, texX + firstPos + leftWidth, texY + … in UI_DrawPanel()
265 …UI_DrawNormImage(false, pos[0], yMiddle, leftWidth, hMiddle, texX + firstPos + leftWidth, texY + s… in UI_DrawPanel()
274 …UI_DrawNormImage(false, pos[0], yBottom, leftWidth, bottomHeight, texX + firstPos + leftWidth, tex… in UI_DrawPanel()
301 const int leftWidth = border; in UI_DrawBorderedPanel() local
310 const int secondPos = firstPos + leftWidth + marge; in UI_DrawBorderedPanel()
317 …UI_DrawNormImage(false, pos[0], pos[1], leftWidth, topHeight, firstPos + leftWidth, firstPosY + to… in UI_DrawBorderedPanel()
319 …UI_DrawNormImage(false, pos[0] + leftWidth, pos[1], size[0] - leftWidth - rightWidth, topHeight, s… in UI_DrawBorderedPanel()
327 …UI_DrawNormImage(false, pos[0], yMiddle, leftWidth, hMiddle, firstPos + leftWidth, secondPosY + mi… in UI_DrawBorderedPanel()
[all …]
/dports/games/ioquake3/ioquake3-1.36/code/q3_ui/
H A Dui_connect.c77 int width, leftWidth; in UI_DisplayDownloadInfo() local
87 if (width > leftWidth) leftWidth = width; in UI_DisplayDownloadInfo()
89 if (width > leftWidth) leftWidth = width; in UI_DisplayDownloadInfo()
90 leftWidth += 16; in UI_DisplayDownloadInfo()
109 UI_DrawProportionalString( leftWidth, 192, in UI_DisplayDownloadInfo()
131 UI_DrawProportionalString( leftWidth, 160, in UI_DisplayDownloadInfo()
133 UI_DrawProportionalString( leftWidth, 192, in UI_DisplayDownloadInfo()
136 UI_DrawProportionalString( leftWidth, 160, in UI_DisplayDownloadInfo()
139 UI_DrawProportionalString( leftWidth, 192, in UI_DisplayDownloadInfo()
142 UI_DrawProportionalString( leftWidth, 192, in UI_DisplayDownloadInfo()
[all …]
/dports/games/ioquake3-server/ioquake3-1.36/code/q3_ui/
H A Dui_connect.c77 int width, leftWidth; in UI_DisplayDownloadInfo() local
87 if (width > leftWidth) leftWidth = width; in UI_DisplayDownloadInfo()
89 if (width > leftWidth) leftWidth = width; in UI_DisplayDownloadInfo()
90 leftWidth += 16; in UI_DisplayDownloadInfo()
109 UI_DrawProportionalString( leftWidth, 192, in UI_DisplayDownloadInfo()
131 UI_DrawProportionalString( leftWidth, 160, in UI_DisplayDownloadInfo()
133 UI_DrawProportionalString( leftWidth, 192, in UI_DisplayDownloadInfo()
136 UI_DrawProportionalString( leftWidth, 160, in UI_DisplayDownloadInfo()
139 UI_DrawProportionalString( leftWidth, 192, in UI_DisplayDownloadInfo()
142 UI_DrawProportionalString( leftWidth, 192, in UI_DisplayDownloadInfo()
[all …]
/dports/games/evq3/evq3/code/q3_ui/
H A Dui_connect.c77 int width, leftWidth; in UI_DisplayDownloadInfo() local
87 if (width > leftWidth) leftWidth = width; in UI_DisplayDownloadInfo()
89 if (width > leftWidth) leftWidth = width; in UI_DisplayDownloadInfo()
90 leftWidth += 16; in UI_DisplayDownloadInfo()
109 UI_DrawProportionalString( leftWidth, 192, in UI_DisplayDownloadInfo()
131 UI_DrawProportionalString( leftWidth, 160, in UI_DisplayDownloadInfo()
133 UI_DrawProportionalString( leftWidth, 192, in UI_DisplayDownloadInfo()
136 UI_DrawProportionalString( leftWidth, 160, in UI_DisplayDownloadInfo()
139 UI_DrawProportionalString( leftWidth, 192, in UI_DisplayDownloadInfo()
142 UI_DrawProportionalString( leftWidth, 192, in UI_DisplayDownloadInfo()
[all …]
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/q3_ui/
H A Dui_connect.c77 int width, leftWidth; in UI_DisplayDownloadInfo() local
87 if (width > leftWidth) leftWidth = width; in UI_DisplayDownloadInfo()
89 if (width > leftWidth) leftWidth = width; in UI_DisplayDownloadInfo()
90 leftWidth += 16; in UI_DisplayDownloadInfo()
109 UI_DrawProportionalString( leftWidth, 192, in UI_DisplayDownloadInfo()
131 UI_DrawProportionalString( leftWidth, 160, in UI_DisplayDownloadInfo()
133 UI_DrawProportionalString( leftWidth, 192, in UI_DisplayDownloadInfo()
136 UI_DrawProportionalString( leftWidth, 160, in UI_DisplayDownloadInfo()
139 UI_DrawProportionalString( leftWidth, 192, in UI_DisplayDownloadInfo()
142 UI_DrawProportionalString( leftWidth, 192, in UI_DisplayDownloadInfo()
[all …]
/dports/x11-toolkits/skinlf/skinlf-6.7/src/com/l2fprod/gui/plaf/skin/impl/gtk/
H A DGtkDefaultButton.java65 int topHeight, int rightWidth, int bottomHeight, int leftWidth) { in GtkDefaultButton() argument
67 topHeight, rightWidth, bottomHeight, leftWidth, false); in GtkDefaultButton()
71 int topHeight, int rightWidth, int bottomHeight, int leftWidth) { in GtkDefaultButton() argument
73 topHeight, rightWidth, bottomHeight, leftWidth); in GtkDefaultButton()
83 … int topHeight, int rightWidth, int bottomHeight, int leftWidth, boolean tile) { in GtkDefaultButton() argument
85 topHeight, rightWidth, bottomHeight, leftWidth, tile); in GtkDefaultButton()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/effects/
H A Dslide_animation.cpp40 const auto leftWidth = (_leftSnapshotWidth + leftCoord); in paintFrame() local
41 if (leftWidth > 0) { in paintFrame()
46 leftWidth, in paintFrame()
49 (_leftSnapshot.width() - leftWidth * pixelRatio), in paintFrame()
51 leftWidth * pixelRatio, in paintFrame()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/client/gui/j2d/
H A DBackgroundPainter.java64 public BackgroundPainter(String image, int leftWidth, int centerWidth, in BackgroundPainter() argument
70 widths[0] = leftWidth; in BackgroundPainter()
72 widths[2] = mother.getWidth() - leftWidth - centerWidth; in BackgroundPainter()
114 int leftWidth = leftSprite.getHeight(); in paint() local
121 for (int x = leftWidth; x < width - rightWidth; x += centerWidth) { in paint()
135 int rightX = Math.max(width - rightWidth, leftWidth); in paint()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/accuracy/
H A Des2aTextureFilteringTests.cpp213 int leftWidth = viewport.width / 2; in iterate() local
214 int rightWidth = viewport.width - leftWidth; in iterate()
239 gl.viewport(viewport.x, viewport.y, leftWidth, bottomHeight); in iterate()
250 gl.viewport(viewport.x+leftWidth, viewport.y, rightWidth, bottomHeight); in iterate()
274 gl.viewport(viewport.x, viewport.y+bottomHeight, leftWidth, topHeight); in iterate()
536 int leftWidth = viewport.width / 2; in iterate() local
537 int rightWidth = viewport.width - leftWidth; in iterate()
566 viewport.x, viewport.y, leftWidth, bottomHeight, in iterate()
576 viewport.x+leftWidth, viewport.y, rightWidth, bottomHeight, in iterate()
597 viewport.x, viewport.y+bottomHeight, leftWidth, topHeight, in iterate()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/accuracy/
H A Des3aTextureFilteringTests.cpp203 int leftWidth = viewport.width / 2; in iterate() local
204 int rightWidth = viewport.width - leftWidth; in iterate()
229 gl.viewport(viewport.x, viewport.y, leftWidth, bottomHeight); in iterate()
240 gl.viewport(viewport.x+leftWidth, viewport.y, rightWidth, bottomHeight); in iterate()
264 gl.viewport(viewport.x, viewport.y+bottomHeight, leftWidth, topHeight); in iterate()
545 int leftWidth = viewport.width / 2; in iterate() local
546 int rightWidth = viewport.width - leftWidth; in iterate()
575 viewport.x, viewport.y, leftWidth, bottomHeight, in iterate()
585 viewport.x+leftWidth, viewport.y, rightWidth, bottomHeight, in iterate()
606 viewport.x, viewport.y+bottomHeight, leftWidth, topHeight, in iterate()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/window/
H A Dwindow_slide_animation.cpp37 auto leftWidth = (leftWidthFull + leftCoord); in paintContents() local
38 if (leftWidth > 0) { in paintContents()
40 …awPixmap(0, 0, leftWidth, _cacheUnder.height() / retina, _cacheUnder, (_cacheUnder.width() - leftW… in paintContents()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/
H A DResizableHeader.java146 int leftWidth = columnWidths_.get(index_ - 1) + delta; in ResizableHeader()
150 if (leftWidth < 0) in ResizableHeader()
152 rightWidth = rightWidth + leftWidth; in ResizableHeader()
153 leftWidth = 0; in ResizableHeader()
157 table_.setColumnWidth(index_ - 1, leftWidth + "px"); in ResizableHeader()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/utils/
H A Dschematicrectconstants.cpp230 qreal leftWidth = 0; in genSchematicDIP() local
246 if (w > leftWidth) leftWidth = w; in genSchematicDIP()
262 if (leftWidth > rightWidth && rightWidth > 0) rightWidth = leftWidth; in genSchematicDIP()
263 if (rightWidth > leftWidth && leftWidth > 0) leftWidth = rightWidth; in genSchematicDIP()
266 leftWidth = 1000 * leftWidth / 72.0; in genSchematicDIP()
272 …qreal textWidth = (leftWidth + rightWidth + titleWidth + (rightWidth > 0 ? pinTextIndent : 0) + (l… in genSchematicDIP()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/plaf/nimbus/
H A DAbstractRegionPainter.java87 private float leftWidth; field in AbstractRegionPainter
236 return x * leftWidth; in decodeX()
238 return ((x-1) * centerWidth) + leftWidth; in decodeX()
240 return ((x-2) * rightWidth) + leftWidth + centerWidth; in decodeX()
600 leftWidth = centerWidth = rightWidth = 0f; in prepare()
614 leftWidth = availableSpace * ctx.aPercent; in prepare()
621 leftWidth = ctx.a * f; in prepare()
623 centerWidth = w - leftWidth - rightWidth; in prepare()
629 leftScale = ctx.a == 0f ? 0f : leftWidth / ctx.a; in prepare()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/history/view/
H A Dhistory_view_contact_status.cpp165 const auto leftWidth = buttonWidth(leftButton); in updateButtonsGeometry() local
168 if (leftWidth <= half in updateButtonsGeometry()
172 } else if (leftWidth + rightWidth <= available) { in updateButtonsGeometry()
174 leftWidth + rightWidth + closeWidth - available, in updateButtonsGeometry()
178 if (leftWidth > realBlockWidth) { in updateButtonsGeometry()
179 placeButton(leftButton, leftWidth); in updateButtonsGeometry()
180 placeButton(rightButton, full - leftWidth, margin); in updateButtonsGeometry()
186 const auto forLeft = (available * leftWidth) in updateButtonsGeometry()
187 / (leftWidth + rightWidth); in updateButtonsGeometry()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/plaf/nimbus/
H A DAbstractRegionPainter.java87 private float leftWidth; field in AbstractRegionPainter
236 return x * leftWidth; in decodeX()
238 return ((x-1) * centerWidth) + leftWidth; in decodeX()
240 return ((x-2) * rightWidth) + leftWidth + centerWidth; in decodeX()
600 leftWidth = centerWidth = rightWidth = 0f; in prepare()
614 leftWidth = availableSpace * ctx.aPercent; in prepare()
621 leftWidth = ctx.a * f; in prepare()
623 centerWidth = w - leftWidth - rightWidth; in prepare()
629 leftScale = ctx.a == 0f ? 0f : leftWidth / ctx.a; in prepare()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/plaf/nimbus/
H A DAbstractRegionPainter.java87 private float leftWidth; field in AbstractRegionPainter
236 return x * leftWidth; in decodeX()
238 return ((x-1) * centerWidth) + leftWidth; in decodeX()
240 return ((x-2) * rightWidth) + leftWidth + centerWidth; in decodeX()
600 leftWidth = centerWidth = rightWidth = 0f; in prepare()
614 leftWidth = availableSpace * ctx.aPercent; in prepare()
621 leftWidth = ctx.a * f; in prepare()
623 centerWidth = w - leftWidth - rightWidth; in prepare()
629 leftScale = ctx.a == 0f ? 0f : leftWidth / ctx.a; in prepare()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DAbstractRegionPainter.java87 private float leftWidth; field in AbstractRegionPainter
236 return x * leftWidth; in decodeX()
238 return ((x-1) * centerWidth) + leftWidth; in decodeX()
240 return ((x-2) * rightWidth) + leftWidth + centerWidth; in decodeX()
585 leftWidth = centerWidth = rightWidth = 0f; in prepare()
599 leftWidth = availableSpace * ctx.aPercent; in prepare()
606 leftWidth = ctx.a * f; in prepare()
608 centerWidth = w - leftWidth - rightWidth; in prepare()
614 leftScale = ctx.a == 0f ? 0f : leftWidth / ctx.a; in prepare()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/javax/swing/plaf/nimbus/
H A DAbstractRegionPainter.java87 private float leftWidth; field in AbstractRegionPainter
236 return x * leftWidth; in decodeX()
238 return ((x-1) * centerWidth) + leftWidth; in decodeX()
240 return ((x-2) * rightWidth) + leftWidth + centerWidth; in decodeX()
600 leftWidth = centerWidth = rightWidth = 0f; in prepare()
614 leftWidth = availableSpace * ctx.aPercent; in prepare()
621 leftWidth = ctx.a * f; in prepare()
623 centerWidth = w - leftWidth - rightWidth; in prepare()
629 leftScale = ctx.a == 0f ? 0f : leftWidth / ctx.a; in prepare()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/javax/swing/plaf/nimbus/
H A DAbstractRegionPainter.java87 private float leftWidth; field in AbstractRegionPainter
236 return x * leftWidth; in decodeX()
238 return ((x-1) * centerWidth) + leftWidth; in decodeX()
240 return ((x-2) * rightWidth) + leftWidth + centerWidth; in decodeX()
600 leftWidth = centerWidth = rightWidth = 0f; in prepare()
614 leftWidth = availableSpace * ctx.aPercent; in prepare()
621 leftWidth = ctx.a * f; in prepare()
623 centerWidth = w - leftWidth - rightWidth; in prepare()
629 leftScale = ctx.a == 0f ? 0f : leftWidth / ctx.a; in prepare()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/javax/swing/plaf/nimbus/
H A DAbstractRegionPainter.java87 private float leftWidth; field in AbstractRegionPainter
236 return x * leftWidth; in decodeX()
238 return ((x-1) * centerWidth) + leftWidth; in decodeX()
240 return ((x-2) * rightWidth) + leftWidth + centerWidth; in decodeX()
600 leftWidth = centerWidth = rightWidth = 0f; in prepare()
614 leftWidth = availableSpace * ctx.aPercent; in prepare()
621 leftWidth = ctx.a * f; in prepare()
623 centerWidth = w - leftWidth - rightWidth; in prepare()
629 leftScale = ctx.a == 0f ? 0f : leftWidth / ctx.a; in prepare()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/javax/swing/plaf/nimbus/
H A DAbstractRegionPainter.java87 private float leftWidth; field in AbstractRegionPainter
236 return x * leftWidth; in decodeX()
238 return ((x-1) * centerWidth) + leftWidth; in decodeX()
240 return ((x-2) * rightWidth) + leftWidth + centerWidth; in decodeX()
600 leftWidth = centerWidth = rightWidth = 0f; in prepare()
614 leftWidth = availableSpace * ctx.aPercent; in prepare()
621 leftWidth = ctx.a * f; in prepare()
623 centerWidth = w - leftWidth - rightWidth; in prepare()
629 leftScale = ctx.a == 0f ? 0f : leftWidth / ctx.a; in prepare()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/javax/swing/plaf/nimbus/
H A DAbstractRegionPainter.java87 private float leftWidth; field in AbstractRegionPainter
236 return x * leftWidth; in decodeX()
238 return ((x-1) * centerWidth) + leftWidth; in decodeX()
240 return ((x-2) * rightWidth) + leftWidth + centerWidth; in decodeX()
600 leftWidth = centerWidth = rightWidth = 0f; in prepare()
614 leftWidth = availableSpace * ctx.aPercent; in prepare()
621 leftWidth = ctx.a * f; in prepare()
623 centerWidth = w - leftWidth - rightWidth; in prepare()
629 leftScale = ctx.a == 0f ? 0f : leftWidth / ctx.a; in prepare()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DAbstractRegionPainter.java87 private float leftWidth; field in AbstractRegionPainter
236 return x * leftWidth; in decodeX()
238 return ((x-1) * centerWidth) + leftWidth; in decodeX()
240 return ((x-2) * rightWidth) + leftWidth + centerWidth; in decodeX()
585 leftWidth = centerWidth = rightWidth = 0f; in prepare()
599 leftWidth = availableSpace * ctx.aPercent; in prepare()
606 leftWidth = ctx.a * f; in prepare()
608 centerWidth = w - leftWidth - rightWidth; in prepare()
614 leftScale = ctx.a == 0f ? 0f : leftWidth / ctx.a; in prepare()

123456789