Home
last modified time | relevance | path

Searched refs:curHeight (Results 1 – 25 of 165) sorted by relevance

1234567

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/drascula/
H A Dactors.cpp111 else if (roomY < curY + curHeight) in startWalking()
113 else if (roomY > curY + curHeight) in startWalking()
149 curY = roomY - curHeight; in moveCharacters()
162 curY = roomY - curHeight; in moveCharacters()
196 curPos[5] = curHeight; in moveCharacters()
239 curPos[5] = curHeight; in moveCharacters()
286 distanceY = (curY + curHeight) - roomY; in quadrant_1()
307 distanceY = (curY + curHeight) - roomY; in quadrant_2()
385 curY += (int)(curHeight - newHeight); in increaseFrameNum()
387 curHeight = (int)newHeight; in increaseFrameNum()
[all …]
H A Dtalk.cpp408 if (factor_red[curY + curHeight] == 100) in talk()
432 (int)(((float)(TALK_HEIGHT - 1) / 100) * factor_red[MIN(201, curY + curHeight)]), in talk()
452 curY, TALK_WIDTH, TALK_HEIGHT, factor_red[MIN(201, curY + curHeight)], in talk()
471 talkOffset + curX + (int)((12.0f / 100) * factor_red[MIN(201, curY + curHeight)]), in talk()
472 curY, TALK_WIDTH, TALK_HEIGHT, factor_red[MIN(201, curY + curHeight)], in talk()
482 talkOffset + curX + (int)((8.0f / 100) * factor_red[MIN(201, curY + curHeight)]), in talk()
483 curY, TALK_WIDTH, TALK_HEIGHT, factor_red[MIN(201, curY + curHeight)], in talk()
838 if (factor_red[curY + curHeight] == 100) in talk_sync()
861 if (curHeight != 56) in talk_sync()
886 (int)(talkOffset + curX + (12.0f / 100) * factor_red[curY + curHeight]), curY, in talk_sync()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/drascula/
H A Dactors.cpp111 else if (roomY < curY + curHeight) in startWalking()
113 else if (roomY > curY + curHeight) in startWalking()
149 curY = roomY - curHeight; in moveCharacters()
162 curY = roomY - curHeight; in moveCharacters()
196 curPos[5] = curHeight; in moveCharacters()
239 curPos[5] = curHeight; in moveCharacters()
286 distanceY = (curY + curHeight) - roomY; in quadrant_1()
307 distanceY = (curY + curHeight) - roomY; in quadrant_2()
385 curY += (int)(curHeight - newHeight); in increaseFrameNum()
387 curHeight = (int)newHeight; in increaseFrameNum()
[all …]
H A Dtalk.cpp408 if (factor_red[curY + curHeight] == 100) in talk()
432 (int)(((float)(TALK_HEIGHT - 1) / 100) * factor_red[MIN(201, curY + curHeight)]), in talk()
452 curY, TALK_WIDTH, TALK_HEIGHT, factor_red[MIN(201, curY + curHeight)], in talk()
471 talkOffset + curX + (int)((12.0f / 100) * factor_red[MIN(201, curY + curHeight)]), in talk()
472 curY, TALK_WIDTH, TALK_HEIGHT, factor_red[MIN(201, curY + curHeight)], in talk()
482 talkOffset + curX + (int)((8.0f / 100) * factor_red[MIN(201, curY + curHeight)]), in talk()
483 curY, TALK_WIDTH, TALK_HEIGHT, factor_red[MIN(201, curY + curHeight)], in talk()
838 if (factor_red[curY + curHeight] == 100) in talk_sync()
861 if (curHeight != 56) in talk_sync()
886 (int)(talkOffset + curX + (12.0f / 100) * factor_red[curY + curHeight]), curY, in talk_sync()
[all …]
/dports/graphics/pho/pho/
H A Dpho.c124 img->trueHeight = img->curHeight; in LoadImageFromFile()
405 new_height = img->curHeight; in ScaleAndRotate()
417 new_height = img->curHeight; in ScaleAndRotate()
446 new_height = img->curHeight; in ScaleAndRotate()
462 new_height = img->curHeight; in ScaleAndRotate()
645 newWidth = img->curHeight; in RotateImage()
653 newHeight = img->curHeight; in RotateImage()
679 for (y = 0; y < img->curHeight; ++y) in RotateImage()
686 newx = img->curHeight - y - 1; in RotateImage()
695 newy = img->curHeight - y - 1; in RotateImage()
[all …]
H A Dgwin.c144 || gCurImage->curHeight > gPhysMonitorHeight) in MaybeMove()
166 if (y + gCurImage->curHeight > gMonitorHeight) in MaybeMove()
167 ny = gMonitorHeight - gCurImage->curHeight; in MaybeMove()
296 gCurImage->curWidth, gCurImage->curHeight); in DrawImage()
340 if (gCurImage->curHeight > gMonitorHeight in DrawImage()
342 dstY = gMonitorHeight - gCurImage->curHeight; in DrawImage()
355 if (gCurImage->curHeight < gMonitorHeight in DrawImage()
357 dstY = gMonitorHeight - gCurImage->curHeight; in DrawImage()
358 else if (gCurImage->curHeight >= gMonitorHeight in DrawImage()
740 || gCurImage->curHeight != winheight) { in PrepareWindow()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/com/google/gwt/widgetideas/client/
H A DResizableWidgetCollection.java51 private int curHeight = 0; field in ResizableWidgetCollection.ResizableWidgetInfo
65 curHeight = DOM.getElementPropertyInt(widget.getElement(), "clientHeight"); in ResizableWidgetInfo()
76 if (width != curWidth || height != curHeight) { in setClientSize()
78 this.curHeight = height; in setClientSize()
217 int curHeight = widget.getElement().getPropertyInt("clientHeight"); in checkWidgetSize() local
220 if (info.setClientSize(curWidth, curHeight)) { in checkWidgetSize()
221 if (curWidth > 0 && curHeight > 0 && widget.isAttached()) { in checkWidgetSize()
222 widget.onResize(curWidth, curHeight); in checkWidgetSize()
322 int curHeight = widget.getElement().getPropertyInt("clientHeight"); in updateWidgetSize() local
323 info.setClientSize(curWidth, curHeight); in updateWidgetSize()
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_Preview_Abi.cpp76 double curHeight = 0.0; in AP_Preview_Abi() local
80 curHeight = pDoc->m_docPageSize.Height(DIM_IN); in AP_Preview_Abi()
86 curHeight = 11.0; in AP_Preview_Abi()
112 m_pDocument->m_docPageSize.Set(curWidth,curHeight,DIM_IN); in AP_Preview_Abi()
131 m_pDocument->m_docPageSize.Set(curWidth,curHeight,DIM_IN); in AP_Preview_Abi()
138 m_pDocument->m_docPageSize.Set(curWidth,curHeight,DIM_IN); in AP_Preview_Abi()
159 m_pDocument->m_docPageSize.Set(curWidth,curHeight,DIM_IN); in AP_Preview_Abi()
/dports/games/scummvm/scummvm-2.5.1/engines/gob/
H A Dvideo_v1.cpp40 int16 curWidth, curHeight; in spriteUncompressor() local
68 curHeight = 0; in spriteUncompressor()
94 curHeight++; in spriteUncompressor()
95 if (curHeight >= srcHeight) in spriteUncompressor()
123 curHeight++; in spriteUncompressor()
124 if (curHeight >= srcHeight) { in spriteUncompressor()
H A Dvideo_v2.cpp40 int16 curWidth, curHeight; in spriteUncompressor() local
72 curHeight = 0; in spriteUncompressor()
107 if (++curHeight >= srcHeight) in spriteUncompressor()
141 if (++curHeight >= srcHeight) { in spriteUncompressor()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/gob/
H A Dvideo_v1.cpp40 int16 curWidth, curHeight; in spriteUncompressor() local
68 curHeight = 0; in spriteUncompressor()
94 curHeight++; in spriteUncompressor()
95 if (curHeight >= srcHeight) in spriteUncompressor()
123 curHeight++; in spriteUncompressor()
124 if (curHeight >= srcHeight) { in spriteUncompressor()
H A Dvideo_v2.cpp40 int16 curWidth, curHeight; in spriteUncompressor() local
72 curHeight = 0; in spriteUncompressor()
107 if (++curHeight >= srcHeight) in spriteUncompressor()
141 if (++curHeight >= srcHeight) { in spriteUncompressor()
/dports/devel/newt/newt-0.52.21/
H A Dlistbox.c28 int curHeight; /* size of text w/o border */ member
111 li->curHeight = co->height - (2 * li->bdyAdjust); in newtListbox()
117 li->curHeight, in newtListbox()
181 li->startShowItem = li->numItems - li->curHeight; in newtListboxSetCurrent()
342 co->height++, li->curHeight++; in newtListboxAppendEntry()
610 li->startShowItem -= li->curHeight - 1; in listboxEvent()
613 li->currItem -= li->curHeight - 1; in listboxEvent()
622 li->startShowItem += li->curHeight; in listboxEvent()
624 li->startShowItem = li->numItems - li->curHeight; in listboxEvent()
626 li->currItem += li->curHeight; in listboxEvent()
[all …]
/dports/multimedia/libbluray/libbluray-1.3.0/src/libbluray/bdj/java/org/havi/ui/
H A DHGraphicsDevice.java92 int curHeight = mgr.getHeight(); in setGraphicsConfiguration() local
94 if (curWidth != d.width || curHeight != d.height) { in setGraphicsConfiguration()
95 logger.info("Request to switch graphics resolution from " + curWidth + "x" + curHeight + in setGraphicsConfiguration()
107 curHeight = mgr.getHeight(); in setGraphicsConfiguration()
108 if (curWidth != d.width || curHeight != d.height) { in setGraphicsConfiguration()
109 … logger.error("Request to switch graphics resolution from " + curWidth + "x" + curHeight + in setGraphicsConfiguration()
/dports/multimedia/handbrake/libbluray-1.3.0/src/libbluray/bdj/java/org/havi/ui/
H A DHGraphicsDevice.java92 int curHeight = mgr.getHeight(); in setGraphicsConfiguration() local
94 if (curWidth != d.width || curHeight != d.height) { in setGraphicsConfiguration()
95 logger.info("Request to switch graphics resolution from " + curWidth + "x" + curHeight + in setGraphicsConfiguration()
107 curHeight = mgr.getHeight(); in setGraphicsConfiguration()
108 if (curWidth != d.width || curHeight != d.height) { in setGraphicsConfiguration()
109 … logger.error("Request to switch graphics resolution from " + curWidth + "x" + curHeight + in setGraphicsConfiguration()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/awt/
H A DGridBagLayout.java936 int curWidth, curHeight; in preInitMaximumArraySizes() local
970 if (curHeight <= 0){ in preInitMaximumArraySizes()
971 curHeight = 1; in preInitMaximumArraySizes()
1072 if (curHeight <= 0) in GetLayoutInfo()
1073 curHeight = 1; in GetLayoutInfo()
1111 py = curY + curHeight; in GetLayoutInfo()
1209 if (curHeight <= 0) { in GetLayoutInfo()
1246 if (curHeight <= 0) { in GetLayoutInfo()
1248 if (curHeight < 1) in GetLayoutInfo()
1249 curHeight = 1; in GetLayoutInfo()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/java/awt/
H A DGridBagLayout.java936 int curWidth, curHeight; in preInitMaximumArraySizes() local
970 if (curHeight <= 0){ in preInitMaximumArraySizes()
971 curHeight = 1; in preInitMaximumArraySizes()
1072 if (curHeight <= 0) in GetLayoutInfo()
1073 curHeight = 1; in GetLayoutInfo()
1111 py = curY + curHeight; in GetLayoutInfo()
1209 if (curHeight <= 0) { in GetLayoutInfo()
1246 if (curHeight <= 0) { in GetLayoutInfo()
1248 if (curHeight < 1) in GetLayoutInfo()
1249 curHeight = 1; in GetLayoutInfo()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/java/awt/
H A DGridBagLayout.java936 int curWidth, curHeight; in preInitMaximumArraySizes() local
970 if (curHeight <= 0){ in preInitMaximumArraySizes()
971 curHeight = 1; in preInitMaximumArraySizes()
1072 if (curHeight <= 0) in GetLayoutInfo()
1073 curHeight = 1; in GetLayoutInfo()
1111 py = curY + curHeight; in GetLayoutInfo()
1209 if (curHeight <= 0) { in GetLayoutInfo()
1246 if (curHeight <= 0) { in GetLayoutInfo()
1248 if (curHeight < 1) in GetLayoutInfo()
1249 curHeight = 1; in GetLayoutInfo()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/awt/
H A DGridBagLayout.java930 int curWidth, curHeight; in preInitMaximumArraySizes() local
964 if (curHeight <= 0){ in preInitMaximumArraySizes()
965 curHeight = 1; in preInitMaximumArraySizes()
1060 if (curHeight <= 0) in GetLayoutInfo()
1061 curHeight = 1; in GetLayoutInfo()
1099 py = curY + curHeight; in GetLayoutInfo()
1197 if (curHeight <= 0) { in GetLayoutInfo()
1234 if (curHeight <= 0) { in GetLayoutInfo()
1236 if (curHeight < 1) in GetLayoutInfo()
1237 curHeight = 1; in GetLayoutInfo()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/java/awt/
H A DGridBagLayout.java936 int curWidth, curHeight; in preInitMaximumArraySizes() local
970 if (curHeight <= 0){ in preInitMaximumArraySizes()
971 curHeight = 1; in preInitMaximumArraySizes()
1072 if (curHeight <= 0) in GetLayoutInfo()
1073 curHeight = 1; in GetLayoutInfo()
1111 py = curY + curHeight; in GetLayoutInfo()
1209 if (curHeight <= 0) { in GetLayoutInfo()
1246 if (curHeight <= 0) { in GetLayoutInfo()
1248 if (curHeight < 1) in GetLayoutInfo()
1249 curHeight = 1; in GetLayoutInfo()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/java/awt/
H A DGridBagLayout.java918 int curWidth, curHeight; in preInitMaximumArraySizes() local
952 if (curHeight <= 0){ in preInitMaximumArraySizes()
953 curHeight = 1; in preInitMaximumArraySizes()
1054 if (curHeight <= 0) in GetLayoutInfo()
1055 curHeight = 1; in GetLayoutInfo()
1093 py = curY + curHeight; in GetLayoutInfo()
1191 if (curHeight <= 0) { in GetLayoutInfo()
1228 if (curHeight <= 0) { in GetLayoutInfo()
1230 if (curHeight < 1) in GetLayoutInfo()
1231 curHeight = 1; in GetLayoutInfo()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/java/awt/
H A DGridBagLayout.java920 int curWidth, curHeight; in preInitMaximumArraySizes() local
954 if (curHeight <= 0){ in preInitMaximumArraySizes()
955 curHeight = 1; in preInitMaximumArraySizes()
1056 if (curHeight <= 0) in GetLayoutInfo()
1057 curHeight = 1; in GetLayoutInfo()
1095 py = curY + curHeight; in GetLayoutInfo()
1193 if (curHeight <= 0) { in GetLayoutInfo()
1230 if (curHeight <= 0) { in GetLayoutInfo()
1232 if (curHeight < 1) in GetLayoutInfo()
1233 curHeight = 1; in GetLayoutInfo()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/java/awt/
H A DGridBagLayout.java918 int curWidth, curHeight; in preInitMaximumArraySizes() local
952 if (curHeight <= 0){ in preInitMaximumArraySizes()
953 curHeight = 1; in preInitMaximumArraySizes()
1054 if (curHeight <= 0) in GetLayoutInfo()
1055 curHeight = 1; in GetLayoutInfo()
1093 py = curY + curHeight; in GetLayoutInfo()
1191 if (curHeight <= 0) { in GetLayoutInfo()
1228 if (curHeight <= 0) { in GetLayoutInfo()
1230 if (curHeight < 1) in GetLayoutInfo()
1231 curHeight = 1; in GetLayoutInfo()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/java/awt/
H A DGridBagLayout.java918 int curWidth, curHeight; in preInitMaximumArraySizes() local
952 if (curHeight <= 0){ in preInitMaximumArraySizes()
953 curHeight = 1; in preInitMaximumArraySizes()
1054 if (curHeight <= 0) in GetLayoutInfo()
1055 curHeight = 1; in GetLayoutInfo()
1093 py = curY + curHeight; in GetLayoutInfo()
1191 if (curHeight <= 0) { in GetLayoutInfo()
1228 if (curHeight <= 0) { in GetLayoutInfo()
1230 if (curHeight < 1) in GetLayoutInfo()
1231 curHeight = 1; in GetLayoutInfo()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/awt/
H A DGridBagLayout.java930 int curWidth, curHeight; in preInitMaximumArraySizes() local
964 if (curHeight <= 0){ in preInitMaximumArraySizes()
965 curHeight = 1; in preInitMaximumArraySizes()
1060 if (curHeight <= 0) in GetLayoutInfo()
1061 curHeight = 1; in GetLayoutInfo()
1099 py = curY + curHeight; in GetLayoutInfo()
1197 if (curHeight <= 0) { in GetLayoutInfo()
1234 if (curHeight <= 0) { in GetLayoutInfo()
1236 if (curHeight < 1) in GetLayoutInfo()
1237 curHeight = 1; in GetLayoutInfo()
[all …]

1234567