Home
last modified time | relevance | path

Searched refs:mhDC (Results 1 – 16 of 16) sorted by relevance

/AOO42X/main/vcl/os2/source/gdi/
H A Dsalprn.cxx586 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 Dsalgdi.cxx102 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 Dsalvd.cxx118 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 Dsalgdi3.cxx1465 SelectObject( m_rData.mhDC, m_hOrigFont ); in ~ScopedFont()
1521 if( !::GetTextMetricsA( mhDC, &aWinMetric ) ) in CreateFontSubset()
H A Dos2layout.cxx256 if( ::GetTextMetricsA( mhDC, &aTextMetricA )
/AOO42X/main/vcl/win/source/gdi/
H A Dwinlayout.cxx158 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 Dsalprn.cxx1473 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 Dsalgdi.cxx559 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 Dsalgdi3.cxx487 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 Dsalprn.h46 HDC mhDC; // printer hdc variable
89 HDC mhDC; // printer hdc variable
109 HDC mhDC; // printer hdc variable
H A Dsalvd.h40 HDC mhDC; // HDC variable
H A Dsalgdi.h127 HDC mhDC; // HDC variable
/AOO42X/main/vcl/inc/win/
H A Dsalprn.h63 HDC mhDC; // printer hdc variable
95 HDC mhDC; // printer hdc variable
H A Dsaldata.hxx181 HDC mhDC; member
/AOO42X/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx2249 if( ::GetCharWidth32W( mhDC, i, i, &nCharWidth ) ) in GetGlyphWidths()
/AOO42X/main/vcl/os2/source/window/
H A Dsalframe.cxx888 mpGraphics->mhDC = ImplWinGetDC( mhWndClient ); in GetGraphics()