Home
last modified time | relevance | path

Searched refs:BF_DIAGONAL_ENDBOTTOMRIGHT (Results 1 – 6 of 6) sorted by relevance

/reactos/win32ss/user/ntuser/
H A Ddraw.c235 case BF_DIAGONAL_ENDBOTTOMRIGHT: in IntDrawDiagEdge()
/reactos/win32ss/user/user32/windows/
H A Ddraw.c257 case BF_DIAGONAL_ENDBOTTOMRIGHT: in IntDrawDiagEdge()
/reactos/dll/win32/comctl32/
H A Dtrackbar.c810 DrawEdge(hdc, &thumb, EDGE_RAISED, BF_DIAGONAL_ENDBOTTOMRIGHT | BF_SOFT); in TRACKBAR_DrawThumb()
H A Dtab.c2310 DrawEdge(hdc, &r1, EDGE_RAISED, BF_SOFT|BF_DIAGONAL_ENDBOTTOMRIGHT); in TAB_DrawItem()
/reactos/dll/win32/uxtheme/
H A Ddraw.c1078 case BF_DIAGONAL_ENDBOTTOMRIGHT: in draw_diag_edge()
/reactos/sdk/include/psdk/
H A Dwinuser.h467 #define BF_DIAGONAL_ENDBOTTOMRIGHT (BF_DIAGONAL|BF_BOTTOM|BF_RIGHT) macro