Searched refs:max (Results 76 - 100 of 424) sorted by relevance

1234567891011>>

/haiku/src/apps/haikudepot/textview/
H A DTextView.h31 float* max, float* preferred);
/haiku/src/kits/tracker/
H A DSettings.cpp178 int32 min, int32 max)
183 fMax(max),
253 const char* wrongValueErrorString, int32 min, int32 max)
256 wrongValueErrorString, min, max)
176 ScalarValueSetting(const char* name, int32 defaultValue, const char* valueExpectedErrorString, const char* wrongValueErrorString, int32 min, int32 max) argument
251 HexScalarValueSetting(const char* name, int32 defaultValue, const char* valueExpectedErrorString, const char* wrongValueErrorString, int32 min, int32 max) argument
H A DSettings.h90 int32 max = INT32_MAX);
116 int32 max = INT32_MAX);
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dpll.h28 pll_divisors max; member in struct:pll_limits
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupSlider.h30 int32 max = 100,
73 virtual void SetMax(int32 max);
/haiku/headers/private/graphics/
H A Dvideo_overlay.h82 uint16 max; member in struct:__anon8
87 float max; member in struct:__anon9
95 overlay_uint16_minmax width; /* min and max sizes in each axis */
/haiku/src/add-ons/accelerants/via/
H A DOverlay.c226 * space in between your overlay buffers for instance, so cardRAM is used 'to the max'.
391 oc->view.width.max = ob->width;
392 oc->view.height.max = ob->height;
404 oc->window.width.max = 2046;
408 oc->window.width.max = dm->virtual_width;
415 oc->window.height.max = 2046;
419 oc->window.height.max = dm->virtual_height;
428 oc->h_scale.max = 8.0;
429 oc->v_scale.max = 8.0;
/haiku/src/add-ons/accelerants/neomagic/
H A DOverlay.c225 * space in between your overlay buffers for instance, so cardRAM is used 'to the max'.
394 oc->view.width.max = ob->width;
395 oc->view.height.max = ob->height;
407 oc->window.width.max = 2048;
411 oc->window.width.max = dm->virtual_width;
418 oc->window.height.max = 2048;
422 oc->window.height.max = dm->virtual_height;
426 /* Note: official max is 8.0, and NM BES does not support downscaling! */
428 oc->h_scale.max = 8.0;
430 oc->v_scale.max
[all...]
/haiku/src/kits/interface/layouter/
H A DCollapsingLayouter.cpp79 float max; member in struct:CollapsingLayouter::Constraint
135 float max, float preferred)
137 if (min == B_SIZE_UNSET && max == B_SIZE_UNSET)
145 constraint->max = max;
316 fLayouter->AddConstraints(position, c->length, c->min, c->max,
134 AddConstraints(int32 element, int32 length, float min, float max, float preferred) argument
/haiku/src/system/libroot/posix/
H A Dshadow.cpp170 int32 max; local
180 || (error = reply.FindInt32("max", &max)) != B_OK
189 min, max, warn, inactive, expiration, flags, spwd, buffer, bufferSize);
228 int max; local
235 lastChanged, min, max, warn, inactive, expiration, flags);
240 min, max, warn, inactive, expiration, flags, spwd, buffer, bufferSize);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DConsoleOutputView.cpp251 float min, max; local
252 scroller->GetRange(&min, &max);
253 if (min == max || scroller->Value() == max)
259 scroller->GetRange(&min, &max);
260 fConsoleOutput->ScrollTo(0.0, max);
/haiku/src/add-ons/accelerants/3dfx/
H A Doverlay.cpp231 constraints->view.width.max = buffer->width;
232 constraints->view.height.max = buffer->height;
240 constraints->window.width.max = mode->virtual_width;
242 constraints->window.height.max = mode->virtual_height;
245 constraints->h_scale.max = 8.0;
247 constraints->v_scale.max = 8.0;
/haiku/src/kits/interface/
H A DCardLayout.cpp82 // which would normally cause the min-max to be re-computed. But in this
143 BCardLayout::GetHeightForWidth(float width, float* min, float* max, argument
169 // adjust max and preferred, if necessary
176 if (max)
177 *max = maxHeight;
311 BSize max = item->MaxSize(); local
317 fMax.width = min_c(fMax.width, max.width);
318 fMax.height = min_c(fMax.height, max.height);
H A DDecimalSpinner.cpp257 BDecimalSpinner::SetMaxValue(double max) argument
259 fMaxValue = max;
265 BDecimalSpinner::Range(double* min, double* max) argument
268 *max = fMaxValue;
273 BDecimalSpinner::SetRange(double min, double max) argument
276 SetMaxValue(max);
H A DViewPort.cpp97 virtual void GetHeightForWidth(float width, float* min, float* max, argument
132 layoutSize.width = std::max(layoutSize.width, childMin.width);
133 layoutSize.height = std::max(layoutSize.height, childMin.height);
H A DBox.cpp39 BSize max; member in struct:BBox::LayoutData
485 BBox::GetHeightForWidth(data->width, &data->min, &data->max,
530 BSize size = (GetLayout() ? GetLayout()->MaxSize() : fLayoutData->max);
822 BSize max = child->MaxSize(); local
829 max.width = BLayoutUtils::AddDistances(max.width, addWidth - 1);
830 max.height = BLayoutUtils::AddDistances(max.height, addHeight - 1);
834 BLayoutUtils::FixSizeConstraints(min, max, preferred);
837 fLayoutData->max
[all...]
/haiku/src/add-ons/accelerants/ati/
H A Doverlay.cpp223 constraints->view.width.max = buffer->width;
224 constraints->view.height.max = buffer->height;
232 constraints->window.width.max = mode->virtual_width;
234 constraints->window.height.max = mode->virtual_height;
237 constraints->h_scale.max = 8.0;
239 constraints->v_scale.max = 8.0;
/haiku/src/add-ons/accelerants/vesa/
H A Dhooks.cpp105 constraints->view.width.max = buffer->width;
106 constraints->view.height.max = buffer->height;
114 constraints->window.width.max = mode->virtual_width;
116 constraints->window.height.max = mode->virtual_height;
119 constraints->h_scale.max = buffer->width * 7;
121 constraints->v_scale.max = buffer->height * 7;
/haiku/src/bin/desklink/
H A DVolumeControl.cpp357 int32 min, max; local
358 GetLimits(&min, &max);
359 float position = (float)min / (min - max);
426 int32 min, max; local
427 GetLimits(&min, &max);
430 return ceilf(1.0f * (value - min) / (max - min)
434 return ceilf(BarFrame().top - 1.0f * (value - min) / (max - min)
/haiku/src/tests/kits/app/bmessagerunner/
H A DSetIntervalTester.cpp128 interval = max(interval, kMinTimeInterval);
165 interval = max(interval, kMinTimeInterval);
202 interval = max(interval, kMinTimeInterval);
243 interval = max(interval, kMinTimeInterval);
251 newInterval = max(newInterval, kMinTimeInterval);
289 interval = max(interval, kMinTimeInterval);
297 newInterval = max(newInterval, kMinTimeInterval);
/haiku/src/libs/alm/
H A DArea.cpp613 Area::_UpdateMaxSizeConstraint(BSize max) argument
623 max.width += LeftInset() + RightInset();
624 max.height += TopInset() + BottomInset();
627 // we only need max constraints if the alignment is full height/width
634 if (max.Height() < 20000) {
637 kLE, max.Height(), priority, priority);
639 fMaxContentHeight->SetRightSide(max.Height());
652 if (max.Width() < 20000) {
655 max.Width(), priority, priority);
657 fMaxContentWidth->SetRightSide(max
[all...]
/haiku/src/add-ons/accelerants/matrox/
H A DOverlay.c124 * G200 max. pitch is 4092 pixels, > G200 max pitch is 4088 pixels for this colorspace.
154 * G200 max. pitch is 4088 pixels, > G200 max pitch is 4064 pixels for this colorspace.
299 * space in between your overlay buffers for instance, so cardRAM is used 'to the max'.
481 oc->view.width.max = ob->width;
482 oc->view.height.max = ob->height;
493 oc->window.width.max = 2048;
497 oc->window.width.max = dm->virtual_width;
503 oc->window.height.max
[all...]
/haiku/src/libs/agg/src/
H A Dagg_bspline.cpp58 void bspline::init(int max) argument
60 if(max > 2 && max > m_max)
62 m_am.resize(max * 3);
63 m_max = max;
/haiku/src/add-ons/accelerants/radeon/
H A Doverlay_management.c266 oc->view.width.max = ob->width;
267 oc->view.height.max = ob->height;
275 oc->window.width.max = dm->virtual_width;
277 oc->window.height.max = dm->virtual_height;
282 oc->h_scale.max = 1 << 12;
284 oc->v_scale.max = 1 << 12;
/haiku/src/add-ons/kernel/debugger/demangle/
H A Dgcc2.cpp481 uint32 max = strlen(name) + length + 1; local
482 strlcat(name, namespaceStart.String(), min_c(max, nameSize));
536 uint32 max = strlen(buffer) + length + 1; local
537 strlcat(buffer, namespaceStart.String(), min_c(max, bufferSize));
542 size_t max = strlen(buffer) + nameLength + 1; local
543 strlcat(buffer, name, min_c(max, bufferSize));

Completed in 144 milliseconds

1234567891011>>