Searched refs:colorsIndex (Results 1 - 1 of 1) sorted by relevance

/haiku/src/servers/app/decorator/
H A DDefaultDecorator.cpp225 const int8 colorsIndex = COLORS_INDEX(i, fBorderWidth, 5); local
229 colors[colorsIndex]);
249 const int8 colorsIndex = COLORS_INDEX(i, fBorderWidth, 5); local
253 colors[colorsIndex]);
262 const int8 colorsIndex = COLORS_INDEX(i, fBorderWidth, 5); local
266 colors[(4 - colorsIndex) == 4 ? 5 : (4 - colorsIndex)]);
275 const int8 colorsIndex = COLORS_INDEX(i, fBorderWidth, 5); local
279 colors[(4 - colorsIndex) == 4 ? 5 : (4 - colorsIndex)]);
294 const int8 colorsIndex = COLORS_INDEX(i, fBorderWidth, 3); local
318 const int8 colorsIndex = COLORS_INDEX(i, fBorderWidth, 3); local
341 const int8 colorsIndex = COLORS_INDEX(i, fBorderWidth, 3); local
354 const int8 colorsIndex = COLORS_INDEX(i, fBorderWidth, 3); local
[all...]

Completed in 38 milliseconds