Searched refs:hPS (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dgauge.cpp40 HPS hPS; local
50 hPS = ::WinBeginPaint( hWnd
54 if(hPS)
57 ::GpiCreateLogColorTable( hPS
64 ::GpiCreateLogColorTable( hPS
77 ::GpiSetColor(hPS, lColor);
78 ::GpiMove(hPS, &vPoint);
80 ::GpiLine(hPS, &vPoint);
82 ::GpiLine(hPS, &vPoint);
84 ::GpiSetColor(hPS, lColo
[all...]
H A Dutilsgui.cpp500 HPS hPS
509 ::GpiMove(hPS, &vPoint[0]);
515 ::GpiBox( hPS
533 ::GpiSetAttrs( hPS
541 ::GpiBox( hPS
549 ::GpiMove(hPS, &vPoint[0]);
552 ::GpiBox( hPS
566 ::GpiSetAttrs( hPS
574 ::GpiMove(hPS, &vPoint[0]);
577 ::GpiLine(hPS,
840 HPS hPS = ::GpiCreatePS(vHabmain, hDC, &vSize, PU_PELS | GPIA_ASSOC); local
[all...]
H A Ddcmemory.cpp56 HPS hPS; local
66 hPS = ::GpiCreatePS(vHabmain, hDC, &vSize, PU_PELS | GPIT_MICRO | GPIA_ASSOC);
67 if (hPS != GPI_ERROR)
69 m_hPS = hPS;
H A Downerdrw.cpp182 HPS hPS= rDC.GetHPS(); local
199 ::GpiSetCharSet(hPS, LCID_DEFAULT);
271 ::GpiSetAttrs( hPS
277 ::GpiSetBackMix( hPS
284 ::WinFillRect(hPS, &vRect, vColBack.GetPixel());
368 ::GpiMove(hPS, &vPntStart);
369 ::GpiLine(hPS, &vPntEnd);
412 ::WinDrawBitmap( hPS // PS for this menuitem
473 ::GpiSetAttrs( hPS
479 ::GpiMove(hPS,
[all...]
H A Dcontrol.cpp197 HPS hPS = (HPS)hWxDC; // pass in a PS handle in OS/2 local
202 ::GpiSetBackMix(hPS, BM_LEAVEALONE);
204 ::GpiSetBackMix(hPS, BM_OVERPAINT);
206 ::GpiSetBackColor(hPS, vColBack.GetPixel());
207 ::GpiSetColor(hPS, vColFore.GetPixel());
218 HPS hPS = rEvent.GetDC()->GetHPS(); local
221 ::GpiSetPS(hPS, &vSize, PU_PELS | GPIF_DEFAULT);
223 ::WinFillRect(hPS, &vRect, GetBackgroundColour().GetPixel());
H A Ddcclient.cpp327 HPS hPS; local
330 hPS = ::WinBeginPaint( GetWinHwnd(m_pCanvas)
334 if(hPS)
336 ::GpiAssociate(hPS, m_hDC);
338 m_hPS = hPS;
354 ::WinFillRect(hPS, &g_paintStruct, m_pCanvas->GetBackgroundColour().GetPixel());
H A Dfontutil.cpp224 HPS hPS; local
226 hPS = ::WinGetPS(HWND_DESKTOP);
238 if (!::GpiCreateLogFont( hPS
244 ::WinReleasePS(hPS);
247 ::WinReleasePS(hPS);
260 HPS hPS; local
266 hPS = WinGetScreenPS(HWND_DESKTOP); // Screen presentation space
273 hDC = GpiQueryDevice(hPS);
294 WinReleasePS(hPS);
H A Dpalette.cpp218 HPS hPS
225 M_PALETTEDATA->m_hPS = hPS;
H A Dfont.cpp79 ,WXHANDLE hPS = 0
84 ,hPS
224 inline void SetPS(HPS hPS) argument
226 m_hPS = hPS;
262 ,WXHANDLE hPS = 0
342 , WXHANDLE hPS // Presentation Space we are using
357 if (hPS == NULLHANDLE)
363 m_hPS = (HPS)hPS;
1148 void wxFont::SetPS( HPS hPS )
1152 M_FONTDATA->SetPS(hPS);
[all...]
H A Ddc.cpp75 HPS hPS
82 ::GpiSetAttrs( hPS // presentation-space handle
92 HPS hPS
97 ::GpiQueryAttrs( hPS // presentation-space handle
107 HPS hPS
114 rc = QueryTextBkColor(hPS);
117 ::GpiSetAttrs(hPS, // presentation-space handle
127 HPS hPS
132 ::GpiSetBackMix( hPS
137 ::GpiSetBackMix( hPS
1335 HPS hPS = ::GpiCreatePS(vHabmain, hDC, &vSize, PU_PELS | GPIA_ASSOC); local
1564 HPS hPS = ::GpiCreatePS(vHabmain, hDC, &vSize, PU_PELS | GPIA_ASSOC); local
[all...]
H A Dbitmap.cpp351 HPS hPS = ::GpiCreatePS(vHabmain, hDC, &vSize, PU_PELS | GPIA_ASSOC); local
362 hBmp = ::GpiCreateBitmap( hPS
368 ::GpiDestroyPS(hPS);
626 HPS hPS = ::GpiCreatePS(vHabmain, hDC, &vSize, PU_PELS | GPIA_ASSOC); local
640 hBmp = ::GpiCreateBitmap( hPS
650 hOldPalette = ::GpiSelectPalette(hPS, (HPAL)rImage.GetPalette().GetHPALETTE());
665 if ((hBmpOld = ::GpiSetBitmap(hPS, hBmp)) == HBM_ERROR)
703 if ((lScans = ::GpiSetBitmapBits( hPS
729 ,hPS
741 ::GpiSelectPalette(hPS, hOldPalett
[all...]
H A Dregion.cpp106 WXHDC hPS
111 (((wxRegionRefData*)m_refData)->m_hPS) = hPS;
475 HPS hPS
506 ((wxRegionRefData*)m_refData)->m_hRegion = ::GpiCreateRegion( hPS
510 ((wxRegionRefData*)m_refData)->m_hPS = hPS;
H A Dgdiimage.cpp366 HPS hPS = ::GpiCreatePS(vHabmain, hDC, &vSize, PU_PELS | GPIA_ASSOC); local
368 pBitmap->SetHBITMAP((WXHBITMAP)::GpiLoadBitmap( hPS
374 ::GpiDestroyPS(hPS);
H A Dwindow.cpp1737 HPS hPS; local
1739 hPS = ::WinGetPS(GetHwnd());
1749 bRc = ::GpiQueryTextBox( hPS,
1768 bRc = ::GpiQueryFontMetrics( hPS
1813 ::WinReleasePS(hPS);
3567 HPS hPS; local
3572 hPS = ::WinGetPS(GetHwnd());
3573 hRgn = ::GpiCreateRegion(hPS, 0, NULL);
3587 if (::GpiQueryRegionRects( hPS // Pres space
3597 if (::GpiQueryRegionRects( hPS // Pre
3636 HPS hPS; local
3695 HPS hPS; local
3755 HPS hPS = rEvent.GetDC()->GetHPS(); local
4337 HPS hPS; local
[all...]
H A Dbrush.cpp285 HPS hPS
291 M_BRUSHDATA->m_hBrush = hPS;
H A Dradiobox.cpp667 HPS hPS = (HPS)hwinDC; // pass in a PS handle in OS/2 local
670 ::GpiSetBackMix(hPS, BM_LEAVEALONE);
672 ::GpiSetBackMix(hPS, BM_OVERPAINT);
676 ::GpiSetBackColor(hPS, vColBack.GetPixel());
677 ::GpiSetColor(hPS, vColBack.GetPixel());
H A Dframe.cpp898 HPS hPS; local
901 hPS = ::WinBeginPaint( GetHwnd()
905 if(hPS)
907 ::GpiCreateLogColorTable( hPS
914 ::GpiCreateLogColorTable( hPS
922 ::WinFillRect( hPS
926 ::WinEndPaint(hPS);
H A Dpen.cpp359 void wxPen::SetPS( HPS hPS )
364 M_PENDATA->m_hPen = hPS;
H A Dtextctrl.cpp1010 HPS hPS = (HPS)hWxDC; local
1022 ::GpiSetBackMix(hPS, BM_LEAVEALONE);
1024 ::GpiSetBackMix(hPS, BM_OVERPAINT);
1027 ::GpiSetBackColor(hPS, vColBack.GetPixel());
1028 ::GpiSetColor(hPS, vColFore.GetPixel());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dpalette.h69 void SetPS(HPS hPS);
H A Dregion.h30 wxRegion(WXHRGN hRegion, WXHDC hPS); // Hangs on to this region
64 void SetPS(HPS hPS);
H A Ddc.h84 wxDCCacheEntry( HPS hPS
179 void SetHPS(HPS hPS) argument
181 m_hPS = hPS;
189 static wxDCCacheEntry* FindBitmapInCache( HPS hPS
194 ,HPS hPS
349 HPS m_hOldPS; // old hPS, if any
H A Dbrush.h62 virtual void SetPS(HPS hPS);
H A Dfont.h98 void SetPS(HPS hPS);
H A Dpen.h101 void SetPS(HPS hPS);

Completed in 193 milliseconds

12