Home
last modified time | relevance | path

Searched refs:ButtCap (Results 1 – 25 of 70) sorted by relevance

123

/dports/graphics/libboard/libboard-5b38274/src/
H A DImage.cpp47 : Shape(Color::Null, Color::Null, 0.0, SolidStyle, ButtCap, MiterJoin, depth), in Image()
48 …_rectangle(left, top, width, height, Color::Black, Color::Null, 0.0, SolidStyle, ButtCap, MiterJoi… in Image()
49 …le(left, top, width, height, Color::Black, Color::Null, 0.0, SolidStyle, ButtCap, MiterJoin, depth… in Image()
58 …le(left, top, width, height, Color::Black, Color::Null, 0.0, SolidStyle, ButtCap, MiterJoin, depth… in Image()
71 : Shape(Color::Null, Color::Null, 0.0, SolidStyle, ButtCap, MiterJoin, depth), in Image()
72 _rectangle(rect, Color::Black, Color::Null, 0.0, SolidStyle, ButtCap, MiterJoin, depth ), in Image()
73 … _originalRectangle(rect, Color::Black, Color::Null, 0.0, SolidStyle, ButtCap, MiterJoin, depth ), in Image()
H A DShapes.cpp83 Shape::LineCap Shape::_defaultLineCap = Shape::ButtCap;
1643 0.0f, SolidStyle, ButtCap, MiterJoin, depth ), in GouraudTriangle()
1661 0.0f, SolidStyle, ButtCap, MiterJoin, depth ), in GouraudTriangle()
1897 : Shape( color, Color::Null, 1.0, SolidStyle, ButtCap, MiterJoin, depth ), in Text()
1916 : Shape( color, Color::Null, 1.0, SolidStyle, ButtCap, MiterJoin, depth ), in Text()
1936 : Shape( color, Color::Null, 1.0, SolidStyle, ButtCap, MiterJoin, depth ), in Text()
1956 : Shape( color, Color::Null, 1.0, SolidStyle, ButtCap, MiterJoin, depth ), in Text()
/dports/graphics/libboard/libboard-5b38274/examples/
H A Dstroke_path.cpp94 l.append( strikeOut(pA,50.0,Shape::ButtCap,Shape::MiterJoin, 3.0 ), in main()
96 l.append( strikeOut(pB,50.0,Shape::ButtCap,Shape::BevelJoin, 3.0 ), in main()
98 l.append( strikeOut(pC,50.0,Shape::ButtCap,Shape::MiterJoin, 3.0 ), in main()
100 l.append( strikeOut(pA,50.0,Shape::ButtCap,Shape::RoundJoin, 3.0 ), in main()
118 Polyline poly(true,Color::Blue,Color::Null,1.0,Shape::SolidStyle,Shape::ButtCap,Shape::MiterJoin); in main()
H A Dtilings.cpp64 …int(0,0),12,6,120,60,Color::Red,Color::Null,0.5,Shape::SolidStyle,Shape::ButtCap,Shape::RoundJoin), in main()
/dports/graphics/cfdg/cfdg-3.3_1/input/tests/
H A Dcrashtest1.cfdg21 STROKE(STrK, CF::ButtCap) [ ]
/dports/www/kf5-khtml/khtml-5.89.0/src/platform/graphics/
H A DGraphicsTypes.h56 enum LineCap { ButtCap, RoundCap, SquareCap }; enumerator
H A DGraphicsTypes.cpp72 cap = ButtCap; in parseLineCap()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/llgcode/draw2d/
H A Ddraw2d.go126 ButtCap const
/dports/www/beehive/beehive-0.4.0/vendor/github.com/wcharczuk/go-chart/drawing/
H A Ddrawing.go35 ButtCap const
H A Dutil.go43 case ButtCap:
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/
H A DGraphicsTypes.h61 enum LineCap { ButtCap, RoundCap, SquareCap }; enumerator
H A DGraphicsTypes.cpp72 cap = ButtCap; in parseLineCap()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/llgcode/draw2d/samples/linecapjoin/
H A Dlinecapjoin.go20 caps := []draw2d.LineCap{draw2d.ButtCap, draw2d.SquareCap, draw2d.RoundCap}
/dports/www/kf5-khtml/khtml-5.89.0/src/svg/graphics/qt/
H A DRenderPathQt.cpp52 if (style->svgStyle()->capStyle() == ButtCap) { in getPathStroke()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/llgcode/draw2d/samples/geometry/
H A Dgeometry.go95 gc.SetLineCap(draw2d.ButtCap)
117 gc.SetLineCap(draw2d.ButtCap)
146 gc.SetLineCap(draw2d.ButtCap)
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/magick/
H A Drender.h64 ButtCap, enumerator
/dports/graphics/libboard/libboard-5b38274/include/board/
H A DShapeList.ih33 : Shape( Color::Null, Color::Null, 1.0, SolidStyle, ButtCap, MiterJoin, depth ),
H A DShapes.h64 enum LineCap { ButtCap = 0, RoundCap, SquareCap }; enumerator
1404 lineWidth, lineStyle, ButtCap, MiterJoin, depth ), in Shape()
1420 lineWidth, lineStyle, ButtCap, MiterJoin, depth ), in Shape()
/dports/graphics/ImageMagick6-nox11/ImageMagick-6.9.12-34/magick/
H A Ddraw.h81 ButtCap, enumerator
/dports/graphics/ImageMagick6/ImageMagick-6.9.12-34/magick/
H A Ddraw.h81 ButtCap, enumerator
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/MagickCore/
H A Ddraw.h81 ButtCap, enumerator
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/MagickCore/
H A Ddraw.h81 ButtCap, enumerator
/dports/graphics/fpc-imagemagick/fpc-3.2.2/packages/imagemagick/src/
H A Ddraw.inc64 ButtCap,
/dports/lang/fpc-source/fpc-3.2.2/packages/imagemagick/src/
H A Ddraw.inc64 ButtCap,
/dports/www/kf5-khtml/khtml-5.89.0/src/rendering/
H A DSVGRenderStyle.h66 SVG_RS_DEFINE_ATTRIBUTE_INHERITED(LineCap, CapStyle, capStyle, ButtCap)

123