Home | History | Annotate | Download | only in include

Lines Matching refs:BF_TOP

1467 #define BF_TOP 0x0002
1471 #define BF_TOPLEFT (BF_TOP | BF_LEFT)
1472 #define BF_TOPRIGHT (BF_TOP | BF_RIGHT)
1475 #define BF_RECT (BF_LEFT | BF_TOP | BF_RIGHT | BF_BOTTOM)
1479 #define BF_DIAGONAL_ENDTOPRIGHT (BF_DIAGONAL | BF_TOP | BF_RIGHT)
1480 #define BF_DIAGONAL_ENDTOPLEFT (BF_DIAGONAL | BF_TOP | BF_LEFT)