Home
last modified time | relevance | path

Searched refs:hWidth (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/photivo/photivo/Sources/
H A DptCurveWindow.cpp258 int hWidth = this->width(); in setColorBlocks() local
264 int hImgIdx = Row*hWidth+i; in setColorBlocks()
274 int hImgIdx = Row*hWidth+i; in setColorBlocks()
286 int hWidth = this->width(); in calcCurveImage() local
289 if (hHeight == 0 || hWidth == 0) in calcCurveImage()
292 FCanvas.setSize(hWidth, hHeight, 3); in calcCurveImage()
314 uint32_t Temp = Row*hWidth; in calcCurveImage()
315 for (uint16_t i=0;i<hWidth;i++) { in calcCurveImage()
331 Temp += hWidth; in calcCurveImage()
346 for (uint16_t i=0; i<hWidth; i++) { in calcCurveImage()
[all …]
/dports/graphics/peruse/peruse-8d1de5f4a7c4a6ca7444b0c55cb9aaa44a982a78/src/app/qml/viewers/helpers/
H A DNavigator.qml114 var hWidth = width/2;
116 var opacityX = mouse.x>hWidth? hWidth-(mouse.x-hWidth) : mouse.x;
117 opacityX = opacityX/(hWidth - (Kirigami.Units.iconSizes.huge/2));
172 var hWidth = width/2;
174 var opacityX = mouse.x>hWidth? hWidth-(mouse.x-hWidth) : mouse.x;
175 opacityX = opacityX/(hWidth - (Kirigami.Units.iconSizes.huge/2));
/dports/games/xblast/xblast-2.10.4/
H A Dutil.c421 int hWidth; in PbmShrink() local
443 hWidth = *width / 2; in PbmShrink()
457 if (0 != hWidth % 8) { in PbmShrink()
463 *width = hWidth; in PbmShrink()
525 int hWidth; in ShrinkPpm() local
533 hWidth = *width / 2; in ShrinkPpm()
539 for (x = 0; x < hWidth; x++) { in ShrinkPpm()
557 *width = hWidth; in ShrinkPpm()
619 int hWidth; in ShrinkEpm() local
627 hWidth = *width / 2; in ShrinkEpm()
[all …]
/dports/graphics/libdmtx/libdmtx-0.7.5/test/multi_test/
H A Ddmtxaccel.c28 int hWidth, hHeight; in AccelCreate() local
41 hWidth = sWidth; in AccelCreate()
47 accel->hb = dmtxValueGridCreate(hWidth, hHeight, DmtxEdgeHorizontal, sobel->b); in AccelCreate()
48 accel->hh = dmtxValueGridCreate(hWidth, hHeight, DmtxEdgeHorizontal, sobel->h); in AccelCreate()
49 accel->hs = dmtxValueGridCreate(hWidth, hHeight, DmtxEdgeHorizontal, sobel->s); in AccelCreate()
/dports/graphics/tiled/tiled-1.7.2/util/java/libtiled-java/src/main/java/org/mapeditor/view/
H A DHexagonalRenderer.java295 int hWidth = (int) (tileWidth / 2 + 0.49); in screenToTileCoords() local
308 if (x < hWidth) { in screenToTileCoords()
312 col = (int) ((x - hWidth) in screenToTileCoords()
315 col = (int) ((x - hWidth) / (double) tileWidth + 0.001); in screenToTileCoords()
/dports/audio/faustlive/faustlive-2.5.7/src/MainStructure/
H A DFLComponentWindow.cpp43 int hWidth = node1->rectSurface().width() + node2->rectSurface().width(); in createBestContainerTree() local
45 int hSurface = hWidth * hHeight; in createBestContainerTree()
52 if(hSurface < vSurface && hHeight < screenHeight && hWidth < screenWidth) in createBestContainerTree()
53 return new horizontalNode(node1, node2, QRect( 0, 0, hWidth, hHeight)); in createBestContainerTree()
56 return new horizontalNode(node1, node2, QRect( 0, 0, hWidth, hHeight)); in createBestContainerTree()
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/import/emf/
H A Dimportemf.cpp3014 qint32 hWidth = 0, hHeight = 0; in handleDIB() local
3027 dsH >> hSiz >> hWidth >> hHeight; in handleDIB()
3058 hWidth = qAbs(hWidth); in handleDIB()
3118 dsB.readRawData(dst, hWidth); in handleDIB()
3137 if (xx == hWidth - 1) in handleDIB()
3185 for (qint32 xx = 0; xx < hWidth; xx++) in handleDIB()
5765 for (qint32 xx = 0; xx < hWidth; xx++) in getImageDataFromStyle()
5779 for (qint32 xx = 0; xx < hWidth; xx++) in getImageDataFromStyle()
5793 for (qint32 xx = 0; xx < hWidth; xx++) in getImageDataFromStyle()
5862 dsB.readRawData(dst, hWidth); in getImageDataFromStyle()
[all …]
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/operation/
H A DColorSelectionControls.java624 final float hWidth = hMax - hMin; in controlsToColorSelection() local
625 …tSelectedItem() == RGBColorSelectionPreset.AllColors ? -1 : m_colorRangeSlider.getValue() / hWidth; in controlsToColorSelection()
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/import/svm/
H A Dimportsvm.cpp4632 int hWidth = qAbs(emfStyleMapEMP[flagsH].imageWidth); in getImageDataFromStyle() local
4636 img = QImage(hWidth, hHeight, QImage::Format_ARGB32); in getImageDataFromStyle()
4643 for (qint32 xx = 0; xx < hWidth; xx++) in getImageDataFromStyle()
4657 for (qint32 xx = 0; xx < hWidth; xx++) in getImageDataFromStyle()
4671 for (qint32 xx = 0; xx < hWidth; xx++) in getImageDataFromStyle()
4686 for (qint32 xx = 0; xx < hWidth; xx++) in getImageDataFromStyle()
4705 for (qint32 xx = 0; xx < hWidth; xx++) in getImageDataFromStyle()
4741 dsB.readRawData(dst, hWidth); in getImageDataFromStyle()
4768 for (qint32 xx = 0; xx < hWidth; xx += 2) in getImageDataFromStyle()
4777 if (xx == hWidth - 1) in getImageDataFromStyle()
[all …]
/dports/graphics/sane-backends/sane-backends-1.0.32/sanei/
H A Dsanei_magic.c1392 int hWidth = width/2; in getLine() local
1503 offset = slope * hWidth + buff[i] - slope * i; in getLine()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/lure/
H A Dhotspots.cpp376 uint16 hWidth = _frameWidth; in copyTo() local
379 Common::Rect r(_frameNumber * hWidth, 0, (_frameNumber + 1) * hWidth - 1, hHeight - 1); in copyTo()
390 if (xPos + hWidth <= 0) in copyTo()
400 else if (xPos + hWidth > FULL_SCREEN_WIDTH) in copyTo()
/dports/games/scummvm/scummvm-2.5.1/engines/lure/
H A Dhotspots.cpp376 uint16 hWidth = _frameWidth; in copyTo() local
379 Common::Rect r(_frameNumber * hWidth, 0, (_frameNumber + 1) * hWidth - 1, hHeight - 1); in copyTo()
390 if (xPos + hWidth <= 0) in copyTo()
400 else if (xPos + hWidth > FULL_SCREEN_WIDTH) in copyTo()