• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/

Lines Matching refs:m_hPS

37         m_hPS     = 0;
46 if (::GpiQueryRegionRects( rData.m_hPS // Pres space
56 if (::GpiQueryRegionRects( rData.m_hPS // Pres space of source
63 m_hRegion = ::GpiCreateRegion( rData.m_hPS
67 m_hPS = rData.m_hPS;
75 ::GpiDestroyRegion(m_hPS, m_hRegion);
79 HPS m_hPS;
111 (((wxRegionRefData*)m_refData)->m_hPS) = hPS;
143 ((wxRegionRefData*)m_refData)->m_hPS = ::GpiCreatePS( vHabmain
148 M_REGION = ::GpiCreateRegion( ((wxRegionRefData*)m_refData)->m_hPS
178 ((wxRegionRefData*)m_refData)->m_hPS = ::GpiCreatePS( vHabmain
183 M_REGION = ::GpiCreateRegion( ((wxRegionRefData*)m_refData)->m_hPS
213 ((wxRegionRefData*)m_refData)->m_hPS = ::GpiCreatePS( vHabmain
218 M_REGION = ::GpiCreateRegion( ((wxRegionRefData*)m_refData)->m_hPS
337 return (::GpiCombineRegion( ((wxRegionRefData*)rRegion.m_refData)->m_hPS
371 rc = ::GpiQueryRegionBox( ((wxRegionRefData*)m_refData)->m_hPS
422 LONG lInside = ::GpiPtInRegion( ((wxRegionRefData*)m_refData)->m_hPS,
446 LONG lInside = ::GpiRectInRegion( ((wxRegionRefData*)m_refData)->m_hPS,
482 if (::GpiQueryRegionRects( ((wxRegionRefData*)m_refData)->m_hPS
492 if (::GpiQueryRegionRects( ((wxRegionRefData*)m_refData)->m_hPS
503 ::GpiDestroyRegion( ((wxRegionRefData*)m_refData)->m_hPS
510 ((wxRegionRefData*)m_refData)->m_hPS = hPS;
573 if (::GpiQueryRegionRects( ((wxRegionRefData*)rRegion.m_refData)->m_hPS // Pres space
585 if (::GpiQueryRegionRects( ((wxRegionRefData*)rRegion.m_refData)->m_hPS // Pres space of source
593 M_REGION = ::GpiCreateRegion( ((wxRegionRefData*)rRegion.m_refData)->m_hPS
606 ((wxRegionRefData*)m_refData)->m_hPS = ((wxRegionRefData*)rRegion.m_refData)->m_hPS;