Searched refs:grow (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/interface/
H A DRegionSupport.cpp296 Quantifier is Exists if grow is true, For all if grow is false, and
299 Thus, if xdir is true and grow is false, r is replaced by the region
313 #define ZOpRegion(a,b,c) if (grow) BRegion::Support::XUnionRegion(a,b,c); \
323 register int xdir, register int grow)
353 int grow; local
357 if ((grow = (dx < 0))) dx = -dx;
358 if (dx) Compress(r, s, t, (unsigned) 2*dx, true, grow);
359 if ((grow = (dy < 0))) dy = -dy;
360 if (dy) Compress(r, s, t, (unsigned) 2*dy, false, grow);
320 Compress( BRegion* r, BRegion* s, BRegion* t, register unsigned dx, register int xdir, register int grow) argument
[all...]
H A DTextView.cpp5125 float grow = newWidth - oldWidth; local
5126 fContainerView->ResizeBy(grow, 0);
/haiku/headers/libs/alm/
H A DArea.h73 void SetGrowPenalties(BSize grow);
/haiku/src/system/kernel/
H A Dguarded_heap.cpp266 size_t alignment, uint32 flags, bool& grow)
321 grow = guarded_heap_pages_allocated(*area.heap, pagesNeeded);
416 bool grow = false; local
424 grow);
432 if (result == NULL || grow) {
265 guarded_heap_area_allocate(guarded_heap_area& area, size_t size, size_t alignment, uint32 flags, bool& grow) argument
/haiku/src/libs/alm/
H A DArea.cpp198 Area::SetGrowPenalties(BSize grow) argument
200 fGrowPenalties = grow;
/haiku/src/kits/tracker/
H A DTextWidget.cpp424 float grow = newWidth - oldWidth; local
425 scrollView->ResizeBy(grow, 0);

Completed in 89 milliseconds