Home
last modified time | relevance | path

Searched refs:hMemoryDC (Results 1 – 25 of 37) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libfontmanager/
H A Dlcdglyph.c154 if (hMemoryDC != 0) { \
155 DeleteObject(hMemoryDC); \
209 HDC hMemoryDC = NULL; in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows() local
220 hMemoryDC = CreateCompatibleDC(hDesktopDC); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
224 err = SetMapMode(hMemoryDC, MM_TEXT); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
257 oldFont = SelectObject(hMemoryDC, hFont); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
360 SelectObject(hMemoryDC, hBitmap); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
370 SetBkColor(hMemoryDC, RGB(0,0,0)); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
389 SelectObject(hMemoryDC, hOrigBM); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
390 SelectObject(hMemoryDC, oldFont); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/windows/native/libfontmanager/
H A Dlcdglyph.c154 if (hMemoryDC != 0) { \
155 DeleteObject(hMemoryDC); \
209 HDC hMemoryDC = NULL; in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows() local
220 hMemoryDC = CreateCompatibleDC(hDesktopDC); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
224 err = SetMapMode(hMemoryDC, MM_TEXT); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
257 oldFont = SelectObject(hMemoryDC, hFont); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
360 SelectObject(hMemoryDC, hBitmap); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
370 SetBkColor(hMemoryDC, RGB(0,0,0)); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
389 SelectObject(hMemoryDC, hOrigBM); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
390 SelectObject(hMemoryDC, oldFont); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libfontmanager/
H A Dlcdglyph.c154 if (hMemoryDC != 0) { \
155 DeleteObject(hMemoryDC); \
209 HDC hMemoryDC = NULL; in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows() local
220 hMemoryDC = CreateCompatibleDC(hDesktopDC); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
224 err = SetMapMode(hMemoryDC, MM_TEXT); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
257 oldFont = SelectObject(hMemoryDC, hFont); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
360 SelectObject(hMemoryDC, hBitmap); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
370 SetBkColor(hMemoryDC, RGB(0,0,0)); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
389 SelectObject(hMemoryDC, hOrigBM); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
390 SelectObject(hMemoryDC, oldFont); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/windows/native/libfontmanager/
H A Dlcdglyph.c145 if (hMemoryDC != 0) { \
146 DeleteObject(hMemoryDC); \
200 HDC hMemoryDC = NULL; in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows() local
211 hMemoryDC = CreateCompatibleDC(hDesktopDC); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
215 err = SetMapMode(hMemoryDC, MM_TEXT); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
248 oldFont = SelectObject(hMemoryDC, hFont); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
351 SelectObject(hMemoryDC, hBitmap); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
361 SetBkColor(hMemoryDC, RGB(0,0,0)); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
380 SelectObject(hMemoryDC, hOrigBM); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
381 SelectObject(hMemoryDC, oldFont); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/windows/native/libfontmanager/
H A Dlcdglyph.c154 if (hMemoryDC != 0) { \
155 DeleteObject(hMemoryDC); \
209 HDC hMemoryDC = NULL; in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows() local
220 hMemoryDC = CreateCompatibleDC(hDesktopDC); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
224 err = SetMapMode(hMemoryDC, MM_TEXT); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
257 oldFont = SelectObject(hMemoryDC, hFont); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
360 SelectObject(hMemoryDC, hBitmap); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
370 SetBkColor(hMemoryDC, RGB(0,0,0)); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
389 SelectObject(hMemoryDC, hOrigBM); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
390 SelectObject(hMemoryDC, oldFont); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/windows/native/libfontmanager/
H A Dlcdglyph.c145 if (hMemoryDC != 0) { \
146 DeleteObject(hMemoryDC); \
200 HDC hMemoryDC = NULL; in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows() local
211 hMemoryDC = CreateCompatibleDC(hDesktopDC); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
215 err = SetMapMode(hMemoryDC, MM_TEXT); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
248 oldFont = SelectObject(hMemoryDC, hFont); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
351 SelectObject(hMemoryDC, hBitmap); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
361 SetBkColor(hMemoryDC, RGB(0,0,0)); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
380 SelectObject(hMemoryDC, hOrigBM); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
381 SelectObject(hMemoryDC, oldFont); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/font/
H A Dlcdglyph.c154 if (hMemoryDC != 0) { \
155 DeleteObject(hMemoryDC); \
209 HDC hMemoryDC = NULL; in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows() local
220 hMemoryDC = CreateCompatibleDC(hDesktopDC); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
224 err = SetMapMode(hMemoryDC, MM_TEXT); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
257 oldFont = SelectObject(hMemoryDC, hFont); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
360 SelectObject(hMemoryDC, hBitmap); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
370 SetBkColor(hMemoryDC, RGB(0,0,0)); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
389 SelectObject(hMemoryDC, hOrigBM); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
390 SelectObject(hMemoryDC, oldFont); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/font/
H A Dlcdglyph.c154 if (hMemoryDC != 0) { \
155 DeleteObject(hMemoryDC); \
209 HDC hMemoryDC = NULL; in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows() local
220 hMemoryDC = CreateCompatibleDC(hDesktopDC); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
224 err = SetMapMode(hMemoryDC, MM_TEXT); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
257 oldFont = SelectObject(hMemoryDC, hFont); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
360 SelectObject(hMemoryDC, hBitmap); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
370 SetBkColor(hMemoryDC, RGB(0,0,0)); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
389 SelectObject(hMemoryDC, hOrigBM); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
390 SelectObject(hMemoryDC, oldFont); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/windows/native/libfontmanager/
H A Dlcdglyph.c154 if (hMemoryDC != 0) { \
155 DeleteObject(hMemoryDC); \
207 HDC hMemoryDC = NULL; in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows() local
218 hMemoryDC = CreateCompatibleDC(hDesktopDC); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
222 err = SetMapMode(hMemoryDC, MM_TEXT); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
255 oldFont = SelectObject(hMemoryDC, hFont); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
347 SelectObject(hMemoryDC, hBitmap); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
357 SetBkColor(hMemoryDC, RGB(0,0,0)); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
376 SelectObject(hMemoryDC, hOrigBM); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
377 SelectObject(hMemoryDC, oldFont); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/windows/native/libfontmanager/
H A Dlcdglyph.c154 if (hMemoryDC != 0) { \
155 DeleteObject(hMemoryDC); \
207 HDC hMemoryDC = NULL; in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows() local
218 hMemoryDC = CreateCompatibleDC(hDesktopDC); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
222 err = SetMapMode(hMemoryDC, MM_TEXT); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
255 oldFont = SelectObject(hMemoryDC, hFont); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
347 SelectObject(hMemoryDC, hBitmap); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
357 SetBkColor(hMemoryDC, RGB(0,0,0)); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
376 SelectObject(hMemoryDC, hOrigBM); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
377 SelectObject(hMemoryDC, oldFont); in Java_sun_font_FileFontStrike__1getGlyphImageFromWindows()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/
H A DnsNativeThemeWin.cpp3341 HDC hMemoryDC = ::CreateCompatibleDC(hdc); in DrawMenuImage() local
3342 if (hMemoryDC) { in DrawMenuImage()
3350 HBITMAP hPrevBitmap = (HBITMAP)::SelectObject(hMemoryDC, hMonoBitmap); in DrawMenuImage()
3362 ::DrawFrameControl(hMemoryDC, &imgRect, DFC_MENU, aComponent); in DrawMenuImage()
3365 ::BitBlt(hdc, imgPos.x, imgPos.y, checkW, checkH, hMemoryDC, 0, 0, in DrawMenuImage()
3369 ::BitBlt(hdc, imgPos.x, imgPos.y, checkW, checkH, hMemoryDC, 0, 0, in DrawMenuImage()
3373 ::SelectObject(hMemoryDC, hPrevBitmap); in DrawMenuImage()
3377 ::DeleteDC(hMemoryDC); in DrawMenuImage()
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/windows/
H A DnsNativeThemeWin.cpp3567 HDC hMemoryDC = ::CreateCompatibleDC(hdc); in DrawMenuImage() local
3568 if (hMemoryDC) { in DrawMenuImage()
3577 HBITMAP hPrevBitmap = (HBITMAP) ::SelectObject(hMemoryDC, hMonoBitmap); in DrawMenuImage()
3592 ::DrawFrameControl(hMemoryDC, &imgRect, DFC_MENU, aComponent); in DrawMenuImage()
3595 ::BitBlt(hdc, imgPos.x, imgPos.y, checkW, checkH, hMemoryDC, 0, 0, SRCAND); in DrawMenuImage()
3598 ::BitBlt(hdc, imgPos.x, imgPos.y, checkW, checkH, hMemoryDC, 0, 0, SRCPAINT); in DrawMenuImage()
3601 ::SelectObject(hMemoryDC, hPrevBitmap); in DrawMenuImage()
3605 ::DeleteDC(hMemoryDC); in DrawMenuImage()
/dports/www/firefox/firefox-99.0/widget/windows/
H A DnsNativeThemeWin.cpp3177 HDC hMemoryDC = ::CreateCompatibleDC(hdc); in DrawMenuImage() local
3178 if (hMemoryDC) { in DrawMenuImage()
3186 HBITMAP hPrevBitmap = (HBITMAP)::SelectObject(hMemoryDC, hMonoBitmap); in DrawMenuImage()
3198 ::DrawFrameControl(hMemoryDC, &imgRect, DFC_MENU, aComponent); in DrawMenuImage()
3201 ::BitBlt(hdc, imgPos.x, imgPos.y, checkW, checkH, hMemoryDC, 0, 0, in DrawMenuImage()
3205 ::BitBlt(hdc, imgPos.x, imgPos.y, checkW, checkH, hMemoryDC, 0, 0, in DrawMenuImage()
3209 ::SelectObject(hMemoryDC, hPrevBitmap); in DrawMenuImage()
3213 ::DeleteDC(hMemoryDC); in DrawMenuImage()
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DnsNativeThemeWin.cpp3523 HDC hMemoryDC = ::CreateCompatibleDC(hdc); in DrawMenuImage() local
3524 if (hMemoryDC) { in DrawMenuImage()
3532 HBITMAP hPrevBitmap = (HBITMAP)::SelectObject(hMemoryDC, hMonoBitmap); in DrawMenuImage()
3544 ::DrawFrameControl(hMemoryDC, &imgRect, DFC_MENU, aComponent); in DrawMenuImage()
3547 ::BitBlt(hdc, imgPos.x, imgPos.y, checkW, checkH, hMemoryDC, 0, 0, in DrawMenuImage()
3551 ::BitBlt(hdc, imgPos.x, imgPos.y, checkW, checkH, hMemoryDC, 0, 0, in DrawMenuImage()
3555 ::SelectObject(hMemoryDC, hPrevBitmap); in DrawMenuImage()
3559 ::DeleteDC(hMemoryDC); in DrawMenuImage()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DnsNativeThemeWin.cpp3383 HDC hMemoryDC = ::CreateCompatibleDC(hdc); in DrawMenuImage() local
3384 if (hMemoryDC) { in DrawMenuImage()
3392 HBITMAP hPrevBitmap = (HBITMAP)::SelectObject(hMemoryDC, hMonoBitmap); in DrawMenuImage()
3404 ::DrawFrameControl(hMemoryDC, &imgRect, DFC_MENU, aComponent); in DrawMenuImage()
3407 ::BitBlt(hdc, imgPos.x, imgPos.y, checkW, checkH, hMemoryDC, 0, 0, in DrawMenuImage()
3411 ::BitBlt(hdc, imgPos.x, imgPos.y, checkW, checkH, hMemoryDC, 0, 0, in DrawMenuImage()
3415 ::SelectObject(hMemoryDC, hPrevBitmap); in DrawMenuImage()
3419 ::DeleteDC(hMemoryDC); in DrawMenuImage()
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DnsNativeThemeWin.cpp3383 HDC hMemoryDC = ::CreateCompatibleDC(hdc); in DrawMenuImage() local
3384 if (hMemoryDC) { in DrawMenuImage()
3392 HBITMAP hPrevBitmap = (HBITMAP)::SelectObject(hMemoryDC, hMonoBitmap); in DrawMenuImage()
3404 ::DrawFrameControl(hMemoryDC, &imgRect, DFC_MENU, aComponent); in DrawMenuImage()
3407 ::BitBlt(hdc, imgPos.x, imgPos.y, checkW, checkH, hMemoryDC, 0, 0, in DrawMenuImage()
3411 ::BitBlt(hdc, imgPos.x, imgPos.y, checkW, checkH, hMemoryDC, 0, 0, in DrawMenuImage()
3415 ::SelectObject(hMemoryDC, hPrevBitmap); in DrawMenuImage()
3419 ::DeleteDC(hMemoryDC); in DrawMenuImage()
/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dncbidraw.c6869 HDC hMemoryDC; local
6914 hMemoryDC = CreateCompatibleDC (Nlm_currentHDC);
6915 if ( hMemoryDC == NULL ) {
6916 hMemoryDC = CreateCompatibleDC (NULL);
6917 hOldBitmap = SelectObject (hMemoryDC, hBitmap);
6921 hMemoryDC, 0, 0, mode);
6922 SelectObject (hMemoryDC, hOldBitmap);
6924 hOldBitmap = SelectObject (hMemoryDC, hBitmap);
6946 hMemoryDC, 0, 0, mode);
6947 SelectObject (hMemoryDC, hOldBitmap);
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Component.cpp4749 void AwtComponent::FillBackground(HDC hMemoryDC, SIZE &size) in FillBackground() argument
4752 VERIFY(::FillRect(hMemoryDC, &eraseR, GetBackgroundBrush())); in FillBackground()
4809 HDC hMemoryDC = ::CreateCompatibleDC(hdc); in CreatePrintedPixels() local
4812 HBITMAP hOldBitmap = (HBITMAP)::SelectObject(hMemoryDC, hBitmap); in CreatePrintedPixels()
4815 FillBackground(hMemoryDC, size); in CreatePrintedPixels()
4817 VERIFY(::SetWindowOrgEx(hMemoryDC, loc.cx, loc.cy, NULL)); in CreatePrintedPixels()
4821 SendMessage(WM_PRINT, (WPARAM)hMemoryDC, PRF_CLIENT | PRF_NONCLIENT); in CreatePrintedPixels()
4831 ::SelectObject(hMemoryDC, hOldBitmap); in CreatePrintedPixels()
4851 ::GetDIBits(hMemoryDC, hBitmap, 0, size.cy, (LPVOID)pixels, &bmi, in CreatePrintedPixels()
4858 VERIFY(::DeleteDC(hMemoryDC)); in CreatePrintedPixels()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Component.cpp4749 void AwtComponent::FillBackground(HDC hMemoryDC, SIZE &size) in FillBackground() argument
4752 VERIFY(::FillRect(hMemoryDC, &eraseR, GetBackgroundBrush())); in FillBackground()
4809 HDC hMemoryDC = ::CreateCompatibleDC(hdc); in CreatePrintedPixels() local
4812 HBITMAP hOldBitmap = (HBITMAP)::SelectObject(hMemoryDC, hBitmap); in CreatePrintedPixels()
4815 FillBackground(hMemoryDC, size); in CreatePrintedPixels()
4817 VERIFY(::SetWindowOrgEx(hMemoryDC, loc.cx, loc.cy, NULL)); in CreatePrintedPixels()
4821 SendMessage(WM_PRINT, (WPARAM)hMemoryDC, PRF_CLIENT | PRF_NONCLIENT); in CreatePrintedPixels()
4831 ::SelectObject(hMemoryDC, hOldBitmap); in CreatePrintedPixels()
4851 ::GetDIBits(hMemoryDC, hBitmap, 0, size.cy, (LPVOID)pixels, &bmi, in CreatePrintedPixels()
4858 VERIFY(::DeleteDC(hMemoryDC)); in CreatePrintedPixels()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Component.cpp4744 void AwtComponent::FillBackground(HDC hMemoryDC, SIZE &size) in FillBackground() argument
4747 VERIFY(::FillRect(hMemoryDC, &eraseR, GetBackgroundBrush())); in FillBackground()
4804 HDC hMemoryDC = ::CreateCompatibleDC(hdc); in CreatePrintedPixels() local
4807 HBITMAP hOldBitmap = (HBITMAP)::SelectObject(hMemoryDC, hBitmap); in CreatePrintedPixels()
4810 FillBackground(hMemoryDC, size); in CreatePrintedPixels()
4812 VERIFY(::SetWindowOrgEx(hMemoryDC, loc.cx, loc.cy, NULL)); in CreatePrintedPixels()
4816 SendMessage(WM_PRINT, (WPARAM)hMemoryDC, PRF_CLIENT | PRF_NONCLIENT); in CreatePrintedPixels()
4826 ::SelectObject(hMemoryDC, hOldBitmap); in CreatePrintedPixels()
4846 ::GetDIBits(hMemoryDC, hBitmap, 0, size.cy, (LPVOID)pixels, &bmi, in CreatePrintedPixels()
4853 VERIFY(::DeleteDC(hMemoryDC)); in CreatePrintedPixels()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Component.cpp4749 void AwtComponent::FillBackground(HDC hMemoryDC, SIZE &size) in FillBackground() argument
4752 VERIFY(::FillRect(hMemoryDC, &eraseR, GetBackgroundBrush())); in FillBackground()
4809 HDC hMemoryDC = ::CreateCompatibleDC(hdc); in CreatePrintedPixels() local
4812 HBITMAP hOldBitmap = (HBITMAP)::SelectObject(hMemoryDC, hBitmap); in CreatePrintedPixels()
4815 FillBackground(hMemoryDC, size); in CreatePrintedPixels()
4817 VERIFY(::SetWindowOrgEx(hMemoryDC, loc.cx, loc.cy, NULL)); in CreatePrintedPixels()
4821 SendMessage(WM_PRINT, (WPARAM)hMemoryDC, PRF_CLIENT | PRF_NONCLIENT); in CreatePrintedPixels()
4831 ::SelectObject(hMemoryDC, hOldBitmap); in CreatePrintedPixels()
4851 ::GetDIBits(hMemoryDC, hBitmap, 0, size.cy, (LPVOID)pixels, &bmi, in CreatePrintedPixels()
4858 VERIFY(::DeleteDC(hMemoryDC)); in CreatePrintedPixels()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Component.cpp4750 void AwtComponent::FillBackground(HDC hMemoryDC, SIZE &size) in FillBackground() argument
4753 VERIFY(::FillRect(hMemoryDC, &eraseR, GetBackgroundBrush())); in FillBackground()
4847 HDC hMemoryDC = ::CreateCompatibleDC(hdc); in CreatePrintedPixels() local
4850 HBITMAP hOldBitmap = (HBITMAP)::SelectObject(hMemoryDC, hBitmap); in CreatePrintedPixels()
4853 FillBackground(hMemoryDC, size); in CreatePrintedPixels()
4855 VERIFY(::SetWindowOrgEx(hMemoryDC, loc.cx, loc.cy, NULL)); in CreatePrintedPixels()
4859 SendMessage(WM_PRINT, (WPARAM)hMemoryDC, PRF_CLIENT | PRF_NONCLIENT); in CreatePrintedPixels()
4869 ::SelectObject(hMemoryDC, hOldBitmap); in CreatePrintedPixels()
4889 ::GetDIBits(hMemoryDC, hBitmap, 0, size.cy, (LPVOID)pixels, &bmi, in CreatePrintedPixels()
4896 VERIFY(::DeleteDC(hMemoryDC)); in CreatePrintedPixels()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Component.cpp4749 void AwtComponent::FillBackground(HDC hMemoryDC, SIZE &size) in FillBackground() argument
4752 VERIFY(::FillRect(hMemoryDC, &eraseR, GetBackgroundBrush())); in FillBackground()
4809 HDC hMemoryDC = ::CreateCompatibleDC(hdc); in CreatePrintedPixels() local
4812 HBITMAP hOldBitmap = (HBITMAP)::SelectObject(hMemoryDC, hBitmap); in CreatePrintedPixels()
4815 FillBackground(hMemoryDC, size); in CreatePrintedPixels()
4817 VERIFY(::SetWindowOrgEx(hMemoryDC, loc.cx, loc.cy, NULL)); in CreatePrintedPixels()
4821 SendMessage(WM_PRINT, (WPARAM)hMemoryDC, PRF_CLIENT | PRF_NONCLIENT); in CreatePrintedPixels()
4831 ::SelectObject(hMemoryDC, hOldBitmap); in CreatePrintedPixels()
4851 ::GetDIBits(hMemoryDC, hBitmap, 0, size.cy, (LPVOID)pixels, &bmi, in CreatePrintedPixels()
4858 VERIFY(::DeleteDC(hMemoryDC)); in CreatePrintedPixels()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Component.cpp4749 void AwtComponent::FillBackground(HDC hMemoryDC, SIZE &size) in FillBackground() argument
4752 VERIFY(::FillRect(hMemoryDC, &eraseR, GetBackgroundBrush())); in FillBackground()
4809 HDC hMemoryDC = ::CreateCompatibleDC(hdc); in CreatePrintedPixels() local
4812 HBITMAP hOldBitmap = (HBITMAP)::SelectObject(hMemoryDC, hBitmap); in CreatePrintedPixels()
4815 FillBackground(hMemoryDC, size); in CreatePrintedPixels()
4817 VERIFY(::SetWindowOrgEx(hMemoryDC, loc.cx, loc.cy, NULL)); in CreatePrintedPixels()
4821 SendMessage(WM_PRINT, (WPARAM)hMemoryDC, PRF_CLIENT | PRF_NONCLIENT); in CreatePrintedPixels()
4831 ::SelectObject(hMemoryDC, hOldBitmap); in CreatePrintedPixels()
4851 ::GetDIBits(hMemoryDC, hBitmap, 0, size.cy, (LPVOID)pixels, &bmi, in CreatePrintedPixels()
4858 VERIFY(::DeleteDC(hMemoryDC)); in CreatePrintedPixels()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Component.cpp4750 void AwtComponent::FillBackground(HDC hMemoryDC, SIZE &size) in FillBackground() argument
4753 VERIFY(::FillRect(hMemoryDC, &eraseR, GetBackgroundBrush())); in FillBackground()
4847 HDC hMemoryDC = ::CreateCompatibleDC(hdc); in CreatePrintedPixels() local
4850 HBITMAP hOldBitmap = (HBITMAP)::SelectObject(hMemoryDC, hBitmap); in CreatePrintedPixels()
4853 FillBackground(hMemoryDC, size); in CreatePrintedPixels()
4855 VERIFY(::SetWindowOrgEx(hMemoryDC, loc.cx, loc.cy, NULL)); in CreatePrintedPixels()
4859 SendMessage(WM_PRINT, (WPARAM)hMemoryDC, PRF_CLIENT | PRF_NONCLIENT); in CreatePrintedPixels()
4869 ::SelectObject(hMemoryDC, hOldBitmap); in CreatePrintedPixels()
4889 ::GetDIBits(hMemoryDC, hBitmap, 0, size.cy, (LPVOID)pixels, &bmi, in CreatePrintedPixels()
4896 VERIFY(::DeleteDC(hMemoryDC)); in CreatePrintedPixels()

12