Lines Matching refs:B_TOP_BORDER

196 			borders & B_TOP_BORDER);  in DrawMenuBarBackground()
400 B_TOP_BORDER | B_BOTTOM_BORDER | B_RIGHT_BORDER); in DrawStatusBar()
993 borders &= ~B_TOP_BORDER; in DrawScrollViewFrame()
1616 borders = B_TOP_BORDER | B_BOTTOM_BORDER; in DrawTabFrame()
1628 borders |= B_TOP_BORDER | B_BOTTOM_BORDER; in DrawTabFrame()
1716 case B_TOP_BORDER: in DrawActiveTab()
1780 case B_TOP_BORDER: in DrawActiveTab()
1781 bordersToDraw = (B_LEFT_BORDER | B_TOP_BORDER | B_RIGHT_BORDER); in DrawActiveTab()
1787 bordersToDraw = (B_LEFT_BORDER | B_BOTTOM_BORDER | B_TOP_BORDER); in DrawActiveTab()
1790 bordersToDraw = (B_RIGHT_BORDER | B_BOTTOM_BORDER | B_TOP_BORDER); in DrawActiveTab()
1797 if (side == B_TOP_BORDER || side == B_BOTTOM_BORDER) { in DrawActiveTab()
1803 if ((borders & B_TOP_BORDER) == 0) in DrawActiveTab()
1905 bevelLightColor, bevelLightColor, B_TOP_BORDER & ~borders); in DrawInactiveTab()
1915 if ((B_TOP_BORDER & ~borders) != 0) in DrawInactiveTab()
2581 if ((borders & B_LEFT_BORDER) != 0 && (borders & B_TOP_BORDER) != 0 in _DrawButtonFrame()
2593 if ((borders & B_TOP_BORDER) != 0 && (borders & B_RIGHT_BORDER) != 0 in _DrawButtonFrame()
2703 if (borders & B_TOP_BORDER) { in _DrawFrame()
2733 if (borders & B_TOP_BORDER) { in _DrawFrame()
2861 if ((borders & B_LEFT_BORDER) != 0 && (borders & B_TOP_BORDER) != 0 in _DrawNonFlatButtonBackground()
2874 if ((borders & B_TOP_BORDER) != 0 && (borders & B_RIGHT_BORDER) != 0 in _DrawNonFlatButtonBackground()
2925 if (borders & B_TOP_BORDER) { in _DrawNonFlatButtonBackground()
2937 if (borders & B_TOP_BORDER) { in _DrawNonFlatButtonBackground()
3048 B_LEFT_BORDER | B_TOP_BORDER | B_BOTTOM_BORDER); in _DrawMenuFieldBackgroundOutside()
3052 B_TOP_BORDER | B_RIGHT_BORDER | B_BOTTOM_BORDER); in _DrawMenuFieldBackgroundOutside()
3130 if ((borders & B_LEFT_BORDER) != 0 && (borders & B_TOP_BORDER) != 0 in _DrawMenuFieldBackgroundInside()
3158 if ((borders & B_TOP_BORDER) != 0 && (borders & B_RIGHT_BORDER) != 0 in _DrawMenuFieldBackgroundInside()