Home
last modified time | relevance | path

Searched refs:m_DC (Results 1 – 25 of 44) sorted by relevance

12

/dports/audio/spiralsynthmodular/spiralmodular-0.2.2/SpiralSound/Plugins/AmpPlugin/
H A DAmpPluginGUI.C53 m_DC->user_data ((void*)(this)); in AmpPluginGUI()
54 m_DC->type (FL_VERT_NICE_SLIDER); in AmpPluginGUI()
57 m_DC->labelsize(10); in AmpPluginGUI()
58 m_DC->maximum (4.0); in AmpPluginGUI()
59 m_DC->minimum (0.0); in AmpPluginGUI()
60 m_DC->step (0.0001); in AmpPluginGUI()
61 m_DC->value (2.0); in AmpPluginGUI()
63 m_CtlGroup->add (m_DC); in AmpPluginGUI()
117 m_DC->value (2.0f - value); in UpdateValues()
157 m_DC->value (2.0f - value); in cb_NumDC_i()
[all …]
H A DAmpPlugin.C54 m_DC(0.0f) in AmpPlugin()
66 m_AudioCH->Register("DC",&m_DC); in AmpPlugin()
93 in += (-m_DC)+GetInput(2,n); in Execute()
105 s<<m_Version<<" "<<m_Gain<<" "<<m_DC<<" "; in StreamOut()
112 s>>m_Gain>>m_DC; in StreamIn()
H A DAmpPlugin.h41 float GetDC() { return m_DC; } in GetDC()
46 float m_Gain, m_DC;
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/
H A Dbasic_gal.cpp58 if( m_DC ) in doDrawPolyline()
62 GRPoly( m_isClipped ? &m_clipBox : nullptr, m_DC, aLocalPointList.size(), in doDrawPolyline()
69 GRCSegm( m_isClipped ? &m_clipBox : nullptr, m_DC, aLocalPointList[ ii - 1], in doDrawPolyline()
129 if( m_DC ) in DrawLine()
133 GRLine( m_isClipped ? &m_clipBox : nullptr, m_DC, startVector.x, startVector.y, in DrawLine()
138 GRCSegm( m_isClipped ? &m_clipBox : nullptr, m_DC, startVector.x, startVector.y, in DrawLine()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/html/
H A Dhtmprint.cpp47 m_DC = NULL; in wxHtmlDCRenderer()
69 m_DC = dc; in SetDC()
70 m_Parser->SetDC(m_DC, pixel_scale); in SetDC()
84 if (m_DC == NULL) return; in SetHtmlText()
99 if (m_DC == NULL && m_Cells != NULL) in SetFonts()
108 if (m_DC == NULL && m_Cells != NULL) in SetStandardFonts()
118 if (m_Cells == NULL || m_DC == NULL) return 0; in Render()
131 m_DC->SetBrush(*wxWHITE_BRUSH); in Render()
132 m_DC->SetClippingRegion(x, y, m_Width, hght); in Render()
133 m_Cells->Draw(*m_DC, in Render()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/html/
H A Dhtmprint.cpp47 m_DC = NULL; in wxHtmlDCRenderer()
69 m_DC = dc; in SetDC()
70 m_Parser->SetDC(m_DC, pixel_scale); in SetDC()
84 if (m_DC == NULL) return; in SetHtmlText()
99 if (m_DC == NULL && m_Cells != NULL) in SetFonts()
108 if (m_DC == NULL && m_Cells != NULL) in SetStandardFonts()
118 if (m_Cells == NULL || m_DC == NULL) return 0; in Render()
131 m_DC->SetBrush(*wxWHITE_BRUSH); in Render()
132 m_DC->SetClippingRegion(x, y, m_Width, hght); in Render()
133 m_Cells->Draw(*m_DC, in Render()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/html/
H A Dhtmprint.cpp47 m_DC = NULL; in wxHtmlDCRenderer()
69 m_DC = dc; in SetDC()
70 m_Parser->SetDC(m_DC, pixel_scale); in SetDC()
84 if (m_DC == NULL) return; in SetHtmlText()
99 if (m_DC == NULL && m_Cells != NULL) in SetFonts()
108 if (m_DC == NULL && m_Cells != NULL) in SetStandardFonts()
118 if (m_Cells == NULL || m_DC == NULL) return 0; in Render()
131 m_DC->SetBrush(*wxWHITE_BRUSH); in Render()
132 m_DC->SetClippingRegion(x, y, m_Width, hght); in Render()
133 m_Cells->Draw(*m_DC, in Render()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/html/
H A Dhtmprint.cpp47 m_DC = NULL; in wxHtmlDCRenderer()
69 m_DC = dc; in SetDC()
70 m_Parser->SetDC(m_DC, pixel_scale); in SetDC()
84 if (m_DC == NULL) return; in SetHtmlText()
99 if (m_DC == NULL && m_Cells != NULL) in SetFonts()
108 if (m_DC == NULL && m_Cells != NULL) in SetStandardFonts()
118 if (m_Cells == NULL || m_DC == NULL) return 0; in Render()
131 m_DC->SetBrush(*wxWHITE_BRUSH); in Render()
132 m_DC->SetClippingRegion(x, y, m_Width, hght); in Render()
133 m_Cells->Draw(*m_DC, in Render()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/html/
H A Dhtmprint.cpp70 m_DC = NULL; in wxHtmlDCRenderer()
92 m_DC = dc; in SetDC()
93 m_Parser->SetDC(m_DC, pixel_scale, font_scale); in SetDC()
110 wxCHECK_RET( m_DC, "SetDC() must be called before SetHtmlText()" ); in SetHtmlText()
148 wxCHECK_MSG( m_DC, 0, "SetDC() must be called before Render()" ); in Render()
163 m_DC->SetBrush(*wxWHITE_BRUSH); in Render()
164 m_DC->SetClippingRegion(x, y, m_Width, hght); in Render()
165 m_Cells->Draw(*m_DC, in Render()
169 m_DC->DestroyClippingRegion(); in Render()
H A Dwinpars.cpp46 m_DC = NULL; in wxHtmlWinParser()
200 wxASSERT_MSG(m_DC != NULL, wxT("no DC assigned to wxHtmlWinParser!!")); in InitParser()
209 m_DC->GetTextExtent( wxT("H"), &w, &h); in InitParser()
560 m_DC = dc; in SetDC()
635 m_DC->SetFont(**fontptr); in CreateCurrentFont()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/html/
H A Dhtmprint.cpp70 m_DC = NULL; in wxHtmlDCRenderer()
92 m_DC = dc; in SetDC()
93 m_Parser->SetDC(m_DC, pixel_scale, font_scale); in SetDC()
110 wxCHECK_RET( m_DC, "SetDC() must be called before SetHtmlText()" ); in SetHtmlText()
148 wxCHECK_MSG( m_DC, 0, "SetDC() must be called before Render()" ); in Render()
163 m_DC->SetBrush(*wxWHITE_BRUSH); in Render()
164 m_DC->SetClippingRegion(x, y, m_Width, hght); in Render()
165 m_Cells->Draw(*m_DC, in Render()
169 m_DC->DestroyClippingRegion(); in Render()
H A Dwinpars.cpp46 m_DC = NULL; in wxHtmlWinParser()
200 wxASSERT_MSG(m_DC != NULL, wxT("no DC assigned to wxHtmlWinParser!!")); in InitParser()
209 m_DC->GetTextExtent( wxT("H"), &w, &h); in InitParser()
560 m_DC = dc; in SetDC()
635 m_DC->SetFont(**fontptr); in CreateCurrentFont()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/html/
H A Dhtmprint.cpp67 m_DC = NULL; in wxHtmlDCRenderer()
87 m_DC = dc; in SetDC()
88 m_Parser.SetDC(m_DC, pixel_scale, font_scale); in SetDC()
105 wxCHECK_RET( m_DC, "SetDC() must be called before SetHtmlText()" ); in SetHtmlText()
181 wxCHECK_RET( m_DC, "SetDC() must be called before Render()" ); in Render()
188 m_DC->SetBrush(*wxWHITE_BRUSH); in Render()
189 wxDCClipper clip(*m_DC, x, y, m_Width, hght); in Render()
190 m_Cells->Draw(*m_DC, in Render()
H A Dwinpars.cpp43 m_DC = NULL; in wxHtmlWinParser()
196 wxASSERT_MSG(m_DC != NULL, wxT("no DC assigned to wxHtmlWinParser!!")); in InitParser()
205 m_DC->GetTextExtent( wxT("H"), &w, &h); in InitParser()
547 m_DC = dc; in SetDC()
622 m_DC->SetFont(**fontptr); in CreateCurrentFont()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/win/
H A DWebPopupMenuProxyWin.cpp168 , m_DC(0) in WebPopupMenuProxyWin()
184 if (m_DC) in ~WebPopupMenuProxyWin()
185 ::DeleteDC(m_DC); in ~WebPopupMenuProxyWin()
810 if (!m_DC) { in paint()
811 m_DC = ::CreateCompatibleDC(::GetDC(m_popup)); in paint()
812 if (!m_DC) in paint()
830 m_bmp = ::CreateDIBSection(m_DC, &bitmapInfo, DIB_RGB_COLORS, &pixels, 0, 0); in paint()
833 ::SelectObject(m_DC, m_bmp); in paint()
836 GraphicsContext context(m_DC); in paint()
853 …::BitBlt(localDC, damageRect.x(), damageRect.y(), damageRect.width(), damageRect.height(), m_DC, d… in paint()
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/html/
H A Dwinpars.h56 { m_DC = dc; m_PixelScale = pixel_scale; }
58 wxDC *GetDC() {return m_DC;} in GetDC()
141 wxDC *m_DC; variable
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/html/
H A Dwinpars.h56 { m_DC = dc; m_PixelScale = pixel_scale; }
58 wxDC *GetDC() {return m_DC;} in GetDC()
177 wxDC *m_DC; variable
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/html/
H A Dwinpars.h56 { m_DC = dc; m_PixelScale = pixel_scale; }
58 wxDC *GetDC() {return m_DC;} in GetDC()
177 wxDC *m_DC; variable
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/html/
H A Dwinpars.h56 { m_DC = dc; m_PixelScale = pixel_scale; }
58 wxDC *GetDC() {return m_DC;} in GetDC()
177 wxDC *m_DC; variable
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/html/
H A Dwinpars.h56 { m_DC = dc; m_PixelScale = pixel_scale; }
58 wxDC *GetDC() {return m_DC;} in GetDC()
177 wxDC *m_DC; variable
/dports/misc/gpsim/gpsim-0.31.0/extras/graphic_lcd/src/
H A Dosram.cc336 m_DC = new SSD0323_DCPin(m_pSSD0323, m_dataBus, "dc"); in PK27_Series()
343 addSymbol(m_DC); in PK27_Series()
366 removeSymbol(m_DC); in ~PK27_Series()
448 assign_pin(15, m_DC); in create_iopin_map()
/dports/misc/gpsim/gpsim-0.31.0/extras/lcd/
H A Dlcd.cc313 m_DC = new LCD_InputPin(this, "DC", eDC); in create_iopin_map()
316 addSymbol(m_DC); in create_iopin_map()
318 assign_pin(4, m_DC); in create_iopin_map()
419 removeSymbol(m_DC); in ~LcdDisplay()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/
H A Dbasic_gal.h65 m_DC( nullptr ), in BASIC_GAL()
155 wxDC* m_DC;
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/html/
H A Dwinpars.h57 wxDC *GetDC() {return m_DC;} in GetDC()
186 wxDC *m_DC; variable
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/html/
H A Dwinpars.h57 wxDC *GetDC() {return m_DC;} in GetDC()
186 wxDC *m_DC; variable

12