Home
last modified time | relevance | path

Searched refs:GetMinWidth (Results 1 – 25 of 194) sorted by relevance

12345678

/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/core/src/pdf417/
H A DPDFReader.cpp48 static int GetMinWidth(const Nullable<ResultPoint>& p1, const Nullable<ResultPoint>& p2) in GetMinWidth() function
59 …return std::min(std::min(GetMinWidth(p[0], p[4]), GetMinWidth(p[6], p[2]) * CodewordDecoder::MODUL… in GetMinCodewordWidth()
60 …std::min(GetMinWidth(p[1], p[5]), GetMinWidth(p[7], p[3]) * CodewordDecoder::MODULES_IN_CODEWORD /… in GetMinCodewordWidth()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/
H A Dheadercol.h105 virtual int GetMinWidth() const = 0;
429 virtual int GetMinWidth() const;
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/interface/wx/
H A Dheadercol.h105 virtual int GetMinWidth() const = 0;
429 virtual int GetMinWidth() const;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/interface/wx/
H A Dheadercol.h105 virtual int GetMinWidth() const = 0;
429 virtual int GetMinWidth() const;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/gen/
H A Dheadercol.sip72 int GetMinWidth() const = 0;
74 GetMinWidth() -> int
166 %Property(name=MinWidth, get=GetMinWidth)
371 SettableHeaderColumn.MinWidth = property(HeaderColumn.GetMinWidth, SettableHeaderColumn.SetMinWidth)
490 int GetMinWidth() const;
492 GetMinWidth() -> int
565 %Property(name=MinWidth, get=GetMinWidth, set=SetMinWidth)
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Dheadercol.h101 virtual int GetMinWidth() const = 0;
247 virtual int GetMinWidth() const { return m_minWidth; } in GetMinWidth() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Dheadercol.h101 virtual int GetMinWidth() const = 0;
247 virtual int GetMinWidth() const { return m_minWidth; } in GetMinWidth() function
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dheadercol.h101 virtual int GetMinWidth() const = 0;
247 virtual int GetMinWidth() const wxOVERRIDE { return m_minWidth; } in GetMinWidth() function
/dports/editors/rehex/rehex-0.4.0/src/
H A DVirtualMappingList.cpp81 dvc_file_base_col->GetMinWidth() in BEGIN_EVENT_TABLE()
82 + dvc_virt_base_col->GetMinWidth() in BEGIN_EVENT_TABLE()
83 + dvc_segment_length_col->GetMinWidth()); in BEGIN_EVENT_TABLE()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/osx/
H A Dnonownedwnd_osx.cpp331 if ( GetMinWidth() != -1 && r.GetWidth() < GetMinWidth() ) in HandleResizing()
332 r.SetWidth( GetMinWidth() ) ; in HandleResizing()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/osx/
H A Dnonownedwnd_osx.cpp326 if ( GetMinWidth() != -1 && r.GetWidth() < GetMinWidth() ) in HandleResizing()
327 r.SetWidth( GetMinWidth() ) ; in HandleResizing()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/osx/
H A Dnonownedwnd_osx.cpp331 if ( GetMinWidth() != -1 && r.GetWidth() < GetMinWidth() ) in HandleResizing()
332 r.SetWidth( GetMinWidth() ) ; in HandleResizing()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/fpdfsdk/
H A Dcpdfsdk_annot.h35 virtual FX_FLOAT GetMinWidth() const;
H A Dcpdfsdk_annot.cpp46 FX_FLOAT CPDFSDK_Annot::GetMinWidth() const { in GetMinWidth() function in CPDFSDK_Annot
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/gtk/
H A Dgdk.go29 min_width: C.gint(geom.GetMinWidth()),
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/gotk3/gotk3/gtk/
H A Dgdk.go29 min_width: C.gint(geom.GetMinWidth()),
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/gotk3/gotk3/gtk/
H A Dgdk.go29 min_width: C.gint(geom.GetMinWidth()),
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/gotk3/gotk3/gtk/
H A Dgdk.go29 min_width: C.gint(geom.GetMinWidth()),
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/univ/
H A Dframe.h64 virtual int GetMinWidth() const;
H A Dtoplevel.h143 virtual int GetMinWidth() const;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/cpp/
H A Dsip_corewxHeaderColumnSimple.cpp38 int GetMinWidth() const SIP_OVERRIDE;
204 int sipwxHeaderColumnSimple::GetMinWidth() const in GetMinWidth() function in sipwxHeaderColumnSimple
212 return ::wxHeaderColumnSimple::GetMinWidth(); in GetMinWidth()
760 … sipRes = (sipSelfWasArg ? sipCpp-> ::wxHeaderColumnSimple::GetMinWidth() : sipCpp->GetMinWidth()); in meth_wxHeaderColumnSimple_GetMinWidth()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dheaderctrl.cpp587 const int minWidth = GetColumn(idx).GetMinWidth(); in MSWOnNotify()
603 if ( width < GetColumn(idx).GetMinWidth() ) in MSWOnNotify()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dheaderctrl.cpp587 const int minWidth = GetColumn(idx).GetMinWidth(); in MSWOnNotify()
603 if ( width < GetColumn(idx).GetMinWidth() ) in MSWOnNotify()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/qt/
H A Ddataview.cpp125 int wxDataViewColumn::GetMinWidth() const in GetMinWidth() function in wxDataViewColumn
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/qt/
H A Ddataview.h60 virtual int GetMinWidth() const;

12345678