Home
last modified time | relevance | path

Searched refs:zoomBitmaps (Results 1 – 8 of 8) sorted by relevance

/haiku/src/servers/app/decorator/
H A DDecorator.cpp63 = minimizeBitmaps[3] = zoomBitmaps[0] = zoomBitmaps[1] = zoomBitmaps[2] in Tab()
64 = zoomBitmaps[3] = NULL; in Tab()
1230 tab->zoomBitmaps[index] = NULL; in _InvalidateBitmaps()
H A DDecorator.h73 ServerBitmap* zoomBitmaps[4]; member
H A DDefaultDecorator.cpp666 ServerBitmap* bitmap = tab->zoomBitmaps[index]; in _DrawZoom()
670 tab->zoomBitmaps[index] = bitmap; in _DrawZoom()
H A DTabDecorator.cpp194 memset(&tab->zoomBitmaps, 0, sizeof(tab->zoomBitmaps)); in SetRegionHighlight()
/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.cpp178 memset(&tab->zoomBitmaps, 0, sizeof(tab->zoomBitmaps)); in SetRegionHighlight()
/haiku/src/add-ons/decorators/MacDecorator/
H A DMacDecorator.cpp161 memset(&tab->zoomBitmaps, 0, sizeof(tab->zoomBitmaps)); in SetRegionHighlight()
/haiku/src/add-ons/decorators/FlatDecorator/
H A DFlatDecorator.cpp732 ServerBitmap* bitmap = tab->zoomBitmaps[index]; in _DrawZoom()
736 tab->zoomBitmaps[index] = bitmap; in _DrawZoom()
/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.cpp758 ServerBitmap* bitmap = tab->zoomBitmaps[index]; in _DrawZoom()
762 tab->zoomBitmaps[index] = bitmap; in _DrawZoom()