Searched refs:_GetComponentColors (Results 1 – 6 of 6) sorted by relevance
/haiku/src/servers/app/decorator/ |
H A D | DefaultDecorator.cpp | 222 _GetComponentColors(COMPONENT_TOP_BORDER, colors, fTopTab); in _DrawFrame() 246 _GetComponentColors(COMPONENT_LEFT_BORDER, colors, fTopTab); in _DrawFrame() 259 _GetComponentColors(COMPONENT_BOTTOM_BORDER, colors, fTopTab); in _DrawFrame() 272 _GetComponentColors(COMPONENT_RIGHT_BORDER, colors, fTopTab); in _DrawFrame() 291 _GetComponentColors(COMPONENT_TOP_BORDER, colors, fTopTab); in _DrawFrame() 315 _GetComponentColors(COMPONENT_LEFT_BORDER, colors, fTopTab); in _DrawFrame() 338 _GetComponentColors(COMPONENT_BOTTOM_BORDER, colors, fTopTab); in _DrawFrame() 351 _GetComponentColors(COMPONENT_RIGHT_BORDER, colors, fTopTab); in _DrawFrame() 368 _GetComponentColors(COMPONENT_LEFT_BORDER, colors, fTopTab); in _DrawFrame() 382 _GetComponentColors(COMPONENT_RESIZE_CORNER, colors, fTopTab); in _DrawFrame() [all …]
|
H A D | DefaultDecorator.h | 64 void _GetComponentColors(Component component,
|
/haiku/src/add-ons/decorators/FlatDecorator/ |
H A D | FlatDecorator.cpp | 296 _GetComponentColors(COMPONENT_LEFT_BORDER, colors, fTopTab); in _DrawFrame() 310 _GetComponentColors(COMPONENT_BOTTOM_BORDER, colors, fTopTab); in _DrawFrame() 321 _GetComponentColors(COMPONENT_RIGHT_BORDER, colors, fTopTab); in _DrawFrame() 336 _GetComponentColors(COMPONENT_TOP_BORDER, colors, fTopTab); in _DrawFrame() 360 _GetComponentColors(COMPONENT_TOP_BORDER, colors, fTopTab); in _DrawFrame() 379 _GetComponentColors(COMPONENT_LEFT_BORDER, colors, fTopTab); in _DrawFrame() 399 _GetComponentColors(COMPONENT_BOTTOM_BORDER, colors, fTopTab); in _DrawFrame() 410 _GetComponentColors(COMPONENT_RIGHT_BORDER, colors, fTopTab); in _DrawFrame() 425 _GetComponentColors(COMPONENT_LEFT_BORDER, colors, fTopTab); in _DrawFrame() 441 _GetComponentColors(COMPONENT_RESIZE_CORNER, colors, fTopTab); in _DrawFrame() [all …]
|
H A D | FlatDecorator.h | 69 void _GetComponentColors(Component component,
|
/haiku/src/add-ons/decorators/BeDecorator/ |
H A D | BeDecorator.cpp | 356 _GetComponentColors(COMPONENT_TOP_BORDER, colors, fTopTab); in _DrawFrame() 376 _GetComponentColors(COMPONENT_LEFT_BORDER, colors, fTopTab); in _DrawFrame() 386 _GetComponentColors(COMPONENT_BOTTOM_BORDER, colors, fTopTab); in _DrawFrame() 398 _GetComponentColors(COMPONENT_RIGHT_BORDER, colors, fTopTab); in _DrawFrame() 415 _GetComponentColors(COMPONENT_TOP_BORDER, colors, fTopTab); in _DrawFrame() 435 _GetComponentColors(COMPONENT_LEFT_BORDER, colors, fTopTab); in _DrawFrame() 455 _GetComponentColors(COMPONENT_BOTTOM_BORDER, colors, fTopTab); in _DrawFrame() 466 _GetComponentColors(COMPONENT_RIGHT_BORDER, colors, fTopTab); in _DrawFrame() 481 _GetComponentColors(COMPONENT_LEFT_BORDER, colors, fTopTab); in _DrawFrame() 497 _GetComponentColors(COMPONENT_RESIZE_CORNER, colors, fTopTab); in _DrawFrame() [all …]
|
H A D | BeDecorator.h | 73 void _GetComponentColors(Component component,
|