Home
last modified time | relevance | path

Searched refs:cHeight (Results 1 – 25 of 263) sorted by relevance

1234567891011

/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/win32/windows-gui/
H A Dwinio.c405 free_y = free_y + cHeight; in fancy_display()
697 act_y = act_y + cHeight;
803 act_y=act_y + cHeight; in my_refresh()
805 act_y=act_y - cHeight; in my_refresh()
827 int j=b-1, a_y=act_y-cHeight; in my_showpage()
836 act_y=act_y + cHeight;}; in my_showpage()
837 act_y=act_y - cHeight; in my_showpage()
856 b = a - act_y / cHeight; in my_movepage()
861 act_y=act_y + cHeight; in my_movepage()
887 a_y = (n-base)*cHeight; in my_display_line()
[all …]
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/win32/windows-gui/ver1/
H A Dwinio.c404 free_y = free_y + cHeight; in fancy_display()
696 act_y = act_y + cHeight;
800 act_y=act_y + cHeight; in my_refresh()
802 act_y=act_y - cHeight; in my_refresh()
824 int j=b-1, a_y=act_y-cHeight; in my_showpage()
833 act_y=act_y + cHeight;}; in my_showpage()
834 act_y=act_y - cHeight; in my_showpage()
853 b = a - act_y / cHeight; in my_movepage()
858 act_y=act_y + cHeight; in my_movepage()
884 a_y = (n-base)*cHeight; in my_display_line()
[all …]
H A Dwinsysdp.c56 if(cHeight==0) return(0); in get_geometry()
61 wLines = wpLines / cHeight; in get_geometry()
162 cHeight = textmetric.tmHeight - cLead; in newfont()
169 font_height[0] = cHeight; in newfont()
172 font_height[1] = cHeight; in newfont()
330 y = y/cHeight; in start_pick()
343 y = y/cHeight; in move_pick()
387 s_y == sel_y && s_y*cHeight == act_y) in end_pick()
430 y = y*cHeight; in mach_schwarz()
432 rect.bottom = y + cHeight; in mach_schwarz()
[all …]
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/win32/windows-gui/save/
H A Dwinio.c404 free_y = free_y + cHeight; in fancy_display()
696 act_y = act_y + cHeight;
800 act_y=act_y + cHeight; in my_refresh()
802 act_y=act_y - cHeight; in my_refresh()
824 int j=b-1, a_y=act_y-cHeight; in my_showpage()
833 act_y=act_y + cHeight;}; in my_showpage()
834 act_y=act_y - cHeight; in my_showpage()
853 b = a - act_y / cHeight; in my_movepage()
858 act_y=act_y + cHeight; in my_movepage()
884 a_y = (n-base)*cHeight; in my_display_line()
[all …]
H A Dwinsysdp.c56 if(cHeight==0) return(0); in get_geometry()
61 wLines = wpLines / cHeight; in get_geometry()
162 cHeight = textmetric.tmHeight - cLead; in newfont()
169 font_height[0] = cHeight; in newfont()
172 font_height[1] = cHeight; in newfont()
330 y = y/cHeight; in start_pick()
343 y = y/cHeight; in move_pick()
387 s_y == sel_y && s_y*cHeight == act_y) in end_pick()
430 y = y*cHeight; in mach_schwarz()
432 rect.bottom = y + cHeight; in mach_schwarz()
[all …]
/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/decode/
H A Dstrdec.c743 size_t cWidth = 0, cHeight = 0; in fixup_Y_ONLY_to_Others() local
750 cHeight = 0 != pII->cROIHeight ? pII->cROIHeight : pII->cHeight; in fixup_Y_ONLY_to_Others()
753 for (idxY = 0; idxY < cHeight; ++idxY) \ in fixup_Y_ONLY_to_Others()
1137 for(iRow = iFirstRow; iRow < cHeight; iRow++){ in outputMBRow()
1191 for(iRow = iFirstRow; iRow < cHeight; iRow ++) in outputMBRow()
1210 for(iRow = iFirstRow; iRow < cHeight; iRow ++) in outputMBRow()
1666 for(iRow = iFirstRow; iRow < cHeight; iRow ++) {\ in outputMBRow()
2580 w = pII->cWidth, h = pII->cHeight; in initLookupTables()
3118 pII->cHeight = cII.cHeight; in WMPhotoValidate()
3120 if(pII->cWidth == 0 || pII->cHeight == 0) in WMPhotoValidate()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/src/java/org/scilab/modules/gui/ged/graphic_objects/properties/
H A DArc.java251 final JTextField cHeight = new JTextField(); in height() local
254 cHeight, true, LEFTMARGIN, COLUMN, ROW); in height()
255 cHeight.addActionListener(new ActionListener() { in height()
258 setHeight(cHeight, UID); in height()
261 cHeight.addFocusListener(new FocusAdapter() { in height()
264 setHeight(cHeight, UID); in height()
268 cHeight.setText(Double.toString((Double) GraphicController.getController() in height()
278 private void setHeight(JTextField cHeight, Integer UID) { in setHeight() argument
283 Double.parseDouble(cHeight.getText())); in setHeight()
285 cHeight.setText(Double.toString((Double) GraphicController.getController() in setHeight()
/dports/www/kf5-khtml/khtml-5.89.0/src/rendering/
H A Drender_canvasimage.cpp86 int cHeight = contentHeight(); in paint() local
90 if (!cHeight) { in paint()
91 cHeight = 150; in paint()
102 imagePainter.setSize(QSize(cWidth, cHeight)); in paint()
H A Drender_image.cpp234 int cHeight = contentHeight(); in paint() local
241 …if (bUnfinishedImageFrame && paintInfo.phase == PaintActionForeground && cWidth > 2 && cHeight > 2… in paint()
250 paintInfo.p->drawRect(offsetX, offsetY, cWidth - 1, cHeight - 1); in paint()
256 … paintInfo.p->drawPixmap(offsetX + 4, offsetY + 4, *loadingIcon, 0, 0, cWidth - 5, cHeight - 5); in paint()
265 if (cWidth > 2 && cHeight > 2) { in paint()
268 …qDrawShadePanel(paintInfo.p, _tx + leftBorder + leftPad, _ty + topBorder + topPad, cWidth, cHeight, in paint()
273 if (berrorPic && (cWidth >= pix.width() + 4) && (cHeight >= pix.height() + 4)) { in paint()
275 r = r.intersected(QRect(0, 0, cWidth - 4, cHeight - 4)); in paint()
297 if (cWidth > 5 && cHeight >= fm.height()) { in paint()
298 … paintInfo.p->drawText(ax, ay + 1, cWidth - 4, cHeight - 4, Qt::TextWordWrap, text); in paint()
/dports/www/grafana8/grafana-8.3.6/packages/jaeger-ui-components/src/TracePageHeader/SpanGraph/
H A Drender-into-canvas.tsx33 …const cHeight = items.length < MIN_TOTAL_HEIGHT ? MIN_TOTAL_HEIGHT : Math.min(items.length, MAX_TO…
38 canvas.height = cHeight;
39 const itemHeight = Math.min(MAX_ITEM_HEIGHT, Math.max(MIN_ITEM_HEIGHT, cHeight / items.length));
40 const itemYChange = cHeight / items.length;
44 ctx.fillRect(0, 0, cWidth, cHeight);
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/saga/
H A Dsprite.cpp195 int xDstOffset, yDstOffset, xSrcOffset, ySrcOffset, xDiff, yDiff, cWidth, cHeight; in drawClip() local
208 cHeight = height - yDiff; in drawClip()
212 cHeight = height; in drawClip()
226 yDiff = yDstOffset + cHeight - clipRect.bottom; in drawClip()
228 cHeight -= yDiff; in drawClip()
236 if ((cHeight <= 0) || (cWidth <= 0)) { in drawClip()
246 (byte *)(bufRowPointer + backBufferPitch * (cHeight - 1) + cWidth)); in drawClip()
248 …priteBuffer + (width * height)) >= (const byte *)(srcRowPointer + width * (cHeight - 1) + cWidth)); in drawClip()
250 const byte *srcPointerFinish2 = srcRowPointer + width * cHeight; in drawClip()
272 …der->addDirtyRect(Common::Rect(xDstOffset, yDstOffset, xDstOffset + cWidth, yDstOffset + cHeight)); in drawClip()
/dports/games/scummvm/scummvm-2.5.1/engines/saga/
H A Dsprite.cpp195 int xDstOffset, yDstOffset, xSrcOffset, ySrcOffset, xDiff, yDiff, cWidth, cHeight; in drawClip() local
208 cHeight = height - yDiff; in drawClip()
212 cHeight = height; in drawClip()
226 yDiff = yDstOffset + cHeight - clipRect.bottom; in drawClip()
228 cHeight -= yDiff; in drawClip()
236 if ((cHeight <= 0) || (cWidth <= 0)) { in drawClip()
246 (byte *)(bufRowPointer + backBufferPitch * (cHeight - 1) + cWidth)); in drawClip()
248 …priteBuffer + (width * height)) >= (const byte *)(srcRowPointer + width * (cHeight - 1) + cWidth)); in drawClip()
250 const byte *srcPointerFinish2 = srcRowPointer + width * cHeight; in drawClip()
272 …der->addDirtyRect(Common::Rect(xDstOffset, yDstOffset, xDstOffset + cWidth, yDstOffset + cHeight)); in drawClip()
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/compute/
H A DStrassenMatmulComputor.cpp174 auto cHeight = UP_DIV(h, core->pack); in _generateBasicMatMul() local
199 auto f1 = [CT, CTemp, e, cHeight, numberThread, core, this](int tId) { in _generateBasicMatMul()
208 … auto postFunction = [CT, COT, e, cHeight, numberThread, postParameters, core, this](int tId) { in _generateBasicMatMul()
211 auto height = cHeight; in _generateBasicMatMul()
219 auto height = cHeight; in _generateBasicMatMul()
257 auto cHeight = hSub / core->pack; in _generateMatMul() local
389 for (int y = tId; y < cHeight; y+=numberThread) { in _generateMatMul()
403 auto f0 = [c11, c21, eSub, cHeight, numberThread, core, this](int tId) { in _generateMatMul()
413 auto f1 = [c11, X, eSub, cHeight, numberThread, core, this](int tId) { in _generateMatMul()
425 auto height = cHeight * 2; in _generateMatMul()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/
H A DMenuSelectionManager.java224 int cWidth,cHeight; in processMouseEvent() local
273 cHeight = mc.getHeight(); in processMouseEvent()
277 cHeight = r2.height; in processMouseEvent()
287 (p.x >= 0 && p.x < cWidth && p.y >= 0 && p.y < cHeight)) { in processMouseEvent()
397 int cWidth,cHeight; in componentForPoint() local
422 cHeight = mc.getHeight(); in componentForPoint()
426 cHeight = r2.height; in componentForPoint()
435 if (p.x >= 0 && p.x < cWidth && p.y >= 0 && p.y < cHeight) { in componentForPoint()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/
H A DMenuSelectionManager.java224 int cWidth,cHeight; in processMouseEvent() local
273 cHeight = mc.getHeight(); in processMouseEvent()
277 cHeight = r2.height; in processMouseEvent()
287 (p.x >= 0 && p.x < cWidth && p.y >= 0 && p.y < cHeight)) { in processMouseEvent()
397 int cWidth,cHeight; in componentForPoint() local
422 cHeight = mc.getHeight(); in componentForPoint()
426 cHeight = r2.height; in componentForPoint()
435 if (p.x >= 0 && p.x < cWidth && p.y >= 0 && p.y < cHeight) { in componentForPoint()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/
H A DMenuSelectionManager.java221 int cWidth,cHeight; in processMouseEvent() local
270 cHeight = mc.getHeight(); in processMouseEvent()
274 cHeight = r2.height; in processMouseEvent()
284 (p.x >= 0 && p.x < cWidth && p.y >= 0 && p.y < cHeight)) { in processMouseEvent()
394 int cWidth,cHeight; in componentForPoint() local
419 cHeight = mc.getHeight(); in componentForPoint()
423 cHeight = r2.height; in componentForPoint()
432 if (p.x >= 0 && p.x < cWidth && p.y >= 0 && p.y < cHeight) { in componentForPoint()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/javax/swing/
H A DMenuSelectionManager.java224 int cWidth,cHeight; in processMouseEvent() local
273 cHeight = mc.getHeight(); in processMouseEvent()
277 cHeight = r2.height; in processMouseEvent()
287 (p.x >= 0 && p.x < cWidth && p.y >= 0 && p.y < cHeight)) { in processMouseEvent()
397 int cWidth,cHeight; in componentForPoint() local
422 cHeight = mc.getHeight(); in componentForPoint()
426 cHeight = r2.height; in componentForPoint()
435 if (p.x >= 0 && p.x < cWidth && p.y >= 0 && p.y < cHeight) { in componentForPoint()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/
H A DMenuSelectionManager.java224 int cWidth,cHeight; in processMouseEvent() local
273 cHeight = mc.getHeight(); in processMouseEvent()
277 cHeight = r2.height; in processMouseEvent()
287 (p.x >= 0 && p.x < cWidth && p.y >= 0 && p.y < cHeight)) { in processMouseEvent()
397 int cWidth,cHeight; in componentForPoint() local
422 cHeight = mc.getHeight(); in componentForPoint()
426 cHeight = r2.height; in componentForPoint()
435 if (p.x >= 0 && p.x < cWidth && p.y >= 0 && p.y < cHeight) { in componentForPoint()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/javax/swing/
H A DMenuSelectionManager.java229 int cWidth,cHeight; in processMouseEvent() local
278 cHeight = mc.getHeight(); in processMouseEvent()
282 cHeight = r2.height; in processMouseEvent()
292 (p.x >= 0 && p.x < cWidth && p.y >= 0 && p.y < cHeight)) { in processMouseEvent()
402 int cWidth,cHeight; in componentForPoint() local
427 cHeight = mc.getHeight(); in componentForPoint()
431 cHeight = r2.height; in componentForPoint()
440 if (p.x >= 0 && p.x < cWidth && p.y >= 0 && p.y < cHeight) { in componentForPoint()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/javax/swing/
H A DMenuSelectionManager.java229 int cWidth,cHeight; in processMouseEvent() local
278 cHeight = mc.getHeight(); in processMouseEvent()
282 cHeight = r2.height; in processMouseEvent()
292 (p.x >= 0 && p.x < cWidth && p.y >= 0 && p.y < cHeight)) { in processMouseEvent()
402 int cWidth,cHeight; in componentForPoint() local
427 cHeight = mc.getHeight(); in componentForPoint()
431 cHeight = r2.height; in componentForPoint()
440 if (p.x >= 0 && p.x < cWidth && p.y >= 0 && p.y < cHeight) { in componentForPoint()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/javax/swing/
H A DMenuSelectionManager.java224 int cWidth,cHeight; in processMouseEvent() local
273 cHeight = mc.getHeight(); in processMouseEvent()
277 cHeight = r2.height; in processMouseEvent()
287 (p.x >= 0 && p.x < cWidth && p.y >= 0 && p.y < cHeight)) { in processMouseEvent()
397 int cWidth,cHeight; in componentForPoint() local
422 cHeight = mc.getHeight(); in componentForPoint()
426 cHeight = r2.height; in componentForPoint()
435 if (p.x >= 0 && p.x < cWidth && p.y >= 0 && p.y < cHeight) { in componentForPoint()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/javax/swing/
H A DMenuSelectionManager.java224 int cWidth,cHeight; in processMouseEvent() local
273 cHeight = mc.getHeight(); in processMouseEvent()
277 cHeight = r2.height; in processMouseEvent()
287 (p.x >= 0 && p.x < cWidth && p.y >= 0 && p.y < cHeight)) { in processMouseEvent()
397 int cWidth,cHeight; in componentForPoint() local
422 cHeight = mc.getHeight(); in componentForPoint()
426 cHeight = r2.height; in componentForPoint()
435 if (p.x >= 0 && p.x < cWidth && p.y >= 0 && p.y < cHeight) { in componentForPoint()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/
H A DMenuSelectionManager.java221 int cWidth,cHeight; in processMouseEvent() local
270 cHeight = mc.getHeight(); in processMouseEvent()
274 cHeight = r2.height; in processMouseEvent()
284 (p.x >= 0 && p.x < cWidth && p.y >= 0 && p.y < cHeight)) { in processMouseEvent()
394 int cWidth,cHeight; in componentForPoint() local
419 cHeight = mc.getHeight(); in componentForPoint()
423 cHeight = r2.height; in componentForPoint()
432 if (p.x >= 0 && p.x < cWidth && p.y >= 0 && p.y < cHeight) { in componentForPoint()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderImage.cpp235 int cHeight = contentHeight(); in paintReplaced() local
247 if (cWidth > 2 && cHeight > 2) { in paintReplaced()
252 … context->drawRect(IntRect(tx + leftBorder + leftPad, ty + topBorder + topPad, cWidth, cHeight)); in paintReplaced()
260 int usableHeight = cHeight - 2; in paintReplaced()
294 } else if (usableWidth >= textWidth && cHeight >= fontMetrics.height()) in paintReplaced()
298 } else if (m_imageResource->hasImage() && cWidth > 0 && cHeight > 0) { in paintReplaced()
299 RefPtr<Image> img = m_imageResource->image(cWidth, cHeight); in paintReplaced()
308 IntSize contentSize(cWidth, cHeight); in paintReplaced()
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DColumn.c2177 cHeight -= tmp; in VerticalLayout()
2181 tmp = cHeight - 1; in VerticalLayout()
2183 cHeight = 1; in VerticalLayout()
2192 cHeight--; in VerticalLayout()
2198 cHeight += hEach; in VerticalLayout()
2203 cHeight++; in VerticalLayout()
2210 if( cHeight < 1 ) cHeight = 1; in VerticalLayout()
2244 if( cHeight < 1 ) cHeight = 1; in VerticalLayout()
2510 cHeight = wants.height; in CalcSize()
2581 _height += (lHeight > cHeight ? lHeight : cHeight); in CalcSize()
[all …]

1234567891011