Home
last modified time | relevance | path

Searched refs:mhPS (Results 1 – 12 of 12) sorted by relevance

/AOO41X/main/vcl/os2/source/gdi/
H A Dsalgdi.cxx79 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 Dsalgdi2.cxx64 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 Dsalgdi3.cxx618 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 Dsalprn.cxx1071 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 Dos2layout.cxx117 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 Dsalvd.cxx119 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 Dsalbmp.cxx180 HPS hPS = pGraphics->mhPS; in Create()
/AOO41X/main/vcl/inc/os2/
H A Dsalprn.h47 HPS mhPS; // printer hps variable
90 HPS mhPS; // printer hps variable
110 HPS mhPS; // printer hps variable
H A Dsallayout.h42 HPS mhPS;
H A Dsalvd.h39 HPS mhPS; // HPS
H A Dsalgdi.h126 HPS mhPS; // HPS
/AOO41X/main/vcl/os2/source/window/
H A Dsalframe.cxx848 WinReleasePS( mpGraphics->mhPS ); in ~Os2SalFrame()
889 mpGraphics->mhPS = WinGetPS( mhWndClient ); in GetGraphics()