Home
last modified time | relevance | path

Searched refs:GetCap (Results 1 – 25 of 225) sorted by relevance

123456789

/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/gobwas/pool/pbytes/
H A Dpbytes.go15 func GetCap(c int) []byte { return DefaultPool.GetCap(c) } func
H A Dpool.go51 func (p *Pool) GetCap(c int) []byte { func
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dpen.cpp72 wxPenCap GetCap() const { return m_cap; } in GetCap() function in wxPenRefData
184 m_cap = info.GetCap(); in wxPenRefData()
594 wxPenCap wxPen::GetCap() const in GetCap() function in wxPen
598 return M_PENDATA->GetCap(); in GetCap()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/
H A Dpen.h200 wxPenCap GetCap() const;
336 virtual wxPenCap GetCap() const;
/dports/devel/tinygo/tinygo-0.14.1/vendor/github.com/gobwas/pool/
H A DREADME.md60 bts := pbytes.GetCap(100) // Returns make([]byte, 0, 128).
78 bts := pool.GetCap(100) // Returns make([]byte, 0, 128).
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/x11/
H A Dpen.cpp60 m_capStyle = info.GetCap(); in wxPenRefData()
209 wxPenCap wxPen::GetCap() const in GetCap() function in wxPen
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk/
H A Dpen.cpp55 m_capStyle = info.GetCap(); in wxPenRefData()
214 wxPenCap wxPen::GetCap() const in GetCap() function in wxPen
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk1/
H A Dpen.cpp54 m_capStyle = info.GetCap(); in wxPenRefData()
216 wxPenCap wxPen::GetCap() const in GetCap() function in wxPen
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dpen.cpp80 wxPenCap GetCap() const { return m_cap; } in GetCap() function in wxPenRefData
568 wxPenCap wxPen::GetCap() const in GetCap() function in wxPen
572 return M_PENDATA->GetCap(); in GetCap()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dpen.cpp80 wxPenCap GetCap() const { return m_cap; } in GetCap() function in wxPenRefData
568 wxPenCap wxPen::GetCap() const in GetCap() function in wxPen
572 return M_PENDATA->GetCap(); in GetCap()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/osx/
H A Dpen.cpp88 m_cap = info.GetCap(); in wxPenRefData()
184 wxPenCap wxPen::GetCap() const in GetCap() function in wxPen
/dports/math/vtk9/VTK-9.1.0/Filters/Core/
H A DvtkPolyDataPlaneClipper.h116 vtkPolyData* GetCap();
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/gtk/
H A Dpen.h45 int GetCap() const;
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/gtk/
H A Dpen.h45 int GetCap() const;
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/gtk/
H A Dpen.h45 int GetCap() const;
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/gtk/
H A Dpen.h45 int GetCap() const;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/gen/
H A Dpen.sip105 wxPenCap GetCap() const;
107 GetCap() -> PenCap
277 %Property(name=Cap, get=GetCap, set=SetCap)
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/gtk1/
H A Dpen.h58 int GetCap() const;
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/gtk1/
H A Dpen.h58 int GetCap() const;
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/gtk1/
H A Dpen.h58 int GetCap() const;
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/gtk1/
H A Dpen.h58 int GetCap() const;
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/gtk/
H A Dpen.h43 wxPenCap GetCap() const;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/gtk/
H A Dpen.h43 wxPenCap GetCap() const;
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/dfb/
H A Dpen.h54 wxPenCap GetCap() const;
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/gtk1/
H A Dpen.h57 wxPenCap GetCap() const;

123456789