Home
last modified time | relevance | path

Searched defs:lptm (Results 1 – 22 of 22) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/scripts/vendors/
H A Dcompile-lattice.ps157 [switch]$lptm = $false, variable
119 ($lptm -or $lptm2) -or variable
135 $lptm = $true variable
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dfontenum.cpp255 int CALLBACK wxFontEnumeratorProc(LPLOGFONT lplf, LPTEXTMETRIC lptm, in wxFontEnumeratorProc()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dfontenum.cpp279 int CALLBACK wxFontEnumeratorProc(LPLOGFONT lplf, LPTEXTMETRIC lptm, in wxFontEnumeratorProc()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/msw/
H A Dfontenum.cpp271 int CALLBACK wxFontEnumeratorProc(LPLOGFONT lplf, LPTEXTMETRIC lptm, in wxFontEnumeratorProc()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/msw/
H A Dfontenum.cpp271 int CALLBACK wxFontEnumeratorProc(LPLOGFONT lplf, LPTEXTMETRIC lptm, in wxFontEnumeratorProc()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/msw/
H A Dfontenum.cpp271 int CALLBACK wxFontEnumeratorProc(LPLOGFONT lplf, LPTEXTMETRIC lptm, in wxFontEnumeratorProc()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/msw/
H A Dfontenum.cpp271 int CALLBACK wxFontEnumeratorProc(LPLOGFONT lplf, LPTEXTMETRIC lptm, in wxFontEnumeratorProc()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dfontenum.cpp279 int CALLBACK wxFontEnumeratorProc(LPLOGFONT lplf, LPTEXTMETRIC lptm, in wxFontEnumeratorProc()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/
H A DFontDialog.java262 TEXTMETRIC lptm = new TEXTMETRIC (); in open() local
H A DLink.java176 TEXTMETRIC lptm = new TEXTMETRIC (); in computeSizeInPixels() local
H A DExpandBar.java317 TEXTMETRIC lptm = new TEXTMETRIC (); in getBandHeight() local
H A DButton.java358 TEXTMETRIC lptm = new TEXTMETRIC (); in computeSizeInPixels() local
/dports/graphics/libprojectm/projectm-3.1.12/src/MilkDrop2/vis_milk2/
H A Dconfig2.cpp41 CONST TEXTMETRIC *lptm, // physical-font data in EnumFontsProc()
H A Dplugin.cpp6707 CONST TEXTMETRIC *lptm, // physical-font data in MyEnumFontsProc()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/
H A DDevice.java234 TEXTMETRIC lptm = new TEXTMETRIC (); in computePoints() local
H A DTextLayout.java408 TEXTMETRIC lptm = new TEXTMETRIC(); in computeRuns() local
1971 TEXTMETRIC lptm = new TEXTMETRIC(); in getLineMetrics() local
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A DFXFont.cpp351 static int CALLBACK EnumFontFamExProc(const LOGFONTA *lf,const TEXTMETRICA *lptm,DWORD FontType,LPA… in EnumFontFamExProc()
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A DFXFont.cpp351 static int CALLBACK EnumFontFamExProc(const LOGFONTA *lf,const TEXTMETRICA *lptm,DWORD FontType,LPA… in EnumFontFamExProc()
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A DFXFont.cpp1971 static int CALLBACK EnumFontFamExProc(const LOGFONTA *lf,const TEXTMETRICA *lptm,DWORD FontType,LPA… in EnumFontFamExProc()
/dports/x11-toolkits/fox14/fox-1.4.35/src/
H A DFXFont.cpp1162 static int CALLBACK EnumFontFamExProc(const LOGFONT *lf,const TEXTMETRIC *lptm,DWORD FontType,LPARA… in EnumFontFamExProc()
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A DFXFont.cpp1971 static int CALLBACK EnumFontFamExProc(const LOGFONTA *lf,const TEXTMETRICA *lptm,DWORD FontType,LPA… in EnumFontFamExProc()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/
H A DOS.java3056 public static final native boolean GetTextMetrics (long hdc, TEXTMETRIC lptm); in GetTextMetrics()