Home
last modified time | relevance | path

Searched refs:hPS (Results 1 – 25 of 60) sorted by relevance

123

/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/os2/
H A Dutilsgui.cpp347 ::GpiBox( hPS in wxDrawBorder()
365 ::GpiSetAttrs( hPS in wxDrawBorder()
373 ::GpiBox( hPS in wxDrawBorder()
384 ::GpiBox( hPS in wxDrawBorder()
398 ::GpiSetAttrs( hPS in wxDrawBorder()
443 ::GpiBox( hPS in wxDrawBorder()
467 ::GpiBox( hPS in wxDrawBorder()
491 ::GpiBox( hPS in wxDrawBorder()
517 ::GpiBox( hPS in wxDrawBorder()
528 ::GpiBox( hPS in wxDrawBorder()
[all …]
H A Dgauge.cpp37 HPS hPS; in wxGaugeWndProc() local
47 hPS = ::WinBeginPaint( hWnd in wxGaugeWndProc()
51 if(hPS) in wxGaugeWndProc()
74 ::GpiSetColor(hPS, lColor); in wxGaugeWndProc()
75 ::GpiMove(hPS, &vPoint); in wxGaugeWndProc()
77 ::GpiLine(hPS, &vPoint); in wxGaugeWndProc()
79 ::GpiLine(hPS, &vPoint); in wxGaugeWndProc()
81 ::GpiSetColor(hPS, lColor); in wxGaugeWndProc()
83 ::GpiLine(hPS, &vPoint); in wxGaugeWndProc()
85 ::GpiLine(hPS, &vPoint); in wxGaugeWndProc()
[all …]
H A Downerdrw.cpp44 HPS hPS= impl->GetHPS(); in OnDrawItem() local
63 ::GpiSetAttrs( hPS in OnDrawItem()
69 ::GpiSetBackMix( hPS in OnDrawItem()
76 ::WinFillRect(hPS, &vRect, vColBack.GetPixel()); in OnDrawItem()
145 ::GpiMove(hPS, &vPntStart); in OnDrawItem()
146 ::GpiLine(hPS, &vPntEnd); in OnDrawItem()
H A Dcontrol.cpp190 HPS hPS = (HPS)hWxDC; // pass in a PS handle in OS/2 in OnCtlColor() local
195 ::GpiSetBackMix(hPS, BM_LEAVEALONE); in OnCtlColor()
197 ::GpiSetBackMix(hPS, BM_OVERPAINT); in OnCtlColor()
199 ::GpiSetBackColor(hPS, vColBack.GetPixel()); in OnCtlColor()
200 ::GpiSetColor(hPS, vColFore.GetPixel()); in OnCtlColor()
212 HPS hPS = impl->GetHPS(); in OnEraseBackground() local
215 ::GpiSetPS(hPS, &vSize, PU_PELS | GPIF_DEFAULT); in OnEraseBackground()
217 ::WinFillRect(hPS, &vRect, GetBackgroundColour().GetPixel()); in OnEraseBackground()
H A Dmenuitem.cpp549 HPS hPS= impl->GetHPS(); in OnDrawItem() local
568 ::GpiSetAttrs( hPS in OnDrawItem()
574 ::GpiSetBackMix( hPS in OnDrawItem()
581 ::WinFillRect(hPS, &vRect, vColBack.GetPixel()); in OnDrawItem()
665 ::GpiMove(hPS, &vPntStart); in OnDrawItem()
666 ::GpiLine(hPS, &vPntEnd); in OnDrawItem()
709 ::WinDrawBitmap( hPS // PS for this menuitem in OnDrawItem()
770 ::GpiSetAttrs( hPS in OnDrawItem()
776 ::GpiMove(hPS, &vPnt1); in OnDrawItem()
777 ::GpiBox( hPS in OnDrawItem()
H A Dfontutil.cpp223 HPS hPS; in wxTestFontEncoding() local
225 hPS = ::WinGetPS(HWND_DESKTOP); in wxTestFontEncoding()
237 if (!::GpiCreateLogFont( hPS in wxTestFontEncoding()
243 ::WinReleasePS(hPS); in wxTestFontEncoding()
246 ::WinReleasePS(hPS); in wxTestFontEncoding()
259 HPS hPS; in wxConvertVectorFontSize() local
265 hPS = WinGetScreenPS(HWND_DESKTOP); // Screen presentation space in wxConvertVectorFontSize()
272 hDC = GpiQueryDevice(hPS); in wxConvertVectorFontSize()
293 WinReleasePS(hPS); in wxConvertVectorFontSize()
H A Ddc.cpp76 HPS hPS in SetTextColor() argument
93 HPS hPS in QueryTextBkColor() argument
108 HPS hPS in SetTextBkColor() argument
115 rc = QueryTextBkColor(hPS); in SetTextBkColor()
128 HPS hPS in SetBkMode() argument
133 ::GpiSetBackMix( hPS in SetBkMode()
138 ::GpiSetBackMix( hPS in SetBkMode()
178 HPS hPS in wxDCCacheEntry() argument
183 m_hPS = hPS; in wxDCCacheEntry()
198 HPS hPS in FindBitmapInCache() argument
[all …]
H A Ddcmemory.cpp72 HPS hPS; in CreateCompatible() local
82 hPS = ::GpiCreatePS(vHabmain, hDC, &vSize, PU_PELS | GPIT_MICRO | GPIA_ASSOC); in CreateCompatible()
83 if (hPS != GPI_ERROR) in CreateCompatible()
85 m_hPS = hPS; in CreateCompatible()
H A Ddcclient.cpp332 HPS hPS; in wxPaintDCImpl() local
335 hPS = ::WinBeginPaint( GetWinHwnd(m_pCanvas) in wxPaintDCImpl()
339 if(hPS) in wxPaintDCImpl()
341 ::GpiAssociate(hPS, m_hDC); in wxPaintDCImpl()
343 m_hPS = hPS; in wxPaintDCImpl()
359 ::WinFillRect(hPS, &g_paintStruct, m_pCanvas->GetBackgroundColour().GetPixel()); in wxPaintDCImpl()
H A Dbitmap.cpp340 hBmp = ::GpiCreateBitmap( hPS in Create()
346 ::GpiDestroyPS(hPS); in Create()
618 hBmp = ::GpiCreateBitmap( hPS in CreateFromImage()
681 if ((lScans = ::GpiSetBitmapBits( hPS in CreateFromImage()
707 ,hPS in CreateFromImage()
732 hBmp = ::GpiCreateBitmap( hPS in CreateFromImage()
738 hBmpOld = ::GpiSetBitmap(hPS, hBmp); in CreateFromImage()
790 lScans = ::GpiSetBitmapBits( hPS in CreateFromImage()
806 ,hPS in CreateFromImage()
829 ::GpiSetBitmap(hPS, NULLHANDLE); in CreateFromImage()
[all …]
H A Dfont.cpp76 ,WXHANDLE hPS = 0 in wxFontRefData() argument
81 ,hPS in wxFontRefData()
221 inline void SetPS(HPS hPS) in SetPS() argument
223 m_hPS = hPS; in SetPS()
259 ,WXHANDLE hPS = 0
339 , WXHANDLE hPS // Presentation Space we are using in Init() argument
354 if (hPS == NULLHANDLE) in Init()
360 m_hPS = (HPS)hPS; in Init()
1138 void wxFont::SetPS( HPS hPS ) in SetPS() argument
1142 M_FONTDATA->SetPS(hPS); in SetPS()
H A Dwindow.cpp1675 HPS hPS; in DoGetTextExtent() local
1677 hPS = ::WinGetPS(GetHwnd()); in DoGetTextExtent()
1749 ::WinReleasePS(hPS); in DoGetTextExtent()
3499 hPS = ::WinGetPS(GetHwnd()); in HandlePaint()
3570 if(hPS) in HandlePaint()
3612 ::WinEndPaint(hPS); in HandlePaint()
3622 HPS hPS; in HandlePaint() local
3629 if(hPS) in HandlePaint()
3649 ::WinEndPaint(hPS); in HandlePaint()
4268 hPS =::WinGetPS(hWnd); in wxGetCharSize()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/os2/
H A Dutilsgui.cpp347 ::GpiBox( hPS in wxDrawBorder()
365 ::GpiSetAttrs( hPS in wxDrawBorder()
373 ::GpiBox( hPS in wxDrawBorder()
384 ::GpiBox( hPS in wxDrawBorder()
398 ::GpiSetAttrs( hPS in wxDrawBorder()
443 ::GpiBox( hPS in wxDrawBorder()
467 ::GpiBox( hPS in wxDrawBorder()
491 ::GpiBox( hPS in wxDrawBorder()
517 ::GpiBox( hPS in wxDrawBorder()
528 ::GpiBox( hPS in wxDrawBorder()
[all …]
H A Dgauge.cpp37 HPS hPS; in wxGaugeWndProc() local
47 hPS = ::WinBeginPaint( hWnd in wxGaugeWndProc()
51 if(hPS) in wxGaugeWndProc()
74 ::GpiSetColor(hPS, lColor); in wxGaugeWndProc()
75 ::GpiMove(hPS, &vPoint); in wxGaugeWndProc()
77 ::GpiLine(hPS, &vPoint); in wxGaugeWndProc()
79 ::GpiLine(hPS, &vPoint); in wxGaugeWndProc()
81 ::GpiSetColor(hPS, lColor); in wxGaugeWndProc()
83 ::GpiLine(hPS, &vPoint); in wxGaugeWndProc()
85 ::GpiLine(hPS, &vPoint); in wxGaugeWndProc()
[all …]
H A Downerdrw.cpp44 HPS hPS= impl->GetHPS(); in OnDrawItem() local
63 ::GpiSetAttrs( hPS in OnDrawItem()
69 ::GpiSetBackMix( hPS in OnDrawItem()
76 ::WinFillRect(hPS, &vRect, vColBack.GetPixel()); in OnDrawItem()
145 ::GpiMove(hPS, &vPntStart); in OnDrawItem()
146 ::GpiLine(hPS, &vPntEnd); in OnDrawItem()
H A Dcontrol.cpp190 HPS hPS = (HPS)hWxDC; // pass in a PS handle in OS/2 in OnCtlColor() local
195 ::GpiSetBackMix(hPS, BM_LEAVEALONE); in OnCtlColor()
197 ::GpiSetBackMix(hPS, BM_OVERPAINT); in OnCtlColor()
199 ::GpiSetBackColor(hPS, vColBack.GetPixel()); in OnCtlColor()
200 ::GpiSetColor(hPS, vColFore.GetPixel()); in OnCtlColor()
212 HPS hPS = impl->GetHPS(); in OnEraseBackground() local
215 ::GpiSetPS(hPS, &vSize, PU_PELS | GPIF_DEFAULT); in OnEraseBackground()
217 ::WinFillRect(hPS, &vRect, GetBackgroundColour().GetPixel()); in OnEraseBackground()
H A Dmenuitem.cpp549 HPS hPS= impl->GetHPS(); in OnDrawItem() local
568 ::GpiSetAttrs( hPS in OnDrawItem()
574 ::GpiSetBackMix( hPS in OnDrawItem()
581 ::WinFillRect(hPS, &vRect, vColBack.GetPixel()); in OnDrawItem()
665 ::GpiMove(hPS, &vPntStart); in OnDrawItem()
666 ::GpiLine(hPS, &vPntEnd); in OnDrawItem()
709 ::WinDrawBitmap( hPS // PS for this menuitem in OnDrawItem()
770 ::GpiSetAttrs( hPS in OnDrawItem()
776 ::GpiMove(hPS, &vPnt1); in OnDrawItem()
777 ::GpiBox( hPS in OnDrawItem()
H A Dfontutil.cpp223 HPS hPS; in wxTestFontEncoding() local
225 hPS = ::WinGetPS(HWND_DESKTOP); in wxTestFontEncoding()
237 if (!::GpiCreateLogFont( hPS in wxTestFontEncoding()
243 ::WinReleasePS(hPS); in wxTestFontEncoding()
246 ::WinReleasePS(hPS); in wxTestFontEncoding()
259 HPS hPS; in wxConvertVectorFontSize() local
265 hPS = WinGetScreenPS(HWND_DESKTOP); // Screen presentation space in wxConvertVectorFontSize()
272 hDC = GpiQueryDevice(hPS); in wxConvertVectorFontSize()
293 WinReleasePS(hPS); in wxConvertVectorFontSize()
H A Ddc.cpp76 HPS hPS in SetTextColor() argument
93 HPS hPS in QueryTextBkColor() argument
108 HPS hPS in SetTextBkColor() argument
115 rc = QueryTextBkColor(hPS); in SetTextBkColor()
128 HPS hPS in SetBkMode() argument
133 ::GpiSetBackMix( hPS in SetBkMode()
138 ::GpiSetBackMix( hPS in SetBkMode()
178 HPS hPS in wxDCCacheEntry() argument
183 m_hPS = hPS; in wxDCCacheEntry()
198 HPS hPS in FindBitmapInCache() argument
[all …]
H A Ddcmemory.cpp72 HPS hPS; in CreateCompatible() local
82 hPS = ::GpiCreatePS(vHabmain, hDC, &vSize, PU_PELS | GPIT_MICRO | GPIA_ASSOC); in CreateCompatible()
83 if (hPS != GPI_ERROR) in CreateCompatible()
85 m_hPS = hPS; in CreateCompatible()
H A Ddcclient.cpp332 HPS hPS; in wxPaintDCImpl() local
335 hPS = ::WinBeginPaint( GetWinHwnd(m_pCanvas) in wxPaintDCImpl()
339 if(hPS) in wxPaintDCImpl()
341 ::GpiAssociate(hPS, m_hDC); in wxPaintDCImpl()
343 m_hPS = hPS; in wxPaintDCImpl()
359 ::WinFillRect(hPS, &g_paintStruct, m_pCanvas->GetBackgroundColour().GetPixel()); in wxPaintDCImpl()
H A Dbitmap.cpp340 hBmp = ::GpiCreateBitmap( hPS in Create()
346 ::GpiDestroyPS(hPS); in Create()
618 hBmp = ::GpiCreateBitmap( hPS in CreateFromImage()
681 if ((lScans = ::GpiSetBitmapBits( hPS in CreateFromImage()
707 ,hPS in CreateFromImage()
732 hBmp = ::GpiCreateBitmap( hPS in CreateFromImage()
738 hBmpOld = ::GpiSetBitmap(hPS, hBmp); in CreateFromImage()
790 lScans = ::GpiSetBitmapBits( hPS in CreateFromImage()
806 ,hPS in CreateFromImage()
829 ::GpiSetBitmap(hPS, NULLHANDLE); in CreateFromImage()
[all …]
H A Dfont.cpp76 ,WXHANDLE hPS = 0 in wxFontRefData() argument
81 ,hPS in wxFontRefData()
221 inline void SetPS(HPS hPS) in SetPS() argument
223 m_hPS = hPS; in SetPS()
259 ,WXHANDLE hPS = 0
339 , WXHANDLE hPS // Presentation Space we are using in Init() argument
354 if (hPS == NULLHANDLE) in Init()
360 m_hPS = (HPS)hPS; in Init()
1138 void wxFont::SetPS( HPS hPS ) in SetPS() argument
1142 M_FONTDATA->SetPS(hPS); in SetPS()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/os2/
H A Ddc.h84 wxDCCacheEntry( HPS hPS
172 void SetHPS(HPS hPS) in SetHPS() argument
174 m_hPS = hPS; in SetHPS()
182 static wxDCCacheEntry* FindBitmapInCache( HPS hPS
187 ,HPS hPS
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/os2/
H A Ddc.h84 wxDCCacheEntry( HPS hPS
172 void SetHPS(HPS hPS) in SetHPS() argument
174 m_hPS = hPS; in SetHPS()
182 static wxDCCacheEntry* FindBitmapInCache( HPS hPS
187 ,HPS hPS

123