Home
last modified time | relevance | path

Searched refs:BF_TOPRIGHT (Results 1 – 5 of 5) sorted by relevance

/reactos/win32ss/user/ntuser/
H A Ddraw.c194 case BF_TOPRIGHT: in IntDrawDiagEdge()
468 if((uFlags & BF_TOPRIGHT) == BF_TOPRIGHT) in IntDrawRectEdge()
/reactos/dll/cpl/desk/
H A Ddraw.c86 if ((uFlags & BF_TOPRIGHT) == BF_TOPRIGHT) in MyIntDrawRectEdge()
/reactos/win32ss/user/user32/windows/
H A Ddraw.c216 case BF_TOPRIGHT: in IntDrawDiagEdge()
478 if((uFlags & BF_TOPRIGHT) == BF_TOPRIGHT) rti_offset = width; in IntDrawRectEdge()
/reactos/dll/win32/uxtheme/
H A Ddraw.c1039 case BF_TOPRIGHT: in draw_diag_edge()
1243 if((uFlags & BF_TOPRIGHT) == BF_TOPRIGHT) RTpenplus = 1; in draw_rect_edge()
/reactos/sdk/include/psdk/
H A Dwinuser.h459 #define BF_TOPRIGHT (BF_TOP|BF_RIGHT) macro