Searched defs:bounds (Results 26 - 27 of 27) sorted by relevance

12

/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c388 ZSTD_bounds bounds = { 0, 0, 0 }; local
586 ZSTD_bounds const bounds = ZSTD_cParam_getBounds(cParam); local
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp362 Surface SubSurface(Rect bounds) { argument
454 void Box(const Rect &bounds, chtyp argument
474 TitledBox(const Rect &bounds, const char *title, chtype v_char = ACS_VLINE, chtype h_char = ACS_HLINE) argument
590 Window(const char *name, const Rect &bounds) argument
659 SetBounds(const Rect &bounds) argument
679 CreateSubWindow(const char *name, const Rect &bounds, bool make_active) argument
808 Rect bounds = GetBounds(); local
1787 Rect bounds = Rect(Point(0, line), Size(width, height)); local
2076 Rect bounds = surface.GetFrame(); variable
2595 Rect bounds = Rect(Point(0, line), Size(width, height)); local
2610 Rect bounds = Rect(Point(x, 0), Size(width, 1)); local
2977 Rect bounds = m_main_window_sp->GetCenteredRect(85, 8); local
3556 Rect bounds = m_main_window_sp->GetCenteredRect(85, 8); local
6406 Rect bounds = main_window_sp->GetCenteredRect(80, 19); variable
6458 Rect bounds = main_window_sp->GetCenteredRect(80, 22); variable
6470 Rect bounds = main_window_sp->GetCenteredRect(80, 22); variable
[all...]

Completed in 192 milliseconds

12