| /AOO42X/main/vcl/os2/source/gdi/ |
| H A D | salprn.cxx | 586 rc = DevEscape( pOs2SalInfoPrinter->mhDC, in ImplGetFormAndTrayList() 607 rc = DevEscape( pOs2SalInfoPrinter->mhDC, in ImplGetFormAndTrayList() 715 rc = DevEscape( pOs2SalInfoPrinter->mhDC, in ImplGetCurrentSettings() 735 rc = DevEscape( pOs2SalInfoPrinter->mhDC, in ImplGetCurrentSettings() 1073 DevCloseDC( pPrinter->mhDC ); in ImplSalDestroyInfoPrn() 1110 pPrinter->mhDC, in CreateInfoPrinter() 1119 pGraphics->mhDC = pPrinter->mhDC; in CreateInfoPrinter() 1131 pPrinter->mbDJPSupported = ImplIsDriverDJPEnabled( pPrinter->mhDC ); in CreateInfoPrinter() 1161 mhDC = 0; in Os2SalInfoPrinter() 1269 mhDC = hDC; in Setup() [all …]
|
| H A D | salgdi.cxx | 102 mhDC = 0; in Os2SalGraphics() 160 DevQueryCaps( mhDC, CAPS_HORIZONTAL_FONT_RES, 1, &nDPIX ); in GetResolution() 161 DevQueryCaps( mhDC, CAPS_VERTICAL_FONT_RES, 1, &nDPIY ); in GetResolution() 171 DevQueryCaps( mhDC, CAPS_COLOR_BITCOUNT, 1, &nBitCount ); in GetBitCount() 857 if ( !(DevQueryCaps( mhDC, CAPS_TECHNOLOGY, 1, &nLong ) && in drawEPS() 958 DevEscape( mhDC, DEVESC_RAWDATA, aBuf.getLength(), in drawEPS() 977 DevEscape( mhDC, DEVESC_RAWDATA, aBuf.getLength(), in drawEPS() 990 if ( DevEscape( mhDC, DEVESC_RAWDATA, pTemp - pBuf, in drawEPS() 1003 if ( DevEscape( mhDC, DEVESC_RAWDATA, nDoNow, (PM_BYTE*)pPtr + nSize - nToDo, in drawEPS() 1012 if ( DevEscape( mhDC, DEVESC_RAWDATA, 9, (PM_BYTE*)pBuf, in drawEPS() [all …]
|
| H A D | salvd.cxx | 118 pVirGraphics->mhDC = hDC; in CreateVirtualDevice() 128 pVDev->mhDC = hDC; in CreateVirtualDevice() 160 DevCloseDC( mpGraphics->mhDC ); in ~Os2SalVirtualDevice() 188 HBITMAP hNewBmp = ImplCreateVirDevBitmap( mhDC, in SetSize() 206 DevQueryCaps( mpGraphics->mhDC, CAPS_WIDTH, 1L, &alData); in GetSize() 208 DevQueryCaps( mpGraphics->mhDC, CAPS_HEIGHT, 1L, &alData); in GetSize()
|
| H A D | salgdi3.cxx | 1465 SelectObject( m_rData.mhDC, m_hOrigFont ); in ~ScopedFont() 1521 if( !::GetTextMetricsA( mhDC, &aWinMetric ) ) in CreateFontSubset()
|
| H A D | os2layout.cxx | 256 if( ::GetTextMetricsA( mhDC, &aTextMetricA )
|
| /AOO42X/main/vcl/win/source/gdi/ |
| H A D | winlayout.cxx | 158 HDC mhDC; // WIN32 device handle member in WinLayout 215 : mhDC( hDC ), in WinLayout() 227 ::SelectObject( mhDC, mhFont ); in InitFont() 251 return SelectFont( mhDC, hHugeFont ); in DisableFontScaling() 314 if( ::GetTextMetricsA( mhDC, &aTextMetricA ) 436 if( ::GetTextExtentPoint32W( mhDC, &pCodes[0], bSurrogate ? 2 : 1, &aExtent) ) 438 else if( ::GetCharABCWidthsW( mhDC, nCharCode, nCharCode, &aABC ) ) 440 else if( !::GetCharWidth32W( mhDC, nCharCode, nCharCode, &nGlyphWidth ) 441 && !::GetCharWidthW( mhDC, nCharCode, nCharCode, &nGlyphWidth ) ) 479 if( ::GetTextExtentPoint32W( mhDC, &cNotDef, 1, &aExtent) ) [all …]
|
| H A D | salprn.cxx | 1473 pPrinter->mhDC = hNewDC; in ImplUpdateSalPrnIC() 1503 pPrinter->mhDC = hDC; in CreateInfoPrinter() 1523 mhDC( 0 ), in WinSalInfoPrinter() 1752 HDC hDC = mhDC; in GetPageInfo() 1809 if( pPrinter->mhDC == hPrnDC ) in SalPrintAbortProc() 1883 mhDC( 0 ), in WinSalPrinter() 1903 HDC hDC = mhDC; in ~WinSalPrinter() 2038 mhDC = hDC; in StartJob() 2186 HDC hDC = mhDC; in EndJob() 2211 mhDC = 0; in EndJob() [all …]
|
| H A D | salgdi.cxx | 559 if( !pC->mhDC ) in ImplGetCachedDC() 564 pC->mhDC = CreateCompatibleDC( hDC ); in ImplGetCachedDC() 568 pC->mhDefPal = SelectPalette( pC->mhDC, pSalData->mhDitherPal, TRUE ); in ImplGetCachedDC() 569 RealizePalette( pC->mhDC ); in ImplGetCachedDC() 573 pC->mhDefBmp = (HBITMAP) SelectObject( pC->mhDC, pC->mhSelBmp ); in ImplGetCachedDC() 579 SelectObject( pC->mhDC, pC->mhActBmp = hBmp ); in ImplGetCachedDC() 583 return pC->mhDC; in ImplGetCachedDC() 594 SelectObject( pC->mhDC, pC->mhSelBmp ); in ImplReleaseCachedDC() 605 if( pC->mhDC ) in ImplClearHDCCache() 607 SelectObject( pC->mhDC, pC->mhDefBmp ); in ImplClearHDCCache() [all …]
|
| H A D | salgdi3.cxx | 487 HDC mhDC; member in WinGlyphFallbackSubstititution 492 : mhDC( hDC ) in WinGlyphFallbackSubstititution() 511 ImplGetLogFontFromFontSelect( mhDC, &aFSD, aLogFont, true ); in HasMissingChars() 516 HFONT hOldFont = ::SelectFont( mhDC, hNewFont ); in HasMissingChars() 519 pWinFont->UpdateFromHDC( mhDC );; in HasMissingChars() 522 ::SelectFont( mhDC, hOldFont ); in HasMissingChars() 628 HDC mhDC; member 1977 EnumFontFamiliesExA( pInfo->mhDC, pInfo->mpLogFontA, (FONTENUMPROCA)SalEnumFontsProcExA, in SalEnumFontsProcExA() 2033 EnumFontFamiliesExW( pInfo->mhDC, pInfo->mpLogFontW, (FONTENUMPROCW)SalEnumFontsProcExW, in SalEnumFontsProcExW() 2377 aInfo.mhDC = getHDC(); in GetDevFontList()
|
| /AOO42X/main/vcl/inc/os2/ |
| H A D | salprn.h | 46 HDC mhDC; // printer hdc variable 89 HDC mhDC; // printer hdc variable 109 HDC mhDC; // printer hdc variable
|
| H A D | salvd.h | 40 HDC mhDC; // HDC variable
|
| H A D | salgdi.h | 127 HDC mhDC; // HDC variable
|
| /AOO42X/main/vcl/inc/win/ |
| H A D | salprn.h | 63 HDC mhDC; // printer hdc variable 95 HDC mhDC; // printer hdc variable
|
| H A D | saldata.hxx | 181 HDC mhDC; member
|
| /AOO42X/main/vcl/aqua/source/gdi/ |
| H A D | salgdi.cxx | 2249 if( ::GetCharWidth32W( mhDC, i, i, &nCharWidth ) ) in GetGlyphWidths()
|
| /AOO42X/main/vcl/os2/source/window/ |
| H A D | salframe.cxx | 888 mpGraphics->mhDC = ImplWinGetDC( mhWndClient ); in GetGraphics()
|