Home
last modified time | relevance | path

Searched refs:topHeight (Results 1 – 25 of 119) sorted by relevance

12345

/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()
89 g.drawLine(x, y + topHeight, x + width, y + topHeight); in paint()
202 this.topHeight = topHeight; in DefaultButton()
227 left = ImageUtils.grab(bitmap, 0, topHeight, leftWidth, imageHeight - topHeight - bottomHeight); in DefaultButton()
258 b.topHeight = topHeight; in getDisabled()
282 b.topHeight = bottomHeight; in getTopToBottom()
294 b.bottomHeight = topHeight; in getTopToBottom()
323 b.topHeight = rightWidth; 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.cpp241 const int topHeight = panelDef[3]; in UI_DrawPanel() local
251 const int secondPosY = firstPosY + topHeight + marge; in UI_DrawPanel()
255 …rmImage(false, pos[0], pos[1], leftWidth, topHeight, texX + firstPos + leftWidth, texY + firstPosY… in UI_DrawPanel()
259 …size[0] - rightWidth, pos[1], rightWidth, topHeight, texX + thirdPos + rightWidth, texY + firstPos… in UI_DrawPanel()
263 const int yMiddle = pos[1] + topHeight; in UI_DrawPanel()
304 const int topHeight = border; in UI_DrawBorderedPanel() local
313 const int secondPosY = firstPosY + topHeight + marge; in UI_DrawBorderedPanel()
317 …_DrawNormImage(false, pos[0], pos[1], leftWidth, topHeight, firstPos + leftWidth, firstPosY + topH… in UI_DrawBorderedPanel()
319 …Width, pos[1], size[0] - leftWidth - rightWidth, topHeight, secondPos + midWidth, firstPosY + topH… in UI_DrawBorderedPanel()
321 …s[0] + size[0] - rightWidth, pos[1], rightWidth, topHeight, thirdPos + rightWidth, firstPosY + top… in UI_DrawBorderedPanel()
[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/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/world/
H A Dp_door.cpp297 Writer_WriteInt16(writer, (int)topHeight); in write()
322 topHeight = (float) Reader_ReadInt16(reader); in read()
347 topHeight = FIX2FLT((fixed_t) Reader_ReadInt32(reader)); in read()
402 door->topHeight -= 4; in EV_DoDoor2()
410 door->topHeight -= 4; in EV_DoDoor2()
418 door->topHeight = P_GetDoublep(sec, DMU_CEILING_HEIGHT); in EV_DoDoor2()
432 door->topHeight -= 4; in EV_DoDoor2()
447 door->topHeight -= 4; in EV_DoDoor2()
899 door->topHeight -= 4; in EV_VerticalDoor()
918 door->topHeight = P_GetDoublep(sec, DMU_CEILING_HEIGHT); in P_SpawnDoorCloseIn30()
[all …]
H A Dp_ceiling.cpp72 T_MovePlane(ceiling->sector, ceiling->speed, ceiling->topHeight, in T_MoveCeiling()
239 Writer_WriteInt16(writer, (int)topHeight); in write()
280 topHeight = (float) Reader_ReadInt16(reader); in read()
320 topHeight = FIX2FLT((fixed_t) Reader_ReadInt32(reader)); in read()
383 ceiling->topHeight = P_GetDoublep(sec, DMU_CEILING_HEIGHT); in EV_DoCeiling2()
393 ceiling->topHeight = P_GetDoublep(sec, DMU_CEILING_HEIGHT); in EV_DoCeiling2()
405 ceiling->topHeight = P_GetDoublep(sec, DMU_CEILING_HEIGHT); in EV_DoCeiling2()
425 ceiling->topHeight -= 8; // jd64 in EV_DoCeiling2()
446 ceiling->topHeight -= bitmipR; in EV_DoCeiling2()
465 ceiling->topHeight = in EV_DoCeiling2()
[all …]
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/client/gui/j2d/
H A DBackgroundPainter.java65 int topHeight, int centerHeight) { in BackgroundPainter() argument
74 heights[0] = topHeight; in BackgroundPainter()
76 heights[2] = mother.getHeight() - topHeight - centerHeight; in BackgroundPainter()
116 int topHeight = topSprite.getHeight(); in paint() local
125 for (int y = topHeight; y < height - bottomHeight; y += centerHeight) { in paint()
136 for (int y = topHeight; y < height - bottomHeight; y += centerHeight) { in paint()
142 int bottomY = Math.max(height - bottomHeight, topHeight); in paint()
/dports/games/bzflag-server/bzflag-2.4.22/src/geometry/
H A DFlagSceneNode.cxx426 const float topHeight = base + Height; in render() local
476 glVertex3f(0.0f, 0.0f, topHeight); in render()
478 glVertex3f(Width, 0.0f, topHeight); in render()
494 glVertex3f(-poleWidth, 0.0f, topHeight); in render()
496 glVertex3f(0.0f, -poleWidth, topHeight); in render()
498 glVertex3f(+poleWidth, 0.0f, topHeight); in render()
500 glVertex3f(0.0f, +poleWidth, topHeight); in render()
502 glVertex3f(-poleWidth, 0.0f, topHeight); in render()
516 glVertex3f(-poleWidth, 0.0f, topHeight); in render()
517 glVertex3f(+poleWidth, 0.0f, topHeight); in render()
[all …]
/dports/games/bzflag/bzflag-2.4.22/src/geometry/
H A DFlagSceneNode.cxx426 const float topHeight = base + Height; in render() local
476 glVertex3f(0.0f, 0.0f, topHeight); in render()
478 glVertex3f(Width, 0.0f, topHeight); in render()
494 glVertex3f(-poleWidth, 0.0f, topHeight); in render()
496 glVertex3f(0.0f, -poleWidth, topHeight); in render()
498 glVertex3f(+poleWidth, 0.0f, topHeight); in render()
500 glVertex3f(0.0f, +poleWidth, topHeight); in render()
502 glVertex3f(-poleWidth, 0.0f, topHeight); in render()
516 glVertex3f(-poleWidth, 0.0f, topHeight); in render()
517 glVertex3f(+poleWidth, 0.0f, topHeight); in render()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/
H A DViewFormLayout.java146 int topHeight = Math.max(rightSize.y, leftSize.y); in layout() local
150 right.setBounds(x, y, rightSize.x, topHeight); in layout()
158 left.setBounds(rect.x + form.marginWidth + form.highlight, y, leftSize.x, topHeight); in layout()
160 if (top) y += topHeight + form.verticalSpacing; in layout()
173 int topHeight = Math.max(rightSize.y, Math.max(centerSize.y, leftSize.y)); in layout() local
177 right.setBounds(x, y, rightSize.x, topHeight); in layout()
183 center.setBounds(x, y, centerSize.x, topHeight); in layout()
190 int h = topHeight - trim.height; in layout()
192 left.setBounds(rect.x + form.marginWidth + form.highlight, y, leftSize.x, topHeight); in layout()
194 if (top)y += topHeight + form.verticalSpacing; in layout()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/custom/
H A DViewFormLayout.java146 int topHeight = Math.max(rightSize.y, leftSize.y); in layout() local
150 right.setBounds(x, y, rightSize.x, topHeight); in layout()
158 left.setBounds(rect.x + form.marginWidth + form.highlight, y, leftSize.x, topHeight); in layout()
160 if (top) y += topHeight + form.verticalSpacing; in layout()
173 int topHeight = Math.max(rightSize.y, Math.max(centerSize.y, leftSize.y)); in layout() local
177 right.setBounds(x, y, rightSize.x, topHeight); in layout()
183 center.setBounds(x, y, centerSize.x, topHeight); in layout()
190 int h = topHeight - trim.height; in layout()
192 left.setBounds(rect.x + form.marginWidth + form.highlight, y, leftSize.x, topHeight); in layout()
194 if (top)y += topHeight + form.verticalSpacing; in layout()
/dports/x11-wm/compiz-plugins-main/compiz-plugins-main-0.8.8/src/animation/
H A Drollup.c74 model->topHeight) / w->height; in fxRollUpModelStepObject()
89 model->topHeight + in fxRollUpModelStepObject()
102 forwardProgress * (WIN_Y(w) + model->topHeight); in fxRollUpModelStepObject()
110 object->position.y = WIN_Y(w) + model->topHeight; in fxRollUpModelStepObject()
/dports/x11-toolkits/skinlf/skinlf-6.7/src/com/l2fprod/gui/plaf/skin/impl/kde/
H A DKdeFrame.java80 int topHeight = 17; field in KdeFrame
129 topHeight = topSelected.getHeight(); in KdeFrame()
154 topHeight = Math.max(topHeight, topUnselected.getHeight()); in KdeFrame()
205 topHeight = Math.max(topHeight, fb.selectedIcon.getIconHeight()); in KdeFrame()
229 return new Dimension(textShiftLeft + textShiftRight + 50, topHeight); in getTopPreferredSize()
311 int baseline = (topHeight - fmHeight) / 2 + fm.getAscent() + fm.getLeading(); in paintTop()
447 …SkinWindowButton button = new SkinWindowButton(-1, (topHeight - selectedIcon.getIconHeight()) / 2,… in createButton()
/dports/math/py-theano/Theano-1.0.5/theano/tensor/nnet/c_code/
H A Dcorr_gemm.c184 const int topHeight = _CONV_FLOORDIV_X(topHeightNoDH, dH) + 1; variable
188 if (topHeight != PyArray_DIMS(weight)[1] ||
199 nFilters, topHeight, topWidth, nChannels / numgroups, kH, kW,
200 batchSize, nFilters, topHeight, topWidth);
205 topHeight != PyArray_DIMS(top)[2] ||
213 nFilters, topHeight, topWidth, nChannels / numgroups, kH, kW,
216 batchSize, nFilters, topHeight, topWidth);
223 topHeight != PyArray_DIMS(top)[2] ||
234 batchSize, nFilters, topHeight, topWidth);
247 col_dim[2] = (npy_intp)(topHeight * topWidth);
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/editors/tab/edit/
H A DMouseKit.java78 int topHeight = measure.getTs().getPosition(TGTrackSpacing.POSITION_SCORE_MIDDLE_LINES);
86 if(e.y < (y1 + 3) && e.y >= (y1 - topHeight)){
87 this.back = new Image(TuxGuitar.instance().getDisplay(),width + 1,topHeight + 1);
89 painter.copyArea(this.back,x1, (y1 - topHeight));
91 for(int y = (y1 - lineSpacing); y >= (y1 - topHeight); y -= lineSpacing){
106 this.lasty = (y1 - topHeight);
151 int topHeight = measure.getTs().getPosition(TGTrackSpacing.POSITION_SCORE_MIDDLE_LINES);
157 if(e.y >= (y1 - topHeight) && e.y < (y2 + bottomHeight)){
161 double limit = (topHeight / (lineSpacing / 2.00));
167 for(float y = (y1 - topHeight); y <= (y2 + bottomHeight); y += (lineSpacing / 2.00)){
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/plaf/nimbus/
H A DAbstractRegionPainter.java91 private float topHeight; field in AbstractRegionPainter
257 return y * topHeight; in decodeY()
259 return ((y-1) * centerHeight) + topHeight; in decodeY()
261 return ((y-2) * bottomHeight) + topHeight + centerHeight; in decodeY()
601 topHeight = centerHeight = bottomHeight = 0f; in prepare()
618 topHeight = availableSpace * ctx.cPercent; in prepare()
624 topHeight = ctx.c * f; in prepare()
626 centerHeight = h - topHeight - bottomHeight; in prepare()
632 topScale = ctx.c == 0f ? 0f : topHeight / ctx.c; in prepare()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/plaf/nimbus/
H A DAbstractRegionPainter.java91 private float topHeight; field in AbstractRegionPainter
257 return y * topHeight; in decodeY()
259 return ((y-1) * centerHeight) + topHeight; in decodeY()
261 return ((y-2) * bottomHeight) + topHeight + centerHeight; in decodeY()
601 topHeight = centerHeight = bottomHeight = 0f; in prepare()
618 topHeight = availableSpace * ctx.cPercent; in prepare()
624 topHeight = ctx.c * f; in prepare()
626 centerHeight = h - topHeight - bottomHeight; in prepare()
632 topScale = ctx.c == 0f ? 0f : topHeight / ctx.c; 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.java91 private float topHeight; field in AbstractRegionPainter
257 return y * topHeight; in decodeY()
259 return ((y-1) * centerHeight) + topHeight; in decodeY()
261 return ((y-2) * bottomHeight) + topHeight + centerHeight; in decodeY()
601 topHeight = centerHeight = bottomHeight = 0f; in prepare()
618 topHeight = availableSpace * ctx.cPercent; in prepare()
624 topHeight = ctx.c * f; in prepare()
626 centerHeight = h - topHeight - bottomHeight; in prepare()
632 topScale = ctx.c == 0f ? 0f : topHeight / ctx.c; in prepare()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DAbstractRegionPainter.java91 private float topHeight; field in AbstractRegionPainter
257 return y * topHeight; in decodeY()
259 return ((y-1) * centerHeight) + topHeight; in decodeY()
261 return ((y-2) * bottomHeight) + topHeight + centerHeight; in decodeY()
586 topHeight = centerHeight = bottomHeight = 0f; in prepare()
603 topHeight = availableSpace * ctx.cPercent; in prepare()
609 topHeight = ctx.c * f; in prepare()
611 centerHeight = h - topHeight - bottomHeight; in prepare()
617 topScale = ctx.c == 0f ? 0f : topHeight / ctx.c; in prepare()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/javax/swing/plaf/nimbus/
H A DAbstractRegionPainter.java91 private float topHeight; field in AbstractRegionPainter
257 return y * topHeight; in decodeY()
259 return ((y-1) * centerHeight) + topHeight; in decodeY()
261 return ((y-2) * bottomHeight) + topHeight + centerHeight; in decodeY()
601 topHeight = centerHeight = bottomHeight = 0f; in prepare()
618 topHeight = availableSpace * ctx.cPercent; in prepare()
624 topHeight = ctx.c * f; in prepare()
626 centerHeight = h - topHeight - bottomHeight; in prepare()
632 topScale = ctx.c == 0f ? 0f : topHeight / ctx.c; in prepare()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/javax/swing/plaf/nimbus/
H A DAbstractRegionPainter.java91 private float topHeight; field in AbstractRegionPainter
257 return y * topHeight; in decodeY()
259 return ((y-1) * centerHeight) + topHeight; in decodeY()
261 return ((y-2) * bottomHeight) + topHeight + centerHeight; in decodeY()
601 topHeight = centerHeight = bottomHeight = 0f; in prepare()
618 topHeight = availableSpace * ctx.cPercent; in prepare()
624 topHeight = ctx.c * f; in prepare()
626 centerHeight = h - topHeight - bottomHeight; in prepare()
632 topScale = ctx.c == 0f ? 0f : topHeight / ctx.c; 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.java91 private float topHeight; field in AbstractRegionPainter
257 return y * topHeight; in decodeY()
259 return ((y-1) * centerHeight) + topHeight; in decodeY()
261 return ((y-2) * bottomHeight) + topHeight + centerHeight; in decodeY()
601 topHeight = centerHeight = bottomHeight = 0f; in prepare()
618 topHeight = availableSpace * ctx.cPercent; in prepare()
624 topHeight = ctx.c * f; in prepare()
626 centerHeight = h - topHeight - bottomHeight; in prepare()
632 topScale = ctx.c == 0f ? 0f : topHeight / ctx.c; in prepare()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/javax/swing/plaf/nimbus/
H A DAbstractRegionPainter.java91 private float topHeight; field in AbstractRegionPainter
257 return y * topHeight; in decodeY()
259 return ((y-1) * centerHeight) + topHeight; in decodeY()
261 return ((y-2) * bottomHeight) + topHeight + centerHeight; in decodeY()
601 topHeight = centerHeight = bottomHeight = 0f; in prepare()
618 topHeight = availableSpace * ctx.cPercent; in prepare()
624 topHeight = ctx.c * f; in prepare()
626 centerHeight = h - topHeight - bottomHeight; in prepare()
632 topScale = ctx.c == 0f ? 0f : topHeight / ctx.c; in prepare()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/javax/swing/plaf/nimbus/
H A DAbstractRegionPainter.java91 private float topHeight; field in AbstractRegionPainter
257 return y * topHeight; in decodeY()
259 return ((y-1) * centerHeight) + topHeight; in decodeY()
261 return ((y-2) * bottomHeight) + topHeight + centerHeight; in decodeY()
601 topHeight = centerHeight = bottomHeight = 0f; in prepare()
618 topHeight = availableSpace * ctx.cPercent; in prepare()
624 topHeight = ctx.c * f; in prepare()
626 centerHeight = h - topHeight - bottomHeight; in prepare()
632 topScale = ctx.c == 0f ? 0f : topHeight / ctx.c; in prepare()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DAbstractRegionPainter.java91 private float topHeight; field in AbstractRegionPainter
257 return y * topHeight; in decodeY()
259 return ((y-1) * centerHeight) + topHeight; in decodeY()
261 return ((y-2) * bottomHeight) + topHeight + centerHeight; in decodeY()
586 topHeight = centerHeight = bottomHeight = 0f; in prepare()
603 topHeight = availableSpace * ctx.cPercent; in prepare()
609 topHeight = ctx.c * f; in prepare()
611 centerHeight = h - topHeight - bottomHeight; in prepare()
617 topScale = ctx.c == 0f ? 0f : topHeight / ctx.c; in prepare()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/utils/
H A Ddetailswidget.cpp136 QPixmap DetailsWidget::createBackground(const QSize &size, int topHeight, QWidget *widget) in createBackground() argument
142 QRect topRect(0, 0, size.width(), topHeight); in createBackground()
278 int topHeight = d->m_useCheckBox ? d->m_summaryCheckBox->height() : d->m_summaryLabel->height(); in paintEvent() local
280 topHeight = qMax(d->m_detailsButton->height(), topHeight); in paintEvent()
285 d->m_collapsedPixmap = createBackground(paintArea.size(), topHeight, this); in paintEvent()
290 d->m_expandedPixmap = createBackground(paintArea.size(), topHeight, this); in paintEvent()

12345