Searched refs:fDecRegion (Results 1 – 2 of 2) sorted by relevance
/haiku/src/tests/servers/app/newClipping/ |
H A D | WinBorder.cpp | 27 fDecRegion.OffsetBy(dx, dy); in MovedByHook() 39 fDecRegion.MakeEmpty(); in set_decorator_region() 41 fDecRegion.Include(BRect(bounds.left-4, bounds.top-4, bounds.right+4, bounds.top-1)); in set_decorator_region() 42 fDecRegion.Include(BRect(bounds.left-4, bounds.bottom+1, bounds.right+4, bounds.bottom+4)); in set_decorator_region() 43 fDecRegion.Include(BRect(bounds.left-4, bounds.top, bounds.left-1, bounds.bottom)); in set_decorator_region() 44 fDecRegion.Include(BRect(bounds.right+1, bounds.top, bounds.right+4, bounds.bottom)); in set_decorator_region() 47 …fDecRegion.Include(BRect(bounds.left-4, bounds.top-4-10, bounds.left+bounds.Width()/2, bounds.top-… in set_decorator_region() 50 fDecRegion.Include(BRect(bounds.right-10, bounds.bottom-10, bounds.right, bounds.bottom)); in set_decorator_region() 55 region.Exclude(&fDecRegion); in alter_visible_for_children() 64 ConvertToScreen2(&fDecRegion); in get_user_regions() [all …]
|
H A D | WinBorder.h | 19 BRegion fDecRegion; variable
|