Home
last modified time | relevance | path

Searched defs:dc (Results 6601 – 6625 of 22318) sorted by relevance

1...<<261262263264265266267268269270>>...893

/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/samples/stc/
H A Dedit.cpp721 wxDC *dc = GetDC(); in OnPrintPage() local
753 wxDC *dc = GetDC(); in GetPageInfo() local
802 bool EditPrint::PrintScaling (wxDC *dc){ in PrintScaling()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/widgets/
H A Dodcombobox.cpp233 virtual void OnDrawItem(wxDC& dc, in OnDrawItem()
261 virtual void OnDrawBackground(wxDC& dc, const wxRect& rect, in OnDrawBackground()
810 wxMemoryDC dc; in CreateBitmap() local
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/demos/poem/
H A Dwxpoem.cpp151 void MainWindow::ScanBuffer(wxDC *dc, bool DrawIt, int *max_x, int *max_y) in ScanBuffer()
425 wxClientDC dc(canvas); in Resize() local
623 wxPaintDC dc(this); in OnPaint() local
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/combo/
H A Dcombo.cpp176 virtual void OnDrawItem( wxDC& dc, in OnDrawItem()
232 virtual void OnDrawBackground( wxDC& dc, const wxRect& rect, in OnDrawBackground()
543 wxMemoryDC dc; in wxFileSelectorCombo() local
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/widgets/
H A Dodcombobox.cpp233 virtual void OnDrawItem(wxDC& dc, in OnDrawItem()
261 virtual void OnDrawBackground(wxDC& dc, const wxRect& rect, in OnDrawBackground()
810 wxMemoryDC dc; in CreateBitmap() local
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dcombo.cpp238 static void wxMSWDrawFocusRect( wxDC& dc, const wxRect& rect ) in wxMSWDrawFocusRect()
279 wxComboCtrl::PrepareBackground( wxDC& dc, const wxRect& rect, int flags ) const in PrepareBackground()
424 wxDC& dc = *dcPtr; in OnPaintEvent() local
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/tin/tin_viewer/
H A Dtin_view_control.cpp241 wxPaintDC dc(this); in On_Paint() local
252 wxClientDC dc(this); in Update_View() local
918 double dc = (cb - ca) / (xb - xa); in _Draw_Triangle_Line() local
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/usb/
H A Ddev-serial.c538 DeviceClass *dc = DEVICE_CLASS(klass); in usb_serial_dev_class_init() local
559 DeviceClass *dc = DEVICE_CLASS(klass); in usb_serial_class_initfn() local
580 DeviceClass *dc = DEVICE_CLASS(klass); in usb_braille_class_initfn() local
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Daf_acrusher.c50 double dc; member
108 static double add_dc(double s, double dc, double idc) in add_dc()
113 static double remove_dc(double s, double dc, double idc) in remove_dc()
/dports/print/ghostscript9-base/ghostscript-9.06/contrib/
H A Dgdevbjc_.h109 …cs, dname, w10, h10, xdpi, ydpi, lo, to, lm, bm, rm, tm, ncomp, depth, mg, mc, dg, dc, print_page)\ argument
121 …e, w10, h10, xdpi, ydpi, lo, to, lm, bm, rm, tm, ncomp, depth, mg, mc, dg, dc, print_page, def_ink… argument
145 #define bjc_device(procs, dname, w10, h10, xdpi, ydpi, lm, bm, rm, tm, ncomp, depth, mg, mc, dg, dc argument
/dports/print/ghostscript7-base/ghostscript-7.07/bjc250-v0.756/src/
H A Dgdevbjc_.h109 …cs, dname, w10, h10, xdpi, ydpi, lo, to, lm, bm, rm, tm, ncomp, depth, mg, mc, dg, dc, print_page)\ argument
121 …e, w10, h10, xdpi, ydpi, lo, to, lm, bm, rm, tm, ncomp, depth, mg, mc, dg, dc, print_page, def_ink… argument
146 #define bjc_device(procs, dname, w10, h10, xdpi, ydpi, lm, bm, rm, tm, ncomp, depth, mg, mc, dg, dc argument
/dports/print/ghostscript9-x11/ghostscript-9.06/contrib/
H A Dgdevbjc_.h109 …cs, dname, w10, h10, xdpi, ydpi, lo, to, lm, bm, rm, tm, ncomp, depth, mg, mc, dg, dc, print_page)\ argument
121 …e, w10, h10, xdpi, ydpi, lo, to, lm, bm, rm, tm, ncomp, depth, mg, mc, dg, dc, print_page, def_ink… argument
145 #define bjc_device(procs, dname, w10, h10, xdpi, ydpi, lm, bm, rm, tm, ncomp, depth, mg, mc, dg, dc argument
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Dbase_grid.cpp173 wxClientDC dc(this); in UpdateStyle() local
289 wxAutoBufferedPaintDC dc(this); in OnPaint() local
595 wxClientDC dc(this); in SetColumnWidths() local
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/demos/poem/
H A Dwxpoem.cpp150 void MainWindow::ScanBuffer(wxDC *dc, bool DrawIt, int *max_x, int *max_y) in ScanBuffer()
424 wxClientDC dc(canvas); in Resize() local
622 wxPaintDC dc(this); in OnPaint() local
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/combo/
H A Dcombo.cpp179 virtual void OnDrawItem( wxDC& dc, in OnDrawItem()
235 virtual void OnDrawBackground( wxDC& dc, const wxRect& rect, in OnDrawBackground()
549 wxMemoryDC dc; in wxFileSelectorCombo() local
/dports/emulators/qemu-utils/qemu-4.2.1/hw/usb/
H A Ddev-serial.c540 DeviceClass *dc = DEVICE_CLASS(klass); in usb_serial_dev_class_init() local
561 DeviceClass *dc = DEVICE_CLASS(klass); in usb_serial_class_initfn() local
582 DeviceClass *dc = DEVICE_CLASS(klass); in usb_braille_class_initfn() local
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/
H A DwxMolGraph.cpp401 wxClientDC dc(const_cast<wxMolGraph*> (this)); in DoGetBestSize() local
501 wxPaintDC dc(this); in onPaint() local
505 void wxMolGraph::draw(wxDC &dc) { in draw()
/dports/www/libdatachannel/libdatachannel-0.16.1/examples/streamer/
H A Dmain.cpp319 auto dc = pc->createDataChannel("ping-pong"); in createPeerConnection() local
321 if (auto dc = wdc.lock()) { in createPeerConnection() local
328 if (auto dc = wdc.lock()) { in createPeerConnection() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/nio/ch/
H A DDatagramSocketAdaptor.java71 private final DatagramChannelImpl dc; field in DatagramSocketAdaptor
76 private DatagramSocketAdaptor(DatagramChannelImpl dc) throws IOException { in DatagramSocketAdaptor()
81 static DatagramSocket create(DatagramChannelImpl dc) { in create()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/nio/ch/
H A DDatagramSocketAdaptor.java71 private final DatagramChannelImpl dc; field in DatagramSocketAdaptor
76 private DatagramSocketAdaptor(DatagramChannelImpl dc) throws IOException { in DatagramSocketAdaptor()
81 static DatagramSocket create(DatagramChannelImpl dc) { in create()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/nio/ch/
H A DDatagramSocketAdaptor.java71 private final DatagramChannelImpl dc; field in DatagramSocketAdaptor
76 private DatagramSocketAdaptor(DatagramChannelImpl dc) throws IOException { in DatagramSocketAdaptor()
81 static DatagramSocket create(DatagramChannelImpl dc) { in create()
/dports/irc/soju/soju-0.3.0/
H A Duser.go43 dc *downstreamConn member
47 dc *downstreamConn member
51 dc *downstreamConn member
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/richtext/
H A Drichtextctrl.cpp609 wxClientDC dc(this); in OnLeftClick() local
688 wxClientDC dc(this); in OnLeftUp() local
889 wxClientDC dc(this); in OnMoveMouse() local
1027 wxClientDC dc(this); in OnRightClick() local
1865 wxClientDC dc(this); in ScrollIntoView() local
2138 wxClientDC dc(this); in MoveRight() local
2335 wxClientDC dc(this); in MoveDown() local
3264 wxClientDC dc(this); in FindContainerAtPoint() local
3922 wxClientDC dc(this); in PrepareContextMenu() local
4217 wxClientDC dc(this); in GetCaretPositionForIndex() local
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DiENCToolbar.cpp343 wxMemoryDC dc; in StateTimerEvent() local
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/grib_pi/src/
H A Dpi_ocpndc.h141 wxDC *dc; variable

1...<<261262263264265266267268269270>>...893