Searched refs:BF_DIAGONAL_ENDBOTTOMRIGHT (Results 1 – 6 of 6) sorted by relevance
235 case BF_DIAGONAL_ENDBOTTOMRIGHT: in IntDrawDiagEdge()
257 case BF_DIAGONAL_ENDBOTTOMRIGHT: in IntDrawDiagEdge()
810 DrawEdge(hdc, &thumb, EDGE_RAISED, BF_DIAGONAL_ENDBOTTOMRIGHT | BF_SOFT); in TRACKBAR_DrawThumb()
2310 DrawEdge(hdc, &r1, EDGE_RAISED, BF_SOFT|BF_DIAGONAL_ENDBOTTOMRIGHT); in TAB_DrawItem()
1078 case BF_DIAGONAL_ENDBOTTOMRIGHT: in draw_diag_edge()
467 #define BF_DIAGONAL_ENDBOTTOMRIGHT (BF_DIAGONAL|BF_BOTTOM|BF_RIGHT) macro