Home
last modified time | relevance | path

Searched refs:savePen (Results 1 – 10 of 10) sorted by relevance

/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DRoutePoint.cpp675 wxPen savePen = dc.GetPen(); in Draw() local
681 dc.SetPen( savePen ); in Draw()
993 wxPen savePen = dc.GetPen(); in DrawGL() local
999 dc.SetPen( savePen ); in DrawGL()
H A DRoute.cpp677 wxPen savePen = dc.GetPen(); in RenderSegment() local
680 dc.SetPen( savePen ); in RenderSegment()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/painting/
H A Dqdrawutil.cpp776 QPen savePen = p->pen(); // save current pen in qDrawWinArrow() local
800 p->setPen(savePen); // restore pen in qDrawWinArrow()
905 QPen savePen = p->pen(); // save current pen in qDrawMotifArrow() local
926 p->setPen(savePen); // restore pen in qDrawMotifArrow()
/dports/editors/calligra/calligra-3.2.1/libs/vectorimage/libemf/
H A DEmfOutputPainterStrategy.cpp1050 QPen savePen = m_painter->pen(); in extTextOut() local
1054 m_painter->setPen(savePen); in extTextOut()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/source_exporter/wxPdfDocument/src/
H A Dpdfdc28.inc844 wxPen savePen = m_pen;
852 SetPen(savePen);
H A Dpdfdc29.inc895 wxPen savePen = m_pen;
903 SetPen(savePen);
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxFlatNotebook/src/wxFlatNotebook/
H A Drenderer.cpp979 wxPen savePen = dc.GetPen(); in DrawTab() local
988 dc.SetPen(savePen); in DrawTab()
/dports/x11-themes/qt5-style-plugins/qtstyleplugins-5.0.0-23-g335dbe/src/plugins/styles/motif/
H A Dqmotifstyle.cpp670 QPen savePen = p->pen(); in drawPrimitive() local
688 p->setPen(savePen); in drawPrimitive()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/styles/
H A Dqmotifstyle.cpp716 QPen savePen = p->pen(); in drawPrimitive() local
734 p->setPen(savePen); in drawPrimitive()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/agw/
H A Dflatnotebook.py2612 savePen = dc.GetPen()
2621 dc.SetPen(savePen)