Home
last modified time | relevance | path

Searched refs:cWidth (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/decode/
H A Dstrdec.c516 const size_t cWidth = pSC->cmbWidth * 16; in interpolateUV() local
599 iIdxD = (((cWidth - 1) >> 4) << 8) + idxCC[iRow][(cWidth - 1) & 15]; in interpolateUV()
743 size_t cWidth = 0, cHeight = 0; in fixup_Y_ONLY_to_Others() local
749 cWidth = 0 != pII->cROIWidth ? pII->cROIWidth : pII->cWidth; in fixup_Y_ONLY_to_Others()
756 for (idxX = 0; idxX < cWidth; ++idxX) \ in fixup_Y_ONLY_to_Others()
1917 …const size_t cWidth = (pSC->m_Dparam->bDecodeFullFrame ? pSC->WMII.cWidth : pSC->m_Dparam->cROIRig… in decodeThumbnail() local
2580 w = pII->cWidth, h = pII->cHeight; in initLookupTables()
3117 pII->cWidth = cII.cWidth; in WMPhotoValidate()
3120 if(pII->cWidth == 0 || pII->cHeight == 0) in WMPhotoValidate()
3147 pII->cThumbnailWidth = pII->cWidth; in WMPhotoValidate()
[all …]
/dports/cad/ghdl/ghdl-1.0.0/testsuite/gna/issue731/
H A Dtbadder.vhdl10 constant cWidth : natural := 8; constant
11 signal iA, iB : std_ulogic_vector(cWidth-1 downto 0) := (others => '0');
12 signal oRes : std_ulogic_vector(cWidth-1 downto 0);
17 gWidth => cWidth
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/filter_poisson/src/
H A DOctree.inl481 int dx1=dx-cWidth;
482 int dx2=dx+cWidth;
483 int dy1=dy-cWidth;
484 int dy2=dy+cWidth;
485 int dz1=dz-cWidth;
486 int dz2=dz+cWidth;
508 int dx1=dx-cWidth;
509 int dx2=dx+cWidth;
510 int dy1=dy-cWidth;
511 int dy2=dy+cWidth;
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/src/java/org/scilab/modules/gui/ged/graphic_objects/properties/
H A DArc.java202 final JTextField cWidth = new JTextField(); in width() local
205 cWidth, true, LEFTMARGIN, COLUMN, ROW); in width()
206 cWidth.addActionListener(new ActionListener() { in width()
209 setWidth(cWidth, UID); in width()
212 cWidth.addFocusListener(new FocusAdapter() { in width()
215 setWidth(cWidth, UID); in width()
219 cWidth.setText(Double.toString((Double) GraphicController.getController() in width()
229 private void setWidth(JTextField cWidth, Integer UID) { in setWidth() argument
234 Double.parseDouble(cWidth.getText())); in setWidth()
236 cWidth.setText(Double.toString((Double) GraphicController.getController() in setWidth()
/dports/www/kf5-khtml/khtml-5.89.0/src/rendering/
H A Drender_canvasimage.cpp85 int cWidth = contentWidth(); in paint() local
87 if (!cWidth) { in paint()
88 cWidth = 300; in paint()
102 imagePainter.setSize(QSize(cWidth, cHeight)); in paint()
H A Drender_image.cpp233 int cWidth = contentWidth(); 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()
293 cWidth -= qMax(-fm.minLeftBearing(), 0); in paint()
297 if (cWidth > 5 && cHeight >= fm.height()) { in paint()
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/include/pcl/surface/3rdparty/poisson4/
H A Doctree_poisson.hpp546 int dx1=dx-cWidth; in __ProcessNodeAdjacentNodes()
547 int dx2=dx+cWidth; in __ProcessNodeAdjacentNodes()
548 int dy1=dy-cWidth; in __ProcessNodeAdjacentNodes()
549 int dy2=dy+cWidth; in __ProcessNodeAdjacentNodes()
550 int dz1=dz-cWidth; in __ProcessNodeAdjacentNodes()
551 int dz2=dz+cWidth; in __ProcessNodeAdjacentNodes()
574 int dx1=dx-cWidth; in __ProcessTerminatingNodeAdjacentNodes()
575 int dx2=dx+cWidth; in __ProcessTerminatingNodeAdjacentNodes()
576 int dy1=dy-cWidth; in __ProcessTerminatingNodeAdjacentNodes()
577 int dy2=dy+cWidth; in __ProcessTerminatingNodeAdjacentNodes()
[all …]
/dports/www/grafana8/grafana-8.3.6/packages/jaeger-ui-components/src/TracePageHeader/SpanGraph/
H A Drender-into-canvas.tsx34 const cWidth = window.innerWidth * 2;
36 canvas.width = cWidth;
44 ctx.fillRect(0, 0, cWidth, cHeight);
47 const x = (valueOffset / totalValueWidth) * cWidth;
48 let width = (valueWidth / totalValueWidth) * cWidth;
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/win32/windows-gui/
H A Dwinio.c43 caret_x = caret_x - cWidth; in cursorKey()
60 caret_x = caret_x - cWidth; in cursorKey()
66 { i_ptr--; caret_x = caret_x - cWidth;} in cursorKey()
73 caret_x = caret_x + cWidth; in cursorKey()
87 caret_x = caret_x - cWidth;} in cursorKey()
97 caret_x = caret_x - cWidth * i_ptr; in cursorKey()
112 caret_x = caret_x - cWidth * i_ptr; in cursorKey()
152 { i_ptr++; caret_x = caret_x + cWidth;} in cursor_to_end()
321 caret_x = caret_x + cWidth; in do_char()
713 TextOutFix(hDC,(po_ptr) * cWidth,act_y, in my_flush()
[all …]
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/win32/windows-gui/ver1/
H A Dwinio.c43 caret_x = caret_x - cWidth; in cursorKey()
60 caret_x = caret_x - cWidth; in cursorKey()
66 { i_ptr--; caret_x = caret_x - cWidth;} in cursorKey()
73 caret_x = caret_x + cWidth; in cursorKey()
87 caret_x = caret_x - cWidth;} in cursorKey()
97 caret_x = caret_x - cWidth * i_ptr; in cursorKey()
112 caret_x = caret_x - cWidth * i_ptr; in cursorKey()
152 { i_ptr++; caret_x = caret_x + cWidth;} in cursor_to_end()
321 caret_x = caret_x + cWidth; in do_char()
712 TextOutFix(hDC,(po_ptr) * cWidth,act_y, in my_flush()
[all …]
H A Dwinsysdp.c63 wColumns = wpColumns / cWidth; in get_geometry()
159 caret_x = caret_x / cWidth; in newfont()
164 cWidth = textmetric.tmMaxCharWidth; in newfont()
170 font_width[0] = cWidth; in newfont()
173 font_width[1] = cWidth; in newfont()
186 cWidth = textmetric.tmMaxCharWidth; in newfont()
189 caret_x = caret_x * cWidth; in newfont()
329 x = x/cWidth; in start_pick()
342 x = x/cWidth; in move_pick()
429 { x = x*cWidth; in mach_schwarz()
[all …]
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/win32/windows-gui/save/
H A Dwinio.c43 caret_x = caret_x - cWidth; in cursorKey()
60 caret_x = caret_x - cWidth; in cursorKey()
66 { i_ptr--; caret_x = caret_x - cWidth;} in cursorKey()
73 caret_x = caret_x + cWidth; in cursorKey()
87 caret_x = caret_x - cWidth;} in cursorKey()
97 caret_x = caret_x - cWidth * i_ptr; in cursorKey()
112 caret_x = caret_x - cWidth * i_ptr; in cursorKey()
152 { i_ptr++; caret_x = caret_x + cWidth;} in cursor_to_end()
321 caret_x = caret_x + cWidth; in do_char()
712 TextOutFix(hDC,(po_ptr) * cWidth,act_y, in my_flush()
[all …]
H A Dwinsysdp.c63 wColumns = wpColumns / cWidth; in get_geometry()
159 caret_x = caret_x / cWidth; in newfont()
164 cWidth = textmetric.tmMaxCharWidth; in newfont()
170 font_width[0] = cWidth; in newfont()
173 font_width[1] = cWidth; in newfont()
186 cWidth = textmetric.tmMaxCharWidth; in newfont()
189 caret_x = caret_x * cWidth; in newfont()
329 x = x/cWidth; in start_pick()
342 x = x/cWidth; in move_pick()
429 { x = x*cWidth; in mach_schwarz()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/saga/
H A Dsprite.cpp195 int xDstOffset, yDstOffset, xSrcOffset, ySrcOffset, xDiff, yDiff, cWidth, cHeight; in drawClip() local
219 cWidth = width - xDiff; in drawClip()
223 cWidth = width; in drawClip()
231 xDiff = xDstOffset + cWidth - clipRect.right; in drawClip()
233 cWidth -= xDiff; 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()
254 const byte *srcPointerFinish = srcRowPointer + cWidth; in drawClip()
272 …_vm->_render->addDirtyRect(Common::Rect(xDstOffset, yDstOffset, xDstOffset + cWidth, yDstOffset + … 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
219 cWidth = width - xDiff; in drawClip()
223 cWidth = width; in drawClip()
231 xDiff = xDstOffset + cWidth - clipRect.right; in drawClip()
233 cWidth -= xDiff; 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()
254 const byte *srcPointerFinish = srcRowPointer + cWidth; in drawClip()
272 …_vm->_render->addDirtyRect(Common::Rect(xDstOffset, yDstOffset, xDstOffset + cWidth, yDstOffset + … in drawClip()
/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
272 cWidth = mc.getWidth(); in processMouseEvent()
276 cWidth = r2.width; in processMouseEvent()
287 (p.x >= 0 && p.x < cWidth && p.y >= 0 && p.y < cHeight)) { in processMouseEvent()
397 int cWidth,cHeight; in componentForPoint() local
421 cWidth = mc.getWidth(); in componentForPoint()
425 cWidth = r2.width; 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
272 cWidth = mc.getWidth(); in processMouseEvent()
276 cWidth = r2.width; in processMouseEvent()
287 (p.x >= 0 && p.x < cWidth && p.y >= 0 && p.y < cHeight)) { in processMouseEvent()
397 int cWidth,cHeight; in componentForPoint() local
421 cWidth = mc.getWidth(); in componentForPoint()
425 cWidth = r2.width; 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
269 cWidth = mc.getWidth(); in processMouseEvent()
273 cWidth = r2.width; in processMouseEvent()
284 (p.x >= 0 && p.x < cWidth && p.y >= 0 && p.y < cHeight)) { in processMouseEvent()
394 int cWidth,cHeight; in componentForPoint() local
418 cWidth = mc.getWidth(); in componentForPoint()
422 cWidth = r2.width; 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
272 cWidth = mc.getWidth(); in processMouseEvent()
276 cWidth = r2.width; in processMouseEvent()
287 (p.x >= 0 && p.x < cWidth && p.y >= 0 && p.y < cHeight)) { in processMouseEvent()
397 int cWidth,cHeight; in componentForPoint() local
421 cWidth = mc.getWidth(); in componentForPoint()
425 cWidth = r2.width; 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
272 cWidth = mc.getWidth(); in processMouseEvent()
276 cWidth = r2.width; in processMouseEvent()
287 (p.x >= 0 && p.x < cWidth && p.y >= 0 && p.y < cHeight)) { in processMouseEvent()
397 int cWidth,cHeight; in componentForPoint() local
421 cWidth = mc.getWidth(); in componentForPoint()
425 cWidth = r2.width; 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
277 cWidth = mc.getWidth(); in processMouseEvent()
281 cWidth = r2.width; in processMouseEvent()
292 (p.x >= 0 && p.x < cWidth && p.y >= 0 && p.y < cHeight)) { in processMouseEvent()
402 int cWidth,cHeight; in componentForPoint() local
426 cWidth = mc.getWidth(); in componentForPoint()
430 cWidth = r2.width; 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
277 cWidth = mc.getWidth(); in processMouseEvent()
281 cWidth = r2.width; in processMouseEvent()
292 (p.x >= 0 && p.x < cWidth && p.y >= 0 && p.y < cHeight)) { in processMouseEvent()
402 int cWidth,cHeight; in componentForPoint() local
426 cWidth = mc.getWidth(); in componentForPoint()
430 cWidth = r2.width; 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
272 cWidth = mc.getWidth(); in processMouseEvent()
276 cWidth = r2.width; in processMouseEvent()
287 (p.x >= 0 && p.x < cWidth && p.y >= 0 && p.y < cHeight)) { in processMouseEvent()
397 int cWidth,cHeight; in componentForPoint() local
421 cWidth = mc.getWidth(); in componentForPoint()
425 cWidth = r2.width; 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
272 cWidth = mc.getWidth(); in processMouseEvent()
276 cWidth = r2.width; in processMouseEvent()
287 (p.x >= 0 && p.x < cWidth && p.y >= 0 && p.y < cHeight)) { in processMouseEvent()
397 int cWidth,cHeight; in componentForPoint() local
421 cWidth = mc.getWidth(); in componentForPoint()
425 cWidth = r2.width; 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
269 cWidth = mc.getWidth(); in processMouseEvent()
273 cWidth = r2.width; in processMouseEvent()
284 (p.x >= 0 && p.x < cWidth && p.y >= 0 && p.y < cHeight)) { in processMouseEvent()
394 int cWidth,cHeight; in componentForPoint() local
418 cWidth = mc.getWidth(); in componentForPoint()
422 cWidth = r2.width; in componentForPoint()
432 if (p.x >= 0 && p.x < cWidth && p.y >= 0 && p.y < cHeight) { in componentForPoint()

12345678910>>...13