Home
last modified time | relevance | path

Searched refs:PEN_DASHDOT (Results 1 – 15 of 15) sorted by relevance

/dports/devel/upp/upp/reference/Paint/
H A DDraw.cpp12 w.DrawLine(80, 90, 400, 0, PEN_DASHDOT); in Paint()
/dports/devel/upp/upp/examples/PainterExamples/
H A DDrawArc.cpp21 sw.DrawArc(box, Point(box_center + radius * hand), box.TopCenter(), PEN_DASHDOT, LtRed()); in DrawArc()
/dports/devel/upp/upp/reference/GLDrawDemo/
H A Dmain.cpp20 w.DrawLine(80, 90, 400, 0, PEN_DASHDOT); in GLPaint()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/graphicfilter/idxf/
H A Ddxf2mtf.hxx27 enum PenStyle { PEN_NULL, PEN_SOLID, PEN_DOT, PEN_DASH, PEN_DASHDOT }; enumerator
/dports/devel/upp/upp/uppsrc/CtrlCore/
H A DCocoDrawOp.mm19 case PEN_DASHDOT: CGContextSetLineDash(cgHandle, 0, dashdot, __countof(dashdot)); break;
H A DGtkDrawOp.cpp166 case PEN_DASHDOT: cairo_set_dash(cr, dashdot, __countof(dashdot), 0); break; in sDrawLineStroke()
/dports/devel/upp/upp/uppsrc/Painter/
H A DDrawOp.cpp118 case PEN_DASHDOT: in DrawLineStroke()
/dports/devel/upp/upp/uppsrc/GLDraw/
H A DTDrawGL.cpp185 PEN_DASHDOT, &dashdot, in GetDash()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/ipict/
H A Dipict.cxx73 enum PenStyle { PEN_NULL, PEN_SOLID, PEN_DOT, PEN_DASH, PEN_DASHDOT }; enumerator
119 else if (nBitCount<=32) penStyle=PEN_DASHDOT; in read()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/graphicfilter/ipict/
H A Dipict.cxx72 enum PenStyle { PEN_NULL, PEN_SOLID, PEN_DOT, PEN_DASH, PEN_DASHDOT }; enumerator
116 else if (nBitCount<=32) penStyle=PEN_DASHDOT; in read()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/imet/
H A Dios2met.cxx40 enum PenStyle { PEN_NULL, PEN_SOLID, PEN_DOT, PEN_DASH, PEN_DASHDOT }; enumerator
738 case PEN_DASHDOT : in SetPen()
1980 case 3: case 6: aAttr.eLinStyle=PEN_DASHDOT; break; in ReadOrder()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx38 enum PenStyle { PEN_NULL, PEN_SOLID, PEN_DOT, PEN_DASH, PEN_DASHDOT }; enumerator
732 case PEN_DASHDOT : in SetPen()
1963 case 3: case 6: aAttr.eLinStyle=PEN_DASHDOT; break; in ReadOrder()
/dports/devel/upp/upp/uppsrc/Draw/
H A DDraw.h285 PEN_DASHDOT = -5, enumerator
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dunusedenumconstants.writeonly.results1206 enum PictReaderInternal::(anonymous namespace)::Pattern::PenStyle PEN_DASHDOT
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dunusedenumconstants.writeonly.results1198 enum PictReaderInternal::Pattern::PenStyle PEN_DASHDOT