Home
last modified time | relevance | path

Searched refs:endWidth (Results 1 – 25 of 44) sorted by relevance

12

/dports/games/scummvm/scummvm-2.5.1/engines/twine/menu/
H A Dinterface.cpp55 if (startWidth > endWidth) { in drawLine()
56 SWAP(endWidth, startWidth); in drawLine()
94 endWidth = x; in drawLine()
101 endWidth -= startWidth; in drawLine()
112 SWAP(endWidth, endHeight); in drawLine()
114 startHeight = endWidth; in drawLine()
116 endWidth++; in drawLine()
126 } while (--endWidth); in drawLine()
129 startHeight = endWidth; in drawLine()
131 endWidth++; in drawLine()
[all …]
H A Dinterface.h55 …bool drawLine(int32 startWidth, int32 startHeight, int32 endWidth, int32 endHeight, uint8 lineColo…
/dports/graphics/qgis-ltr/qgis-3.16.16/src/analysis/processing/
H A Dqgsalgorithmtaperedbuffer.cpp108 …std::unique_ptr< QgsProcessingParameterNumber > endWidth = qgis::make_unique< QgsProcessingParamet… in initParameters() local
111 endWidth->setIsDynamic( true ); in initParameters()
112endWidth->setDynamicPropertyDefinition( QgsPropertyDefinition( QStringLiteral( "END_WIDTH" ), QObj… in initParameters()
113 endWidth->setDynamicLayerParameterName( QStringLiteral( "INPUT" ) ); in initParameters()
114 addParameter( endWidth.release() ); in initParameters()
139 double endWidth = mEndWidth; in processFeature() local
141 endWidth = mEndWidthProperty.valueAsDouble( context.expressionContext(), endWidth ); in processFeature()
143 QgsGeometry outputGeometry = feature.geometry().taperedBuffer( startWidth, endWidth, segments ); in processFeature()
/dports/graphics/qgis/qgis-3.22.3/src/analysis/processing/
H A Dqgsalgorithmtaperedbuffer.cpp108 …std::unique_ptr< QgsProcessingParameterNumber > endWidth = std::make_unique< QgsProcessingParamete… in initParameters() local
111 endWidth->setIsDynamic( true ); in initParameters()
112endWidth->setDynamicPropertyDefinition( QgsPropertyDefinition( QStringLiteral( "END_WIDTH" ), QObj… in initParameters()
113 endWidth->setDynamicLayerParameterName( QStringLiteral( "INPUT" ) ); in initParameters()
114 addParameter( endWidth.release() ); in initParameters()
139 double endWidth = mEndWidth; in processFeature() local
141 endWidth = mEndWidthProperty.valueAsDouble( context.expressionContext(), endWidth ); in processFeature()
143 …const QgsGeometry outputGeometry = feature.geometry().taperedBuffer( startWidth, endWidth, segment… in processFeature()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/ChartTypes/
H A DFunnelChart.cs531 out float endWidth) in GetPointWidthAndHeight() argument
649 float endWidth, in DrawFunnel3DSquareSegment() argument
711 if(endWidth > 0f) in DrawFunnel3DSquareSegment()
775 if(endWidth > 0f) in DrawFunnel3DSquareSegment()
944 float endWidth, in DrawFunnelCircularSegment() argument
962 endWidth, in DrawFunnelCircularSegment()
1076 if(endWidth > 0f) in DrawFunnelCircularSegment()
1394 float endWidth = 0f; in GetFunnelSegmentPositions()
1402 out endWidth); in GetFunnelSegmentPositions()
1473 info.EndWidth = endWidth; in GetFunnelSegmentPositions()
[all …]
/dports/graphics/krita/krita-4.4.8/benchmarks/
H A Dkis_thumbnail_benchmark.cpp67 const float endWidth = 30; in initTestCase() local
70 …e(QPointF(0, 0), QPointF(radius * std::sin(angle * i), radius * std::cos(angle * i)), 1, endWidth); in initTestCase()
72 …E_WIDTH - radius * std::sin(angle * i), IMAGE_HEIGHT - radius * std::cos(angle * i)), 1, endWidth); in initTestCase()
/dports/games/libretro-scummvm/scummvm-7b1e929/gui/animation/
H A DScaleAnimation.h39 void setEndWidth(float endWidth) { _endWidth = endWidth; } in setEndWidth() argument
/dports/games/residualvm/residualvm-0.3.1/gui/animation/
H A DScaleAnimation.h39 void setEndWidth(float endWidth) { _endWidth = endWidth; } in setEndWidth() argument
/dports/games/scummvm/scummvm-2.5.1/gui/animation/
H A DScaleAnimation.h39 void setEndWidth(float endWidth) { _endWidth = endWidth; } in setEndWidth() argument
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/gui/
H A Dui_text.cpp423 int32_t endWidth = maxWidth; in draw() local
424 while ( startWidth + 1 < endWidth ) { in draw()
425 const int32_t currentWidth = ( endWidth + startWidth ) / 2; in draw()
436 endWidth = currentWidth; in draw()
566 int32_t endWidth = maxWidth; in draw() local
567 while ( startWidth + 1 < endWidth ) { in draw()
568 const int32_t currentWidth = ( endWidth + startWidth ) / 2; in draw()
581 endWidth = currentWidth; in draw()
/dports/graphics/cenon/Cenon/VHFImport/
H A DDXFImport.h65 float endWidth; member
83 float begWidth, endWidth; // begin and end width for polylines member
H A DDXFImport.m523 state.begWidth = state.endWidth = 0.0;
903 group.endWidth = 0.0;
970 group.endWidth = 0.0;
1022 group.endWidth = 0.0;
1023 state.endWidth = DeviceResToInternal(Abs(group.endWidth), res);
1067 state.endWidth = (group.endWidth<0) ? 0 : DeviceResToInternal(group.endWidth, res);
1096 ew = (group.endWidth<0) ? state.endWidth : DeviceResToInternal(group.endWidth, res);
1372 textScale = (group.endWidth == 0.0) ? 1.0 : group.endWidth;
1672 group.endWidth = -1.0;
1785 group.endWidth = -1.0;
[all …]
/dports/games/iortcw/iortcw-1.51c/SP/code/cgame/
H A Dcg_trails.c180 …nt trailLife, float alphaStart, float alphaEnd, float startWidth, float endWidth, int flags, vec3_… in CG_AddTrailJunc() argument
228 j->widthEnd = endWidth; in CG_AddTrailJunc()
250 …, vec3_t pos, int trailLife, float alphaStart, float alphaEnd, float startWidth, float endWidth ) { in CG_AddSparkJunc() argument
288 j->widthEnd = endWidth; in CG_AddSparkJunc()
300 …dex, qhandle_t shader, vec3_t pos, int trailLife, float alpha, float startWidth, float endWidth ) { in CG_AddSmokeJunc() argument
337 j->widthEnd = endWidth; in CG_AddSmokeJunc()
/dports/games/iortcw/iortcw-1.51c/MP/code/cgame/
H A Dcg_trails.c180 …nt trailLife, float alphaStart, float alphaEnd, float startWidth, float endWidth, int flags, vec3_… in CG_AddTrailJunc() argument
232 j->widthEnd = endWidth; in CG_AddTrailJunc()
254 …, vec3_t pos, int trailLife, float alphaStart, float alphaEnd, float startWidth, float endWidth ) { in CG_AddSparkJunc() argument
296 j->widthEnd = endWidth; in CG_AddSparkJunc()
308 …dex, qhandle_t shader, vec3_t pos, int trailLife, float alpha, float startWidth, float endWidth ) { in CG_AddSmokeJunc() argument
352 j->widthEnd = endWidth; in CG_AddSmokeJunc()
/dports/java/jgraphx/jgraphx-4.2.2/src/com/mxgraph/canvas/
H A DmxVmlCanvas.java141 String endWidth = "medium"; in drawCell() local
150 endWidth = "narrow"; in drawCell()
155 endWidth = "wide"; in drawCell()
159 strokeNode.setAttribute("endarrowwidth", endWidth); in drawCell()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/playlist/view/listview/
H A DPrettyItemDelegate.cpp310 int endWidth = overlayHeight / 4; in paintItem() local
330 endWidth, in paintItem()
336 painter->drawPixmap( overlayXOffset + endWidth, overlayYOffset, in paintItem()
338 overlayLength - endWidth * 2, in paintItem()
344 painter->drawPixmap( overlayXOffset + ( overlayLength - endWidth ), overlayYOffset, in paintItem()
346 endWidth, in paintItem()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/mac/
H A DScrollbarThemeMac.mm363 int endWidth = 0;
370 endWidth = buttonLength;
376 endWidth = doubleButtonLength;
380 endWidth = doubleButtonLength;
386 int totalWidth = startWidth + endWidth;
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/geometry/
H A Djuce_PathStrokeType.cpp348 float endWidth, endLength; member
498 if (arrowhead != nullptr && arrowhead->endWidth > 0.0f) in addSubPath()
500 width, arrowhead->endWidth); in addSubPath()
737 head.endWidth = arrowheadEndWidth; in createStrokeWithArrowheads()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_graphics/geometry/
H A Djuce_PathStrokeType.cpp348 float endWidth, endLength; member
498 if (arrowhead != nullptr && arrowhead->endWidth > 0.0f) in addSubPath()
500 width, arrowhead->endWidth); in addSubPath()
737 head.endWidth = arrowheadEndWidth; in createStrokeWithArrowheads()
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsinternalgeometryengine.h160 QgsGeometry taperedBuffer( double startWidth, double endWidth, int segments ) const;
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgsinternalgeometryengine.h145 QgsGeometry taperedBuffer( double startWidth, double endWidth, int segments ) const;
/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dkis_painter.cc2179 tp1 = endWidth / 2; in drawThickLine()
2180 tn1 = endWidth / 2; in drawThickLine()
2181 if (endWidth % 2 == 0) // even width endWidth in drawThickLine()
2311 wt = startWidth; startWidth = endWidth; endWidth = wt; in drawThickLine()
2347 if (!(startWidth == 1 && endWidth == 1)) { in drawThickLine()
2375 if (gradb != 0 && gradb != 1 && !(startWidth == 1 && endWidth == 1)) { in drawThickLine()
2390 if (!(startWidth == 1 && endWidth == 1)) { in drawThickLine()
2429 wt = startWidth; startWidth = endWidth; endWidth = wt; in drawThickLine()
2465 if (!(startWidth == 1 && endWidth == 1)) { in drawThickLine()
2494 if (gradb != 0 && gradb != 1 && !(startWidth == 1 && endWidth == 1)) { in drawThickLine()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/dwg/
H A Dqgsdwgimporter.cpp1555 double endWidth = data.vertlist[i0]->endwidth == 0.0 ? data.width : data.vertlist[i0]->endwidth; in addLWPolyline() local
1561 .arg( width ).arg( staWidth ).arg( endWidth ) in addLWPolyline()
1568 if ( !s.empty() && ( width != staWidth || width != endWidth || hadBulge != hasBulge ) ) in addLWPolyline()
1585 if ( width != staWidth || width != endWidth ) in addLWPolyline()
1619 if ( staWidth == endWidth ) in addLWPolyline()
1664 QgsVector ve( v * 0.5 * endWidth ); in addLWPolyline()
1760 .arg( width ).arg( staWidth ).arg( endWidth ) in addPolyline()
1766 if ( !s.empty() && ( width != staWidth || width != endWidth || hadBulge != hasBulge ) ) in addPolyline()
1791 if ( width != staWidth || width != endWidth ) in addPolyline()
1821 if ( staWidth == endWidth ) in addPolyline()
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/app/dwg/
H A Dqgsdwgimporter.cpp1748 …const double endWidth = data.vertlist[i0]->endwidth == 0.0 ? data.width : data.vertlist[i0]->endwi… in addLWPolyline() local
1754 .arg( width ).arg( staWidth ).arg( endWidth ) in addLWPolyline()
1761 if ( !s.empty() && ( width != staWidth || width != endWidth || hadBulge != hasBulge ) ) in addLWPolyline()
1778 if ( width != staWidth || width != endWidth ) in addLWPolyline()
1812 if ( staWidth == endWidth ) in addLWPolyline()
1857 const QgsVector ve( v * 0.5 * endWidth ); in addLWPolyline()
1953 .arg( width ).arg( staWidth ).arg( endWidth ) in addPolyline()
1959 if ( !s.empty() && ( width != staWidth || width != endWidth || hadBulge != hasBulge ) ) in addPolyline()
1984 if ( width != staWidth || width != endWidth ) in addPolyline()
2014 if ( staWidth == endWidth ) in addPolyline()
[all …]
/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/CommonLib/
H A DAdaptiveLoopFilter.cpp1131 const int endWidth = blk.x + blk.width; in filterBlk() local
1148 CHECK( ( endWidth - startWidth ) % clsSizeX, "Wrong endWidth in filtering" ); in filterBlk()
1166 for( int j = 0; j < endWidth - startWidth; j += clsSizeX ) in filterBlk()
1290 const int endWidth = blkDst.x + blkDst.width; in filterBlkCcAlf() local
1298 CHECK( ( endWidth - startWidth ) % clsSizeX, "Wrong endWidth in filtering" ); in filterBlkCcAlf()
1309 for( int j = 0; j < endWidth - startWidth; j += clsSizeX ) in filterBlkCcAlf()

12