/aoo4110/main/vcl/os2/source/gdi/ |
H A D | salvd.cxx | 52 HBITMAP ImplCreateVirDevBitmap( HDC hDC, HPS hPS, long nDX, long nDY, in ImplCreateVirDevBitmap() argument 74 hBitmap = GpiCreateBitmap( hPS, &aBitmapInfo, 0, NULL, NULL ); in ImplCreateVirDevBitmap() 98 HPS hPS = Ft2CreatePS( hAB, hDC, &size, GPIT_MICRO | GPIA_ASSOC | PU_PELS ); in CreateVirtualDevice() local 99 if ( !hPS ) in CreateVirtualDevice() 106 HBITMAP hBmp = ImplCreateVirDevBitmap( hDC, hPS, nDX, nDY, nBitCount ); in CreateVirtualDevice() 109 Ft2DestroyPS( hPS ); in CreateVirtualDevice() 119 pVirGraphics->mhPS = hPS; in CreateVirtualDevice() 129 pVDev->mhPS = hPS; in CreateVirtualDevice() 131 pVDev->mhDefBmp = Ft2SetBitmap( hPS, hBmp ); in CreateVirtualDevice()
|
H A D | salgdi2.cxx | 277 void ImplDrawBitmap( HPS hPS, long nScreenHeight, in ImplDrawBitmap() argument 281 if( hPS ) in ImplDrawBitmap() 397 GpiDrawBits( hPS, pBits, pBI, 4L, pts, nDrawMode, BBO_IGNORE ); in ImplDrawBitmap() 413 GpiWCBitBlt( hPS, hDrawDDB, 4L, pts, nDrawMode, BBO_IGNORE ); in ImplDrawBitmap() 472 HPS hPS = mhPS; in drawBitmap() local 498 GpiBitBlt( hMemPS, hPS, 3, aPtL, ROP_SRCCOPY, BBO_IGNORE ); in drawBitmap() 513 GpiBitBlt( hPS, hMemPS, 3, aPtL, ROP_SRCCOPY, BBO_IGNORE ); in drawBitmap() 576 HPS hPS = mhPS; in drawMask() local 595 Ft2SetAttrs( hPS, PRIM_AREA, ABB_COLOR | ABB_BACK_COLOR | ABB_SYMBOL | in drawMask() 598 ImplDrawBitmap( hPS, mnHeight, aPosAry, rSalBitmap, FALSE, 0x00B8L ); in drawMask() [all …]
|
H A D | salgdi3.cxx | 366 RawFontData::RawFontData( HPS hPS, DWORD nTableTag ) in RawFontData() argument 456 void ImplOs2FontData::UpdateFromHPS( HPS hPS ) const in UpdateFromHPS() 462 ReadCmapTable( hPS ); in UpdateFromHPS() 463 ReadOs2Table( hPS ); in UpdateFromHPS() 475 bool ImplOs2FontData::HasGSUBstitutions( HPS hPS ) const in HasGSUBstitutions() 478 ReadGsubTable( hPS ); in HasGSUBstitutions() 504 void ImplOs2FontData::ReadOs2Table( HPS hPS ) const in ReadOs2Table() 536 void ImplOs2FontData::ReadGsubTable( HPS hPS ) const in ReadGsubTable() 550 const RawFontData aRawFontData( hPS ); in ReadGsubTable() 583 void ImplOs2FontData::ReadCmapTable( HPS hPS ) const in ReadCmapTable() [all …]
|
H A D | salprn.cxx | 1055 if ( !hPS ) in ImplSalCreateInfoPrn() 1062 rPS = hPS; in ImplSalCreateInfoPrn() 1261 HPS hPS; in Setup() local 1262 if ( !ImplSalCreateInfoPrn( this, (PDRIVDATA)(pSetupData->mpDriverData), hDC, hPS ) ) in Setup() 1270 mhPS = hPS; in Setup() 1309 HPS hPS; in SetPrinterData() local 1310 if ( !ImplSalCreateInfoPrn( this, pNewDrivData, hDC, hPS ) ) in SetPrinterData() 1318 mhPS = hPS; in SetPrinterData() 1446 HPS hPS; in SetData() local 1447 if ( ImplSalCreateInfoPrn( this, (PDRIVDATA)(pSetupData->mpDriverData), hDC, hPS ) ) in SetData() [all …]
|
H A D | salbmp.cxx | 180 HPS hPS = pGraphics->mhPS; in Create() local 191 GpiQueryDeviceBitmapFormats( hPS, 2L, (PLONG) &nFormat ); in Create() 207 hNewDDB = GpiCreateBitmap( hPS, &aInfoHeader, CBM_INIT, pBits, (PBITMAPINFO2) hTmp ); in Create() 213 … hNewDDB = GpiCreateBitmap( hPS, &aInfoHeader, CBM_INIT, pBits, (PBITMAPINFO2) rSalBmp.mhDIB ); in Create()
|
H A D | os2layout.cxx | 176 Os2Layout::Os2Layout( HPS hPS, const ImplOs2FontData& rWFD, ImplOs2FontEntry& rWFE ) in Os2Layout() argument 177 : mhPS( hPS ), in Os2Layout() 197 Os2SalLayout::Os2SalLayout( HPS hPS, PM_BYTE nCharSet, in Os2SalLayout() argument 199 : Os2Layout( hPS, rOs2FontData, rOs2FontEntry ), in Os2SalLayout()
|
/aoo4110/main/vcl/os2/source/window/ |
H A D | salobj.cxx | 115 HPS hPS; in SalSysObjWndProc() local 117 hPS = WinBeginPaint( hWnd, NULLHANDLE, &aRect ); in SalSysObjWndProc() 118 WinEndPaint( hPS ); in SalSysObjWndProc() 216 HPS hPS; in SalSysObjChildWndProc() local 218 hPS = WinBeginPaint( hWnd, NULLHANDLE, &aRect ); in SalSysObjChildWndProc() 219 WinEndPaint( hPS ); in SalSysObjChildWndProc() 291 HPS hPS; in SalSysObjClipWndProc() local 293 hPS = WinBeginPaint( hWnd, NULLHANDLE, &aRect ); in SalSysObjClipWndProc() 294 WinEndPaint( hPS ); in SalSysObjClipWndProc()
|
H A D | salframe.cxx | 2872 HPS hPS; in ImplHandlePaintMsg() local 2874 hPS = WinBeginPaint( hWnd, NULLHANDLE, &aUpdateRect ); in ImplHandlePaintMsg() 2875 WinEndPaint( hPS ); in ImplHandlePaintMsg()
|
/aoo4110/main/vcl/inc/os2/ |
H A D | salvd.h | 57 HBITMAP ImplCreateVirDevBitmap( HDC hDC, HPS hPS, long nDX, long nDY,
|