Lines Matching defs:borders

117 	const rgb_color& background, uint32 flags, uint32 borders)
120 background, 1.0, 1.0, flags, borders);
127 const rgb_color& background, uint32 flags, uint32 borders)
130 background, 1.0, 1.0, flags, borders);
137 const rgb_color& background, uint32 flags, uint32 borders)
140 background, 1.0, 1.0, flags, borders);
147 uint32 borders, orientation orientation)
150 base, false, flags, borders, orientation);
157 uint32 borders, orientation orientation)
160 base, false, flags, borders, orientation);
167 uint32 flags, uint32 borders, orientation orientation)
170 base, false, flags, borders, orientation);
808 uint32 borders)
838 const rgb_color& background, uint32 flags, uint32 borders)
842 borders);
849 const rgb_color& background, uint32 flags, uint32 borders)
853 background, flags, borders);
860 const rgb_color& background, uint32 flags, uint32 borders)
907 uint32 borders)
910 0, 0, 0, 0, base, flags, borders);
937 uint32 borders)
954 uint32 borders)
1349 const rgb_color& base, uint32 flags, uint32 borders,
1389 uint32 borders, uint32 side, int32, int32, int32, int32)
1610 uint32 borders, uint32 side, int32 index, int32 selected,
1826 uint32 borders)
1841 if (borders != 0 && rect.Width() > 3 && rect.Height() > 3)
1842 DrawRaisedBorder(view, rect, updateRect, background, flags, borders);
1935 // #pragma mark - various borders
1941 uint32 borders)
1966 if ((borders & B_LEFT_BORDER) != 0) {
1970 if ((borders & B_TOP_BORDER) != 0) {
1974 if ((borders & B_RIGHT_BORDER) != 0) {
1978 if ((borders & B_BOTTOM_BORDER) != 0) {
1983 if ((borders & B_LEFT_BORDER) != 0) {
1987 if ((borders & B_TOP_BORDER) != 0) {
1991 if ((borders & B_RIGHT_BORDER) != 0) {
1995 if ((borders & B_BOTTOM_BORDER) != 0) {
2000 if ((borders & B_LEFT_BORDER) != 0) {
2004 if ((borders & B_TOP_BORDER) != 0) {
2008 if ((borders & B_RIGHT_BORDER) != 0) {
2012 if ((borders & B_BOTTOM_BORDER) != 0) {
2017 if ((borders & B_LEFT_BORDER) != 0) {
2021 if ((borders & B_TOP_BORDER) != 0) {
2025 if ((borders & B_RIGHT_BORDER) != 0) {
2029 if ((borders & B_BOTTOM_BORDER) != 0) {
2044 uint32 borders)
2066 if ((borders & B_LEFT_BORDER) != 0) {
2070 if ((borders & B_TOP_BORDER) != 0) {
2074 if ((borders & B_RIGHT_BORDER) != 0) {
2078 if ((borders & B_BOTTOM_BORDER) != 0) {
2083 if ((borders & B_LEFT_BORDER) != 0) {
2087 if ((borders & B_TOP_BORDER) != 0) {
2091 if ((borders & B_RIGHT_BORDER) != 0) {
2095 if ((borders & B_BOTTOM_BORDER) != 0) {
2109 uint32 borders)
2150 const rgb_color& base, uint32 borders)
2152 DrawBorder(view, rect, updateRect, base, B_FANCY_BORDER, 0, borders);
2476 uint32 borders, orientation orientation)
2479 base, true, flags, borders, orientation);
2486 uint32 borders, orientation orientation)
2489 radius, base, true, flags, borders, orientation);
2497 uint32 flags, uint32 borders, orientation orientation)
2501 borders, orientation);
2512 uint32 flags, uint32 borders)
2598 if ((borders & B_LEFT_BORDER) != 0) {
2603 if ((borders & B_TOP_BORDER) != 0) {
2608 if ((borders & B_RIGHT_BORDER) != 0) {
2613 if ((borders & B_BOTTOM_BORDER) != 0) {
2634 if ((borders & B_LEFT_BORDER) != 0) {
2639 if ((borders & B_TOP_BORDER) != 0) {
2644 if ((borders & B_RIGHT_BORDER) != 0) {
2649 if ((borders & B_BOTTOM_BORDER) != 0) {
2676 (borders & B_LEFT_BORDER) != 0 ? dark2BorderColor : darken1);
2679 (borders & B_TOP_BORDER) != 0 ? dark2BorderColor : darken1);
2682 (borders & B_RIGHT_BORDER) != 0 ? dark2BorderColor : darken1);
2685 (borders & B_BOTTOM_BORDER) != 0 ? dark2BorderColor : darken1);
2732 bool popupIndicator, uint32 flags, uint32 borders, orientation orientation)
2805 uint32 flags, uint32 borders)
3112 uint32 borders)
3118 if ((borders & B_BOTTOM_BORDER) != 0) {
3124 if ((borders & B_RIGHT_BORDER) != 0) {
3130 if ((borders & B_TOP_BORDER) != 0) {
3136 if ((borders & B_LEFT_BORDER) != 0) {