Lines Matching defs:borders

56 	uint32 borders)
59 1.0, 1.0, flags, borders);
66 uint32 borders)
69 1.0, 1.0, flags, borders);
78 uint32 borders)
81 1.0, 1.0, flags, borders);
88 uint32 borders, orientation orientation)
91 flags, borders, orientation);
98 uint32 borders, orientation orientation)
101 flags, borders, orientation);
109 uint32 flags, uint32 borders, orientation orientation)
112 flags, borders, orientation);
118 const rgb_color& base, uint32 flags, uint32 borders)
144 borders & B_TOP_BORDER);
158 borders);
169 const rgb_color& background, uint32 flags, uint32 borders)
172 1.0, 1.0, flags, borders);
179 const rgb_color& background, uint32 flags, uint32 borders)
182 1.0, flags, borders);
191 const rgb_color& background, uint32 flags, uint32 borders)
194 rightBottomRadius, base, background, 1.0, 1.0, flags, borders);
211 uint32 borders)
214 flags, borders);
243 uint32 borders)
260 borders);
271 uint32 borders)
298 borders);
660 uint32 borders = _borders;
664 borders &= ~(B_RIGHT_BORDER | B_BOTTOM_BORDER);
670 _DrawOuterResessedFrame(view, rect, base, 1.0, 1.0, flags, borders);
674 scrollbarFrameColor, scrollbarFrameColor, borders);
677 scrollbarFrameColor, scrollbarFrameColor, borders);
685 borders = _borders;
686 borders &= ~B_TOP_BORDER;
688 1.0, 1.0, flags, borders);
691 borders);
697 borders = _borders;
698 borders &= ~B_LEFT_BORDER;
700 1.0, 1.0, flags, borders);
703 borders);
1002 uint32 borders, uint32 side, int32, int32, int32, int32)
1155 edgeLightColor, borders);
1157 if ((borders & B_LEFT_BORDER) == 0)
1159 if ((borders & B_RIGHT_BORDER) == 0)
1162 if ((borders & B_TOP_BORDER) == 0)
1164 if ((borders & B_BOTTOM_BORDER) == 0)
1184 uint32 borders)
1199 if (borders != 0 && rect.Width() > 3 && rect.Height() > 3)
1200 DrawRaisedBorder(view, rect, updateRect, background, flags, borders);
1299 uint32 borders)
1307 scrollbarFrameColor, scrollbarFrameColor, borders);
1314 uint32 borders)
1316 _DrawFrame(view, rect, base, base, base, base, borders);
1323 uint32 borders)
1350 documentBackground, base, false, false, flags, borders);
1356 documentBackground, base, false, false, flags, borders);
1363 const rgb_color& base, uint32 borders)
1371 _DrawFrame(view, rect, frameColor, frameColor, frameColor, frameColor, borders);
1378 uint32 borders, orientation orientation)
1381 flags, borders, orientation);
1388 uint32 borders, orientation orientation)
1391 radius, base, true, flags, borders, orientation);
1399 uint32 flags, uint32 borders, orientation orientation)
1403 borders, orientation);
1415 uint32 flags, uint32 borders)
1420 rgb_color customColor = background; // custom color for borders
1437 _DrawFrame(view, rect, background, background, background, background, borders);
1438 _DrawFrame(view, rect, background, background, background, background, borders);
1490 if ((borders & B_LEFT_BORDER) != 0 && (borders & B_TOP_BORDER) != 0
1502 if ((borders & B_TOP_BORDER) != 0 && (borders & B_RIGHT_BORDER) != 0
1515 if ((borders & B_LEFT_BORDER) != 0 && (borders & B_BOTTOM_BORDER) != 0
1528 if ((borders & B_RIGHT_BORDER) != 0 && (borders & B_BOTTOM_BORDER) != 0
1542 _DrawOuterResessedFrame(view, rect, background, 0, 0, flags, borders);
1547 _DrawOuterResessedFrame(view, rect, background, 0, 0, flags, borders);
1558 borders);
1563 borders);
1574 uint32 borders)
1585 borders);
1590 borders);
1599 bool popupIndicator, uint32 flags, uint32 borders, orientation orientation)
1630 flags, borders, orientation);
1635 customColor, popupIndicator, flags, borders, orientation);
1647 const rgb_color& base, bool popupIndicator, uint32 flags, uint32 borders,
1665 if ((borders & B_LEFT_BORDER) != 0 && (borders & B_TOP_BORDER) != 0
1678 if ((borders & B_TOP_BORDER) != 0 && (borders & B_RIGHT_BORDER) != 0
1691 if ((borders & B_LEFT_BORDER) != 0 && (borders & B_BOTTOM_BORDER) != 0
1705 if ((borders & B_RIGHT_BORDER) != 0 && (borders & B_BOTTOM_BORDER) != 0
1723 // shadow along left/top borders
1724 if (borders & B_LEFT_BORDER) {
1729 if (borders & B_TOP_BORDER) {
1735 // softer shadow along left/top borders
1736 if (borders & B_LEFT_BORDER) {
1741 if (borders & B_TOP_BORDER) {
1752 buttonBgColor, buttonBgColor, borders);
1888 uint32 flags, uint32 borders)
1905 if ((borders & B_LEFT_BORDER) != 0)
1938 if ((borders & B_LEFT_BORDER) != 0 && (borders & B_TOP_BORDER) != 0
1966 if ((borders & B_TOP_BORDER) != 0 && (borders & B_RIGHT_BORDER) != 0
2003 if ((borders & B_LEFT_BORDER) != 0 && (borders & B_BOTTOM_BORDER) != 0
2041 if ((borders & B_RIGHT_BORDER) != 0 && (borders & B_BOTTOM_BORDER) != 0