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

/haiku/headers/os/interface/
H A DBox.h87 void _DrawPlain(BRect labelBox);
88 void _DrawFancy(BRect labelBox);
/haiku/src/kits/interface/
H A DBox.cpp234 BRect labelBox = BRect(0, 0, 0, 0); local
236 labelBox = fLayoutData->label_box;
238 update.Exclude(labelBox);
242 labelBox = fLabelView->Bounds();
246 _DrawFancy(labelBox);
250 _DrawPlain(labelBox);
679 BBox::_DrawPlain(BRect labelBox) argument
715 BBox::_DrawFancy(BRect labelBox) argument

Completed in 16 milliseconds