Home
last modified time | relevance | path

Searched refs:bar_rect (Results 1 – 7 of 7) sorted by relevance

/haiku/src/apps/processcontroller/
H A DUtilities.h34 BRect bar_rect(BRect& frame, BFont* font);
H A DNoiseBarMenuItem.cpp45 frame = bar_rect(frame, &font); in DrawBar()
H A DKernelMemoryBarMenuItem.cpp63 BRect cadre = bar_rect(frame, &font); in DrawBar()
H A DThreadBarMenuItem.cpp50 frame = bar_rect(frame, &font); in DrawBar()
H A DTeamBarMenuItem.cpp86 frame = bar_rect(frame, &font); in DrawBar()
H A DMemoryBarMenuItem.cpp79 BRect rect = bar_rect(frame, &font); in DrawBar()
H A DUtilities.cpp176 bar_rect(BRect& frame, BFont* font) in bar_rect() function