Home
last modified time | relevance | path

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

/trunk/main/vcl/os2/source/gdi/
H A Dsalprn.cxx1119 pGraphics->mhDC = pPrinter->mhDC; in CreateInfoPrinter()
1161 mhDC = 0; in Os2SalInfoPrinter()
1269 mhDC = hDC; in Setup()
1271 mpGraphics->mhDC = mhDC; in Setup()
1317 mhDC = hDC; in SetPrinterData()
1319 mpGraphics->mhDC = mhDC; in SetPrinterData()
1453 mhDC = hDC; in SetData()
1455 mpGraphics->mhDC = mhDC; in SetData()
1537 HDC hDC = mhDC; in GetPageInfo()
1626 mhDC = 0; in Os2SalPrinter()
[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()
1012 if ( DevEscape( mhDC, DEVESC_RAWDATA, 9, (PM_BYTE*)pBuf, in drawEPS()
1025 DevEscape( mhDC, DEVESC_RAWDATA, aBuf.getLength(), 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 )
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx215 : mhDC( hDC ), in WinLayout()
227 ::SelectObject( mhDC, mhFont ); in InitFont()
251 return SelectFont( mhDC, hHugeFont ); in DisableFontScaling()
2237 (*pScriptTextOut)( mhDC, &rScriptCache,
2555 mrWinFontEntry.InitKashidaHandling( mhDC );
2873 COLORREF color = GetTextColor(mhDC);
2875 SetTextColor(mhDC, color);
2899 ::SelectFont(mhDC, hUnRotatedFont);
2902 mpFont.replaceDC(mhDC);
2935 ::SelectFont(mhDC, mhFont);
[all …]
H A Dsalprn.cxx1503 pPrinter->mhDC = hDC; in CreateInfoPrinter()
1523 mhDC( 0 ), in WinSalInfoPrinter()
1752 HDC hDC = mhDC; in GetPageInfo()
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()
2224 HDC hDC = mhDC; in AbortJob()
2281 HDC hDC = mhDC; in StartPage()
[all …]
H A Dsalgdi.cxx559 if( !pC->mhDC ) in ImplGetCachedDC()
564 pC->mhDC = CreateCompatibleDC( hDC ); 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()
610 SelectPalette( pC->mhDC, pC->mhDefPal, TRUE ); 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()
/trunk/main/vcl/inc/os2/
H A Dsalprn.h46 HDC mhDC; // printer hdc member in Os2SalInfoPrinter
89 HDC mhDC; // printer hdc member in SalPrinterData00
109 HDC mhDC; // printer hdc member in Os2SalPrinter
H A Dsalvd.h40 HDC mhDC; // HDC member in Os2SalVirtualDevice
H A Dsalgdi.h127 HDC mhDC; // HDC member in Os2SalGraphics
/trunk/main/vcl/inc/win/
H A Dsalprn.h63 HDC mhDC; // printer hdc member in WinSalInfoPrinter
95 HDC mhDC; // printer hdc member in WinSalPrinter
H A Dsaldata.hxx181 HDC mhDC; member
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx2249 if( ::GetCharWidth32W( mhDC, i, i, &nCharWidth ) ) in GetGlyphWidths()
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx890 mpGraphics->mhDC = ImplWinGetDC( mhWndClient ); in GetGraphics()

Completed in 135 milliseconds