| /AOO41X/main/vcl/os2/source/gdi/ |
| H A D | salgdi.cxx | 79 GpiCreateLogColorTable( pData->mhPS, LCOL_RESET, LCOLF_RGB, 0, 0, NULL ); in ImplSalInitGraphics() 101 mhPS = 0; in Os2SalGraphics() 121 Ft2DeleteSetId( mhPS, LCID_BASE); in ~Os2SalGraphics() 205 GpiSetClipPath( mhPS, 0, SCP_RESET ); in ResetClipRegion() 211 GpiSetClipRegion( mhPS, NULL, &hOldRegion ); in ResetClipRegion() 213 GpiDestroyRegion( mhPS, hOldRegion ); in ResetClipRegion() 266 GpiSetClipPath( mhPS, 0, SCP_RESET ); in setClipRegion() 267 GpiBeginPath( mhPS, 1L ); in setClipRegion() 276 Ft2Move( mhPS, &aPt ); in setClipRegion() 281 Ft2Box( mhPS, DRO_OUTLINE, &aPt, 0, 0 ); in setClipRegion() [all …]
|
| H A D | salgdi2.cxx | 64 hSrcPS = static_cast<Os2SalGraphics*>(pSrcGraphics)->mhPS; in copyBits() 69 hSrcPS = mhPS; in copyBits() 91 GpiBitBlt( mhPS, hSrcPS, 4, thePoints, in copyBits() 96 GpiBitBlt( mhPS, hSrcPS, 3, thePoints, in copyBits() 165 hInvalidateRgn = GpiCreateRegion( mhPS, 1, &aSrcRect ); in copyArea() 170 hTempRgn = GpiCreateRegion( mhPS, 1, &aTempRect ); in copyArea() 171 GpiCombineRegion( mhPS, hInvalidateRgn, hInvalidateRgn, hTempRgn, CRGN_DIFF ); in copyArea() 172 GpiDestroyRegion( mhPS, hTempRgn ); in copyArea() 177 hInvalidateRgn = GpiCreateRegion( mhPS, 1, &aSrcRect ); in copyArea() 182 hTempRgn = GpiCreateRegion( mhPS, 1, &aTempRect ); in copyArea() [all …]
|
| H A D | salgdi3.cxx | 618 Ft2SetAttrs( mhPS, in SetTextColor() 701 debug_printf( "Os2SalGraphics::SetFont hps %x lMatch '%d'\n", mhPS, pFontMetric->lMatch); in ImplDoSetFont() 702 …debug_printf( "Os2SalGraphics::SetFont hps %x fontmetrics facename '%s'\n", mhPS, pFontMetric->szF… in ImplDoSetFont() 703 … debug_printf( "Os2SalGraphics::SetFont hps %x fattrs facename '%s'\n", mhPS, aFAttrs.szFacename); in ImplDoSetFont() 704 …debug_printf( "Os2SalGraphics::SetFont hps %x fattrs height '%d'\n", mhPS, aFAttrs.lMaxBaselineExt… in ImplDoSetFont() 705 … debug_printf( "Os2SalGraphics::SetFont hps %x fattrs width '%d'\n", mhPS, aFAttrs.lAveCharWidth); in ImplDoSetFont() 710 rc = Ft2SetCharSet( mhPS, LCID_DEFAULT); in ImplDoSetFont() 712 rc = Ft2DeleteSetId( mhPS, nFallbackLevel + LCID_BASE); in ImplDoSetFont() 715 if ( (rc=Ft2CreateLogFont( mhPS, NULL, nFallbackLevel + LCID_BASE, &aFAttrs)) == GPI_ERROR ) { in ImplDoSetFont() 718 …debug_printf( "Os2SalGraphics::SetFont hps %x Ft2CreateLogFont failed err %x\n", mhPS, nLastError … in ImplDoSetFont() [all …]
|
| H A D | salprn.cxx | 1071 Ft2Associate( pPrinter->mhPS, 0 ); in ImplSalDestroyInfoPrn() 1072 Ft2DestroyPS( pPrinter->mhPS ); in ImplSalDestroyInfoPrn() 1111 pPrinter->mhPS ) ) in CreateInfoPrinter() 1120 pGraphics->mhPS = pPrinter->mhPS; in CreateInfoPrinter() 1162 mhPS = 0; in Os2SalInfoPrinter() 1270 mhPS = hPS; in Setup() 1272 mpGraphics->mhPS = mhPS; in Setup() 1318 mhPS = hPS; in SetPrinterData() 1320 mpGraphics->mhPS = mhPS; in SetPrinterData() 1454 mhPS = hPS; in SetData() [all …]
|
| H A D | os2layout.cxx | 117 HPS mhPS; // OS2 device handle member in Os2Layout 177 : mhPS( hPS ), in Os2Layout() 184 fSuccess = Ft2QueryLogicalFont( mhPS, LCID_BASE, NULL, &mhFont, sizeof(FATTRS)); in Os2Layout() 192 APIRET rc = Ft2CreateLogFont( mhPS, NULL, LCID_BASE, (PFATTRS)&mhFont); in InitFont() 349 LONG lLcid = Ft2QueryCharSet( mhPS); 369 if (!Ft2QueryStringWidthW( mhPS, (LPWSTR)&pCodes[0], 1, (LONG*)&nGlyphWidth)) 384 if (Ft2FontSupportsUnicodeChar( mhPS, lLcid, TRUE, nCharCode)) 413 if (Ft2QueryStringWidthW( mhPS, (LPWSTR)&rArgs.mpStr[ nCharPos ], 1, &aExtent)) 538 if( mrOs2FontData.HasGSUBstitutions( mhPS ) 598 rc = Ft2CharStringPosAtA( static_cast<Os2SalGraphics&>(rGraphics).mhPS, [all …]
|
| H A D | salvd.cxx | 119 pVirGraphics->mhPS = hPS; in CreateVirtualDevice() 129 pVDev->mhPS = hPS; in CreateVirtualDevice() 157 Ft2SetBitmap( mpGraphics->mhPS, mhDefBmp ); in ~Os2SalVirtualDevice() 159 Ft2DestroyPS( mpGraphics->mhPS ); in ~Os2SalVirtualDevice() 189 mhPS, nDX, nDY, in SetSize() 193 Ft2SetBitmap( mhPS, hNewBmp ); in SetSize()
|
| H A D | salbmp.cxx | 180 HPS hPS = pGraphics->mhPS; in Create()
|
| /AOO41X/main/vcl/inc/os2/ |
| H A D | salprn.h | 47 HPS mhPS; // printer hps variable 90 HPS mhPS; // printer hps variable 110 HPS mhPS; // printer hps variable
|
| H A D | sallayout.h | 42 HPS mhPS;
|
| H A D | salvd.h | 39 HPS mhPS; // HPS
|
| H A D | salgdi.h | 126 HPS mhPS; // HPS
|
| /AOO41X/main/vcl/os2/source/window/ |
| H A D | salframe.cxx | 848 WinReleasePS( mpGraphics->mhPS ); in ~Os2SalFrame() 889 mpGraphics->mhPS = WinGetPS( mhWndClient ); in GetGraphics()
|