Searched refs:Value (Results 201 - 225 of 495) sorted by relevance

1234567891011>>

/haiku-fatelf/src/apps/fontdemo/
H A DControlView.cpp237 static_cast<int>(fFontsizeSlider->Value()));
241 msg.AddFloat("_size", static_cast<float>(fFontsizeSlider->Value()));
250 static_cast<int>(fShearSlider->Value()));
254 msg.AddFloat("_shear", static_cast<float>(fShearSlider->Value()));
263 static_cast<int>(fRotationSlider->Value()));
267 msg.AddFloat("_rotation", static_cast<float>(fRotationSlider->Value()));
276 (int)fSpacingSlider->Value());
280 msg.AddFloat("_spacing", static_cast<float>(fSpacingSlider->Value()));
288 msg.AddBool("_aliased", static_cast<bool>(fAliasingCheckBox->Value()));
290 if (static_cast<bool>(fAliasingCheckBox->Value())
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/dispatcher/
H A Ddswexec.c245 if (LocalObjDesc->Integer.Value)
247 WalkState->ControlState->Common.Value = TRUE;
255 WalkState->ControlState->Common.Value = FALSE;
267 WalkState->ControlState->Common.Value, WalkState->Op));
486 FirstArg = Op->Common.Value.Arg;
561 (WalkState->Operands[0]->Reference.Value ==
562 WalkState->Operands[1]->Reference.Value))
617 Op->Common.Node = (ACPI_NAMESPACE_NODE *) Op->Asl.Value.Arg->Asl.Node;
618 AcpiUtAddReference (Op->Asl.Value.Arg->Asl.Node->Object);
625 * (AML_METHODCALL) Op->Asl.Value
[all...]
/haiku-fatelf/src/apps/icon-o-matic/generic/property/
H A DProperty.cpp185 return SetValue(i->Value());
203 return SetValue(fValue + (int32)((float)(i->Value()
320 return SetValue(f->Value());
338 return SetValue(fValue + (f->Value() - fValue) * scale);
439 return SetValue(u->Value());
457 return SetValue(fValue + (uint8)((float)(u->Value()
561 return SetValue(b->Value());
583 return SetValue(b->Value());
683 return SetValue(s->Value());
H A DProperty.h87 inline int32 Value() const function in class:IntProperty
130 inline float Value() const function in class:FloatProperty
171 inline uint8 Value() const function in class:UInt8Property
206 inline bool Value() const function in class:BoolProperty
236 inline const char* Value() const function in class:StringProperty
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutosi.c464 if (InterfaceInfo->Value > AcpiGbl_OsiData)
466 AcpiGbl_OsiData = InterfaceInfo->Value;
492 ReturnDesc->Integer.Value = ReturnValue;
H A Dutmisc.c640 * PARAMETERS: Value - Value to be converted
650 UINT32 Value)
654 UINT32 Value; member in union:__anon1326
659 UINT32 Value; member in union:__anon1327
667 In.Value = Value;
674 return (Out.Value);
649 AcpiUtDwordByteSwap( UINT32 Value) argument
/haiku-fatelf/src/apps/codycam/
H A DSettings.cpp51 StringValueSetting::Value() const function in class:StringValueSetting
171 ScalarValueSetting::Value() const
228 BooleanValueSetting::Value() const function in class:BooleanValueSetting
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorSlider.cpp150 msg->AddFloat("value", 1.0 - (float)Value() / 255);
154 msg->AddFloat("value", (1.0 - (float)Value() / 255) * 6);
159 msg->AddFloat("value", 1.0 - (float)Value() / 255);
238 if (value != Value()) {
306 float value = Value();
316 float value = (Value() / 255.0) * (bounds.Width() - 4.0);
351 float value = Value();
363 float value = (Value() / 255.0) * (bounds.Width() - 4.0);
401 R = 255 - Value();
408 G = 255 - Value();
[all...]
/haiku-fatelf/src/libs/icon/transformer/
H A DContourTransformer.cpp189 float w = object->Value(PROPERTY_WIDTH, (float)width());
196 bool ado = object->Value(PROPERTY_DETECT_ORIENTATION,
212 float l = object->Value(PROPERTY_MITER_LIMIT, (float)miter_limit());
/haiku-fatelf/src/kits/tracker/
H A DSettings.cpp74 StringValueSetting::Value() const function in class:StringValueSetting
194 ScalarValueSetting::Value() const
277 BooleanValueSetting::Value() const function in class:BooleanValueSetting
/haiku-fatelf/src/add-ons/translators/gif/
H A DGIFView.cpp299 fPrefs->interlaced = fInterlacedCB->Value();
302 fPrefs->usedithering = fUseDitheringCB->Value();
305 fPrefs->usetransparent = fUseTransparentCB->Value();
309 fTransparentRedTC->SetEnabled(fUseTransparentColorRB->Value());
310 fTransparentGreenTC->SetEnabled(fUseTransparentColorRB->Value());
311 fTransparentBlueTC->SetEnabled(fUseTransparentColorRB->Value());
/haiku-fatelf/src/bin/desklink/
H A DVolumeControl.cpp222 int32 oldValue = Value();
279 int32 currentValue = Value();
356 if (fBeep && fOriginalValue != Value() && message == NULL) {
358 fOriginalValue = Value();
361 fMixerControl->SetVolume(Value());
398 fText.SetToFormat(B_TRANSLATE("%ld dB"), Value());
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexstoren.c340 DestDesc->Integer.Value = ActualSrcDesc->Integer.Value;
H A Dexresolv.c257 StackDesc->Reference.Value, WalkState, &ObjDesc);
264 StackDesc->Reference.Value, ObjDesc));
570 ObjDesc->Reference.Value, WalkState, &ObjDesc);
580 ObjDesc->Reference.Value, WalkState, &Node);
/haiku-fatelf/src/apps/cdplayer/
H A DTwoStateDrawButton.cpp134 if (Value() == B_CONTROL_ON) {
154 if (Value() == B_CONTROL_ON) {
/haiku-fatelf/src/apps/debugger/value/value_nodes/
H A DAddressValueNode.cpp51 ValueLocation*& _location, Value*& _value)
78 Value* value = new(std::nothrow) AddressValue(valueData);
H A DBMessageValueNode.h30 Value*& _value);
90 Value*& _value);
/haiku-fatelf/src/apps/drivesetup/
H A DSupport.cpp127 // Value() and fStartOffset are always in MiB.
129 Value() - fStartOffset);
138 return Value() - fStartOffset;
/haiku-fatelf/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DBoolValueView.cpp57 if (fProperty && fProperty->Value()) {
129 fProperty->SetValue(!fProperty->Value());
/haiku-fatelf/src/apps/mediaplayer/interface/
H A DSymbolButton.cpp53 if (Value() == B_CONTROL_ON)
58 if (Value() == B_CONTROL_ON)
/haiku-fatelf/src/libs/alm/
H A DSharedSolver.cpp41 solver->SetMinSize(layout, BSize(ceilf(layout->Right()->Value()),
42 ceilf(layout->Bottom()->Value())));
61 solver->SetMaxSize(layout, BSize(floorf(layout->Right()->Value()),
62 floorf(layout->Bottom()->Value())));
77 float width = layout->Right()->Value() - layout->Left()->Value();
78 float height = layout->Bottom()->Value() - layout->Top()->Value();
/haiku-fatelf/src/libs/linprog/
H A DVariable.cpp63 Variable::Value() const function in class:Variable
180 string << Value();
/haiku-fatelf/headers/libs/linprog/
H A DVariable.h27 double Value() const;
/haiku-fatelf/headers/os/net/
H A DHttpHeaders.h28 const char* Value() const;
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsdumpdv.c178 Info->HardwareId.Value, ACPI_FORMAT_UINT64 (Info->Address),

Completed in 293 milliseconds

1234567891011>>