/reactos/modules/rostests/tests/enumfonts/ |
H A D | enumfonts.cpp | 246 SetBkMode(lpdis->hDC, OPAQUE); in MainWndProc()
|
/reactos/win32ss/gdi/gdi32/objects/ |
H A D | text.c | 624 pgO->lBkMode = pdcattr->lBkMode == OPAQUE ? OPAQUE : TRANSPARENT; in ExtTextOutW()
|
H A D | dc.c | 1064 if ((iBkMode != TRANSPARENT) && (iBkMode != OPAQUE)) in SetBkMode()
|
/reactos/win32ss/user/user32/windows/ |
H A D | font.c | 138 ExtTextOutW( hdc, x0, y, GetBkMode(hdc) == OPAQUE ? ETO_OPAQUE : 0, in TEXT_TabbedTextOut()
|
H A D | draw.c | 715 SetBkMode(dc, OPAQUE); in UITOOLS95_DFC_ButtonCheckRadio()
|
/reactos/modules/rostests/apitests/user32/ |
H A D | DrawText.c | 416 SetBkMode(hdc, OPAQUE); in START_TEST()
|
/reactos/modules/rostests/regtests/gdi/ |
H A D | xlate.c | 375 SetBkMode(hdcDst, OPAQUE); in Test_SrcMono1()
|
/reactos/base/applications/mspaint/ |
H A D | drawing.cpp | 266 ::SetBkMode(hdc, OPAQUE); in Text()
|
/reactos/win32ss/user/ntuser/ |
H A D | draw.c | 703 IntGdiSetBkMode(dc, OPAQUE); in UITOOLS95_DFC_ButtonCheckRadio()
|
/reactos/win32ss/user/user32/controls/ |
H A D | button.c | 353 int nOldMode = SetBkMode( hdc, OPAQUE ); in ButtonWndProc_common()
|
H A D | edit.c | 2287 SetBkMode( dc, OPAQUE);
|
/reactos/base/setup/welcome/ |
H A D | welcome.c | 1399 SetBkMode(hdc, OPAQUE); in OnPaint()
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | bitblt.c | 1254 mix = rop2Fg | (pdc->pdcattr->jBkMode == OPAQUE ? rop2Fg : R2_NOP) << 8; in IntGdiFillRgn()
|
H A D | freetype.c | 6878 if (pdcattr->jBkMode == OPAQUE) in IntExtTextOutW()
|
/reactos/dll/win32/comctl32/ |
H A D | syslink.c | 797 if (GetBkMode( hdc ) == OPAQUE) text_flags |= ETO_OPAQUE; in SYSLINK_Draw()
|
H A D | button.c | 742 int nOldMode = SetBkMode( hdc, OPAQUE ); in BUTTON_WindowProc()
|
H A D | edit.c | 2134 SetBkMode( dc, OPAQUE); in EDIT_PaintText()
|
H A D | toolbar.c | 1101 tbcd.nHLStringBkMode = OPAQUE; in TOOLBAR_DrawButton()
|
H A D | listview.c | 1093 SetBkMode(hdc, OPAQUE); in prepaint_setup()
|
/reactos/modules/rostests/winetests/gdi32/ |
H A D | metafile.c | 107 ok(GetBkMode(hdc) == OPAQUE, "bk mode %d\n", GetBkMode(hdc)); in eto_emf_enum_proc() 278 SetBkMode(hdcDisplay, OPAQUE); in test_ExtTextOut()
|
H A D | dib.c | 1699 SetBkMode(hdc, OPAQUE); in draw_graphics()
|
/reactos/dll/win32/usp10/ |
H A D | usp10.c | 2236 SetBkMode( analysis->hdc, OPAQUE); in SS_ItemOut()
|
/reactos/sdk/include/psdk/ |
H A D | wingdi.h | 949 #define OPAQUE 2 macro
|
/reactos/base/setup/reactos/ |
H A D | treelist.c | 1135 SetBkMode(hDc, OPAQUE); in CreateStateImageList()
|