Home
last modified time | relevance | path

Searched refs:LineCapSquare (Results 1 – 25 of 59) sorted by relevance

123

/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/cairo-0.13.8.1/demo/gtk3/
H A DClock.hs133 setLineCap LineCapSquare
160 setLineCap LineCapSquare
186 setLineCap LineCapSquare
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/cairo-0.13.8.1/demo/gtk3/
H A DClock.hs133 setLineCap LineCapSquare
160 setLineCap LineCapSquare
186 setLineCap LineCapSquare
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/tests/
H A Dtestcustomlinecap.c202 status = GdipSetCustomLineCapStrokeCaps (cap, LineCapFlat, LineCapSquare); in test_setCustomLineCapStrokeCaps()
207 assertEqualInt (endCap, LineCapSquare); in test_setCustomLineCapStrokeCaps()
210 status = GdipSetCustomLineCapStrokeCaps (cap, LineCapSquare, LineCapFlat); in test_setCustomLineCapStrokeCaps()
214 assertEqualInt (startCap, LineCapSquare); in test_setCustomLineCapStrokeCaps()
451 status = GdipSetCustomLineCapBaseCap (cap, LineCapSquare); in test_setCustomLineCapBaseCap()
455 assertEqualInt (baseCap, LineCapSquare); in test_setCustomLineCapBaseCap()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxge/
H A Dcfx_graphstatedata.h14 enum LineCap { LineCapButt = 0, LineCapRound = 1, LineCapSquare = 2 }; enumerator
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/cairo-0.13.8.1/demo/gtk2/
H A DClock.hs124 setLineCap LineCapSquare
151 setLineCap LineCapSquare
177 setLineCap LineCapSquare
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/cairo-0.13.8.1/demo/gtk2/
H A DClock.hs124 setLineCap LineCapSquare
151 setLineCap LineCapSquare
177 setLineCap LineCapSquare
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxge/
H A Dcfx_graphstatedata.h20 LineCapSquare = 2 enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/
H A Dcfx_graphstatedata.h20 LineCapSquare = 2 enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fxfa/
H A Dcxfa_ffline.cpp28 return CFX_GraphStateData::LineCapSquare; in LineCapToFXGE()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxfa/
H A Dcxfa_ffline.cpp27 return CFX_GraphStateData::LineCapSquare; in LineCapToFXGE()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fpdfsdk/
H A Dfpdf_editpath.cpp23 static_assert(CFX_GraphStateData::LineCapSquare ==
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fpdfsdk/
H A Dfpdf_editpath.cpp22 static_assert(CFX_GraphStateData::LineCapSquare ==
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxge/win32/
H A Dcgdi_plus_ext.cpp371 case CFX_GraphStateData::LineCapSquare: in GdipCreatePenImpl()
372 lineCap = Gdiplus::LineCapSquare; in GdipCreatePenImpl()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxge/include/
H A Dfx_ge.h127 enum LineCap { LineCapButt = 0, LineCapRound = 1, LineCapSquare = 2 }; enumerator
/dports/math/gnuplot/gnuplot-5.4.1/src/win/
H A Dwgdiplus.cpp580 pen.SetLineCap(lpgw->rounded ? LineCapRound : LineCapSquare,
581 lpgw->rounded ? LineCapRound : LineCapSquare,
585 solid_pen.SetLineCap(lpgw->rounded ? LineCapRound : LineCapSquare,
586 lpgw->rounded ? LineCapRound : LineCapSquare,
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/win/
H A Dwgdiplus.cpp580 pen.SetLineCap(lpgw->rounded ? LineCapRound : LineCapSquare,
581 lpgw->rounded ? LineCapRound : LineCapSquare,
585 solid_pen.SetLineCap(lpgw->rounded ? LineCapRound : LineCapSquare,
586 lpgw->rounded ? LineCapRound : LineCapSquare,
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/win/
H A Dwgdiplus.cpp585 pen.SetLineCap(lpgw->rounded ? LineCapRound : LineCapSquare,
586 lpgw->rounded ? LineCapRound : LineCapSquare,
590 solid_pen.SetLineCap(lpgw->rounded ? LineCapRound : LineCapSquare,
591 lpgw->rounded ? LineCapRound : LineCapSquare,
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/gdip/
H A DGdip.java67 public static final int LineCapSquare = 1; field in Gdip
/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dgdipenums.h171 LineCapSquare = 1, enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/win32/
H A Dfx_win32_gdipext.cpp413 case CFX_GraphStateData::LineCapSquare: in GdipCreatePenImpl()
414 lineCap = Gdiplus::LineCapSquare; in GdipCreatePenImpl()
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/gdiplus/
H A Dgdiplusenums.h547 LineCapSquare = 1, enumerator
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdiplusenums.h542 LineCapSquare = 1, enumerator
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/gdiplus/
H A Dgdiplusenums.h542 LineCapSquare = 1, enumerator
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/gdiplus/
H A Dgdiplusenums.h547 LineCapSquare = 1, enumerator
/dports/editors/libreoffice6/libreoffice-6.4.7.2/canvas/source/directx/
H A Ddx_canvashelper.cxx65 return Gdiplus::LineCapSquare; in gdiCapFromCap()

123