Home
last modified time | relevance | path

Searched refs:wrapMode (Results 1 – 25 of 1967) sorted by relevance

12345678910>>...79

/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/declarative/qmlvisual/qdeclarativetext/font/
H A Dplaintext3.qml22 BorderedText { wrapMode: Text.Wrap }
23 BorderedText { horizontalAlignment: Text.AlignHCenter; wrapMode: Text.Wrap }
24 BorderedText { horizontalAlignment: Text.AlignRight; wrapMode: Text.Wrap }
29 BorderedText { wrapMode: Text.Wrap; elide: Text.ElideRight }
30 …BorderedText { horizontalAlignment: Text.AlignHCenter; wrapMode: Text.Wrap; elide: Text.ElideRight…
31 … BorderedText { horizontalAlignment: Text.AlignRight; wrapMode: Text.Wrap; elide: Text.ElideRight }
36 BorderedText { width: 230; wrapMode: Text.Wrap; elide: Text.ElideRight }
43 BorderedText { width: 120; wrapMode: Text.Wrap; elide: Text.ElideRight }
50 BorderedText { width: 120; wrapMode: Text.Wrap }
51 BorderedText { width: 120; horizontalAlignment: Text.AlignHCenter; wrapMode: Text.Wrap }
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Drawing.Common/src/System/Drawing/
H A DTextureBrush.cs25 public TextureBrush(Image image, WrapMode wrapMode) in TextureBrush() argument
32 if (wrapMode < WrapMode.Tile || wrapMode > WrapMode.Clamp) in TextureBrush()
34 …throw new InvalidEnumArgumentException(nameof(wrapMode), unchecked((int)wrapMode), typeof(WrapMode… in TextureBrush()
39 (int)wrapMode, in TextureBrush()
46 public TextureBrush(Image image, WrapMode wrapMode, RectangleF dstRect) in TextureBrush() argument
53 if (wrapMode < WrapMode.Tile || wrapMode > WrapMode.Clamp) in TextureBrush()
55 …throw new InvalidEnumArgumentException(nameof(wrapMode), unchecked((int)wrapMode), typeof(WrapMode… in TextureBrush()
60 unchecked((int)wrapMode), in TextureBrush()
71 public TextureBrush(Image image, WrapMode wrapMode, Rectangle dstRect) in TextureBrush() argument
78 if (wrapMode < WrapMode.Tile || wrapMode > WrapMode.Clamp) in TextureBrush()
[all …]
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/plugins/scenegraph/d3d12/
H A Dqsgd3d12internalimagenode.cpp69 void QSGD3D12InternalImageNode::setVerticalWrapMode(QSGTexture::WrapMode wrapMode) in setVerticalWrapMode() argument
71 if (m_material.verticalWrapMode() == wrapMode) in setVerticalWrapMode()
74 m_material.setVerticalWrapMode(wrapMode); in setVerticalWrapMode()
75 m_smoothMaterial.setVerticalWrapMode(wrapMode); in setVerticalWrapMode()
79 void QSGD3D12InternalImageNode::setHorizontalWrapMode(QSGTexture::WrapMode wrapMode) in setHorizontalWrapMode() argument
81 if (m_material.horizontalWrapMode() == wrapMode) in setHorizontalWrapMode()
84 m_material.setHorizontalWrapMode(wrapMode); in setHorizontalWrapMode()
85 m_smoothMaterial.setHorizontalWrapMode(wrapMode); in setHorizontalWrapMode()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/plugins/scenegraph/d3d12/
H A Dqsgd3d12internalimagenode.cpp69 void QSGD3D12InternalImageNode::setVerticalWrapMode(QSGTexture::WrapMode wrapMode) in setVerticalWrapMode() argument
71 if (m_material.verticalWrapMode() == wrapMode) in setVerticalWrapMode()
74 m_material.setVerticalWrapMode(wrapMode); in setVerticalWrapMode()
75 m_smoothMaterial.setVerticalWrapMode(wrapMode); in setVerticalWrapMode()
79 void QSGD3D12InternalImageNode::setHorizontalWrapMode(QSGTexture::WrapMode wrapMode) in setHorizontalWrapMode() argument
81 if (m_material.horizontalWrapMode() == wrapMode) in setHorizontalWrapMode()
84 m_material.setHorizontalWrapMode(wrapMode); in setHorizontalWrapMode()
85 m_smoothMaterial.setHorizontalWrapMode(wrapMode); in setHorizontalWrapMode()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/scenegraph/
H A Dqsgdefaultinternalimagenode.cpp187 void QSGDefaultInternalImageNode::setVerticalWrapMode(QSGTexture::WrapMode wrapMode) in setVerticalWrapMode() argument
189 if (m_material.verticalWrapMode() == wrapMode) in setVerticalWrapMode()
192 m_material.setVerticalWrapMode(wrapMode); in setVerticalWrapMode()
193 m_materialO.setVerticalWrapMode(wrapMode); in setVerticalWrapMode()
194 m_smoothMaterial.setVerticalWrapMode(wrapMode); in setVerticalWrapMode()
198 void QSGDefaultInternalImageNode::setHorizontalWrapMode(QSGTexture::WrapMode wrapMode) in setHorizontalWrapMode() argument
200 if (m_material.horizontalWrapMode() == wrapMode) in setHorizontalWrapMode()
203 m_material.setHorizontalWrapMode(wrapMode); in setHorizontalWrapMode()
204 m_materialO.setHorizontalWrapMode(wrapMode); in setHorizontalWrapMode()
205 m_smoothMaterial.setHorizontalWrapMode(wrapMode); in setHorizontalWrapMode()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/scenegraph/
H A Dqsgdefaultinternalimagenode.cpp187 void QSGDefaultInternalImageNode::setVerticalWrapMode(QSGTexture::WrapMode wrapMode) in setVerticalWrapMode() argument
189 if (m_material.verticalWrapMode() == wrapMode) in setVerticalWrapMode()
192 m_material.setVerticalWrapMode(wrapMode); in setVerticalWrapMode()
193 m_materialO.setVerticalWrapMode(wrapMode); in setVerticalWrapMode()
194 m_smoothMaterial.setVerticalWrapMode(wrapMode); in setVerticalWrapMode()
198 void QSGDefaultInternalImageNode::setHorizontalWrapMode(QSGTexture::WrapMode wrapMode) in setHorizontalWrapMode() argument
200 if (m_material.horizontalWrapMode() == wrapMode) in setHorizontalWrapMode()
203 m_material.setHorizontalWrapMode(wrapMode); in setHorizontalWrapMode()
204 m_materialO.setHorizontalWrapMode(wrapMode); in setHorizontalWrapMode()
205 m_smoothMaterial.setHorizontalWrapMode(wrapMode); in setHorizontalWrapMode()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DDataGridViewCellStyle.cs50 private DataGridViewTriState wrapMode; field in System.Windows.Forms.DataGridViewCellStyle
65 wrapMode = DataGridViewTriState.NotSet; in DataGridViewCellStyle()
82 this.wrapMode = dataGridViewCellStyle.wrapMode; in DataGridViewCellStyle()
251 get { return wrapMode; }
256 if (wrapMode != value) {
257 wrapMode = value;
290 if (dataGridViewCellStyle.wrapMode != DataGridViewTriState.NotSet) in ApplyStyle()
291 this.wrapMode = dataGridViewCellStyle.wrapMode; in ApplyStyle()
320 this.wrapMode == o_aux.wrapMode; in Equals()
/dports/benchmarks/ali/ali-0.7.5/vendor/github.com/mum4k/termdash/widgets/text/
H A Dline_trim_test.go47 wrapMode: wrap.Never,
63 wrapMode: wrap.Never,
79 wrapMode: wrap.Never,
111 wrapMode: wrap.Never,
131 wrapMode: wrap.Never,
151 wrapMode: wrap.Never,
171 wrapMode: wrap.Never,
187 wrapMode: wrap.Never,
203 wrapMode: wrap.Never,
219 wrapMode: wrap.Never,
[all …]
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dlineargradientbrush.h37 …point1, GDIPCONST GpPoint *point2, ARGB color1, ARGB color2, GpWrapMode wrapMode, GpLineGradient *…
38 …oint1, GDIPCONST GpPointF *point2, ARGB color1, ARGB color2, GpWrapMode wrapMode, GpLineGradient *…
39 …ct *rect, ARGB color1, ARGB color2, LinearGradientMode mode, GpWrapMode wrapMode, GpLineGradient *…
40 …tF *rect, ARGB color1, ARGB color2, LinearGradientMode mode, GpWrapMode wrapMode, GpLineGradient *…
41 … ARGB color1, ARGB color2, REAL angle, BOOL isAngleScalable, GpWrapMode wrapMode, GpLineGradient *…
42 … ARGB color1, ARGB color2, REAL angle, BOOL isAngleScalable, GpWrapMode wrapMode, GpLineGradient *…
57 GpStatus WINGDIPAPI GdipSetLineWrapMode (GpLineGradient *brush, GpWrapMode wrapMode);
58 GpStatus WINGDIPAPI GdipGetLineWrapMode (GpLineGradient *brush, GpWrapMode *wrapMode);
H A Dlineargradientbrush.c49 linear->wrapMode = WrapModeTile; in gdip_linear_gradient_init()
121 newbrush->wrapMode = linear->wrapMode; in gdip_linear_gradient_clone_brush()
362 if (linear->wrapMode == WrapModeClamp) in gdip_linear_gradient_setup()
369 switch (linear->wrapMode) { in gdip_linear_gradient_setup()
504 linear->wrapMode = wrapMode; in GdipCreateLineBrush()
657 linear->wrapMode = wrapMode; in GdipCreateLineBrushFromRectWithAngle()
937 if (!brush || !wrapMode) in GdipGetLineWrapMode()
940 *wrapMode = brush->wrapMode; in GdipGetLineWrapMode()
947 if (!brush || (wrapMode == WrapModeClamp)) in GdipSetLineWrapMode()
950 if (wrapMode > WrapModeClamp) in GdipSetLineWrapMode()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/
H A DToken.java64 public final WrapMode wrapMode; field in Token.WrapPolicy
73 public WrapPolicy(WrapMode wrapMode, int wrapParentIndex, int groupEndIndex, int extraIndent, in WrapPolicy() argument
75 assert wrapMode != null && (wrapParentIndex < groupEndIndex || groupEndIndex == -1); in WrapPolicy()
77 this.wrapMode = wrapMode; in WrapPolicy()
87 public WrapPolicy(WrapMode wrapMode, int wrapParentIndex, int extraIndent) {
88 this(wrapMode, wrapParentIndex, -1, extraIndent, 0, 1, false, false);
300 return wp != null && wp.wrapMode != WrapMode.DISABLED && wp.wrapMode != WrapMode.BLOCK_INDENT;
/dports/graphics/quickqanava/QuickQanava-ab88d77ec62175b9fd499a154ffaf92f7bf23989/samples/resizer/
H A Dresizer.qml57 wrapMode: Text.Wrap; horizontalAlignment: Qt.AlignCenter
71 wrapMode: Text.Wrap; horizontalAlignment: Qt.AlignCenter
85 wrapMode: Text.Wrap
101 wrapMode: Text.Wrap; horizontalAlignment: Qt.AlignCenter
113 wrapMode: Text.Wrap
128 wrapMode: Text.Wrap; horizontalAlignment: Qt.AlignCenter
140 wrapMode: Text.Wrap
155 wrapMode: Text.Wrap; horizontalAlignment: Qt.AlignCenter
169 wrapMode: Text.Wrap
198 wrapMode: Text.Wrap
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Drawing/System.Drawing.Drawing2D/
H A DPathGradientBrush.cs64 public PathGradientBrush (Point [] points, WrapMode wrapMode) in PathGradientBrush() argument
68 if ((wrapMode < WrapMode.Tile) || (wrapMode > WrapMode.Clamp)) in PathGradientBrush()
72 …Status status = GDIPlus.GdipCreatePathGradientI (points, points.Length, wrapMode, out nativeObject… in PathGradientBrush()
77 public PathGradientBrush (PointF [] points, WrapMode wrapMode) in PathGradientBrush() argument
81 if ((wrapMode < WrapMode.Tile) || (wrapMode > WrapMode.Clamp)) in PathGradientBrush()
85 …Status status = GDIPlus.GdipCreatePathGradient (points, points.Length, wrapMode, out nativeObject); in PathGradientBrush()
286 WrapMode wrapMode;
287 Status status = GDIPlus.GdipGetPathGradientWrapMode (NativeBrush, out wrapMode);
290 return wrapMode;
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Scene/
H A DAnimatable.cpp43 ValueAnimation* attributeAnimation, WrapMode wrapMode, float speed) : in AttributeAnimationInfo() argument
44 ValueAnimationInfo(target, attributeAnimation, wrapMode, speed), in AttributeAnimationInfo()
112 WrapMode wrapMode = WM_LOOP; in LoadXML() local
117 wrapMode = (WrapMode)i; in LoadXML()
123 SetAttributeAnimation(name, attributeAnimation, wrapMode, speed); in LoadXML()
170 WrapMode wrapMode = WM_LOOP; in LoadJSON() local
175 wrapMode = (WrapMode)i; in LoadJSON()
181 SetAttributeAnimation(name, attributeAnimation, wrapMode, speed); in LoadJSON()
335 info->SetWrapMode(wrapMode); in SetAttributeAnimation()
403 info->SetWrapMode(wrapMode); in SetAttributeAnimationWrapMode()
[all …]
H A DObjectAnimation.cpp95 WrapMode wrapMode = WM_LOOP; in LoadXML() local
100 wrapMode = (WrapMode)i; in LoadXML()
106 AddAttributeAnimation(name, animation, wrapMode, speed); in LoadXML()
154 WrapMode wrapMode = WM_LOOP; in LoadJSON() local
159 wrapMode = (WrapMode)i; in LoadJSON()
165 AddAttributeAnimation(name, animation, wrapMode, speed); in LoadJSON()
195 …teAnimation(const String& name, ValueAnimation* attributeAnimation, WrapMode wrapMode, float speed) in AddAttributeAnimation() argument
201 attributeAnimationInfos_[name] = new ValueAnimationInfo(attributeAnimation, wrapMode, speed); in AddAttributeAnimation()
H A DValueAnimationInfo.h43 ValueAnimationInfo(ValueAnimation* animation, WrapMode wrapMode, float speed);
45 ValueAnimationInfo(Object* target, ValueAnimation* animation, WrapMode wrapMode, float speed);
57 void SetWrapMode(WrapMode wrapMode) { wrapMode_ = wrapMode; } in SetWrapMode() argument
/dports/games/glest/glest_source_3.2.2/source/shared_lib/include/graphics/
H A Dtexture.h57 WrapMode wrapMode; variable
68 WrapMode getWrapMode() const {return wrapMode;} in getWrapMode()
74 void setWrapMode(WrapMode wrapMode) {this->wrapMode= wrapMode;} in setWrapMode() argument
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/declarative/qmlvisual/qdeclarativetextedit/
H A Dwrap.qml10 wrapMode: TextEdit.WordWrap
17 wrapMode: TextEdit.WordWrap
24 wrapMode: TextEdit.WrapAnywhere
31 wrapMode: TextEdit.Wrap
/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/tests/components/
H A Dprogressbar3.qml63 wrapMode: Text.WordWrap
89 wrapMode: Text.WordWrap
102 wrapMode: Text.WordWrap
115 wrapMode: Text.WordWrap
128 wrapMode: Text.WordWrap
141 wrapMode: Text.WordWrap
153 wrapMode: Text.WordWrap
166 wrapMode: Text.WordWrap
/dports/editors/texworks/texworks-release-0.6.2/src/
H A DHardWrapDialog.cpp43 int wrapMode = settings.value("hardWrapMode", kHardWrapMode_Fixed).toInt(); in init() local
44 radio_currentWidth->setChecked(wrapMode == kHardWrapMode_Window); in init()
45 radio_fixedLineLength->setChecked(wrapMode == kHardWrapMode_Fixed); in init()
46 radio_Unwrap->setChecked(wrapMode == kHardWrapMode_Unwrap); in init()
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/gdiplus/
H A Dgdiplusbrush.h304 WrapMode wrapMode = WrapModeTile; in GetWrapMode() local
307 return wrapMode; in GetWrapMode()
389 Status SetWrapMode(WrapMode wrapMode) in SetWrapMode() argument
392 (GpLineGradient*) nativeBrush, wrapMode)); in SetWrapMode()
461 wrapMode, &nativeTexture);
464 TextureBrush(Image *image, WrapMode wrapMode, in TextureBrush() argument
470 wrapMode, dstX, dstY, dstWidth, dstHeight, in TextureBrush()
474 TextureBrush(Image *image, WrapMode wrapMode, in TextureBrush() argument
480 wrapMode, dstX, dstY, dstWidth, dstHeight, in TextureBrush()
593 Status SetWrapMode(WrapMode wrapMode) in SetWrapMode() argument
[all …]
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/gdiplus/
H A Dgdiplusbrush.h304 WrapMode wrapMode = WrapModeTile; in GetWrapMode() local
307 return wrapMode; in GetWrapMode()
389 Status SetWrapMode(WrapMode wrapMode) in SetWrapMode() argument
392 (GpLineGradient*) nativeBrush, wrapMode)); in SetWrapMode()
461 wrapMode, &nativeTexture);
464 TextureBrush(Image *image, WrapMode wrapMode, in TextureBrush() argument
470 wrapMode, dstX, dstY, dstWidth, dstHeight, in TextureBrush()
474 TextureBrush(Image *image, WrapMode wrapMode, in TextureBrush() argument
480 wrapMode, dstX, dstY, dstWidth, dstHeight, in TextureBrush()
593 Status SetWrapMode(WrapMode wrapMode) in SetWrapMode() argument
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdiplusbrush.h299 WrapMode wrapMode = WrapModeTile; in GetWrapMode() local
302 return wrapMode; in GetWrapMode()
384 Status SetWrapMode(WrapMode wrapMode) in SetWrapMode() argument
387 (GpLineGradient*) nativeBrush, wrapMode)); in SetWrapMode()
456 wrapMode, &nativeTexture);
459 TextureBrush(Image *image, WrapMode wrapMode, in TextureBrush() argument
465 wrapMode, dstX, dstY, dstWidth, dstHeight, in TextureBrush()
469 TextureBrush(Image *image, WrapMode wrapMode, in TextureBrush() argument
475 wrapMode, dstX, dstY, dstWidth, dstHeight, in TextureBrush()
588 Status SetWrapMode(WrapMode wrapMode) in SetWrapMode() argument
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdiplusbrush.h299 WrapMode wrapMode = WrapModeTile; in GetWrapMode() local
302 return wrapMode; in GetWrapMode()
384 Status SetWrapMode(WrapMode wrapMode) in SetWrapMode() argument
387 (GpLineGradient*) nativeBrush, wrapMode)); in SetWrapMode()
456 wrapMode, &nativeTexture);
459 TextureBrush(Image *image, WrapMode wrapMode, in TextureBrush() argument
465 wrapMode, dstX, dstY, dstWidth, dstHeight, in TextureBrush()
469 TextureBrush(Image *image, WrapMode wrapMode, in TextureBrush() argument
475 wrapMode, dstX, dstY, dstWidth, dstHeight, in TextureBrush()
588 Status SetWrapMode(WrapMode wrapMode) in SetWrapMode() argument
[all …]
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/graphics/opengl/
H A DGLTexture2D.cpp38 wrapMode = TextureStage::WrapRepeat; in Create()
152 if(stage->wrapMode != wrapMode) { in apply()
153 wrapMode = stage->wrapMode; in apply()
154 GLint glwrap = arxToGlWrapMode[wrapMode]; in apply()

12345678910>>...79