Home
last modified time | relevance | path

Searched refs:EndCapStyle (Results 1 – 25 of 99) sorted by relevance

1234

/dports/graphics/geos/geos-3.9.1/include/geos/operation/buffer/
H A DBufferParameters.h62 enum EndCapStyle { enum
119 BufferParameters(int quadrantSegments, EndCapStyle endCapStyle);
130 BufferParameters(int quadrantSegments, EndCapStyle endCapStyle,
186 EndCapStyle
202 setEndCapStyle(EndCapStyle style) in setEndCapStyle()
302 EndCapStyle endCapStyle;
/dports/audio/carla/Carla-2.4.1/source/modules/juce_graphics/geometry/
H A Djuce_PathStrokeType.h59 enum EndCapStyle enum
79 EndCapStyle endStyle = butt) noexcept;
185 EndCapStyle getEndStyle() const noexcept { return endStyle; } in getEndStyle()
188 void setEndStyle (EndCapStyle newStyle) noexcept { endStyle = newStyle; } in setEndStyle()
201 EndCapStyle endStyle;
/dports/devel/juce/JUCE-f37e9a1/modules/juce_graphics/geometry/
H A Djuce_PathStrokeType.h59 enum EndCapStyle enum
79 EndCapStyle endStyle = butt) noexcept;
185 EndCapStyle getEndStyle() const noexcept { return endStyle; } in getEndStyle()
188 void setEndStyle (EndCapStyle newStyle) noexcept { endStyle = newStyle; } in setEndStyle()
201 EndCapStyle endStyle;
/dports/graphics/qgis/qgis-3.22.3/src/core/settings/
H A Dqgssettingsregistrycore.h36 template class CORE_EXPORT QgsSettingsEntryEnumFlag<Qgis::EndCapStyle> SIP_SKIP;
170EndCapStyle> settingsDigitizingOffsetCapStyle = QgsSettingsEntryEnumFlag<Qgis::EndCapStyle>( QStri…
/dports/graphics/geos/geos-3.9.1/src/operation/buffer/
H A DBufferParameters.cpp57 EndCapStyle p_endCapStyle) in BufferParameters()
71 EndCapStyle p_endCapStyle, in BufferParameters()
/dports/graphics/qgis/qgis-3.22.3/python/plugins/processing/algs/qgis/
H A DBuffer.py61 …buffered_geometries.append(inGeom.buffer(float(value), segments, Qgis.EndCapStyle(endCapStyle), Qg…
85 …outGeom = inGeom.buffer(float(value), segments, Qgis.EndCapStyle(endCapStyle), Qgis.JoinStyle(join…
/dports/graphics/p5-ming/libming-ming-0_4_8/test/Movie/replace/
H A Dtest01.ref32 EndCapStyle 0
85 EndCapStyle 0
/dports/graphics/ming/libming-ming-0_4_8/test/Movie/replace/
H A Dtest01.ref32 EndCapStyle 0
85 EndCapStyle 0
/dports/graphics/py-ming/libming-ming-0_4_8/test/Movie/replace/
H A Dtest01.ref32 EndCapStyle 0
85 EndCapStyle 0
/dports/graphics/ming/libming-ming-0_4_8/test/LineStyle/
H A Dtest03.ref40 EndCapStyle 2
93 EndCapStyle 0
/dports/graphics/p5-ming/libming-ming-0_4_8/test/LineStyle/
H A Dtest03.ref40 EndCapStyle 2
93 EndCapStyle 0
/dports/graphics/py-ming/libming-ming-0_4_8/test/LineStyle/
H A Dtest03.ref40 EndCapStyle 2
93 EndCapStyle 0
/dports/graphics/qgis/qgis-3.22.3/src/app/
H A Dqgsmaptooloffsetcurve.cpp634 …const Qgis::EndCapStyle capStyle = QgsSettingsRegistryCore::settingsDigitizingOffsetCapStyle.value… in updateGeometryAndRubberBand()
678 mCapStyleComboBox->addItem( tr( "Round" ), static_cast< int >( Qgis::EndCapStyle::Round ) ); in QgsOffsetUserWidget()
679 mCapStyleComboBox->addItem( tr( "Flat" ), static_cast< int >( Qgis::EndCapStyle::Flat ) ); in QgsOffsetUserWidget()
680 mCapStyleComboBox->addItem( tr( "Square" ), static_cast< int >( Qgis::EndCapStyle::Square ) ); in QgsOffsetUserWidget()
685 …const Qgis::EndCapStyle capStyle = QgsSettingsRegistryCore::settingsDigitizingOffsetCapStyle.value… in QgsOffsetUserWidget()
701 …tryCore::settingsDigitizingOffsetCapStyle.setValue( static_cast< Qgis::EndCapStyle >( mCapStyleCom… in QgsOffsetUserWidget()
/dports/graphics/qgis-ltr/qgis-3.16.16/python/core/auto_additions/
H A Dqgsgeometry.py4 QgsGeometry.EndCapStyle.baseClass = QgsGeometry
/dports/databases/spatialite/libspatialite-5.0.1/test/sql_stmt_bufoptsnew_tests/
H A Dbufopts_endcap5.testcase1 BufferOptions EndCapStyle - INT
H A Dbufopts_endcap6.testcase1 BufferOptions EndCapStyle - DOUBLE
H A Dbufopts_endcap7.testcase1 BufferOptions EndCapStyle - BLOB
H A Dbufopts_endcap4.testcase1 BufferOptions EndCapStyle - NULL
H A Dbufopts_endcap1.testcase1 BufferOptions EndCapStyle - FLAT
H A Dbufopts_endcap0.testcase1 BufferOptions EndCapStyle - ROUND
H A Dbufopts_endcap2.testcase1 BufferOptions EndCapStyle - SQUARE
/dports/databases/spatialite/libspatialite-5.0.1/test/sql_stmt_bufoptsold_tests/
H A Dbufopts_endcap0.testcase1 BufferOptions EndCapStyle - ROUND
H A Dbufopts_endcap1.testcase1 BufferOptions EndCapStyle - FLAT
H A Dbufopts_endcap2.testcase1 BufferOptions EndCapStyle - SQUARE
H A Dbufopts_endcap3.testcase1 BufferOptions EndCapStyle - wrong style

1234