Searched refs:GetFloat (Results 1 - 9 of 9) sorted by relevance

/haiku/src/tests/kits/interface/picture/
H A DSVGViewView.cpp468 float GetFloat(char **string) { function
509 x = GetFloat(&ptr);
510 y = GetFloat(&ptr);
520 x = GetFloat(&ptr);
521 y = GetFloat(&ptr);
532 x = GetFloat(&ptr);
533 y = GetFloat(&ptr);
542 x = GetFloat(&ptr);
543 y = GetFloat(&ptr);
555 x1 = GetFloat(
[all...]
/haiku/src/apps/showimage/
H A DShowImageSettings.h29 float GetFloat(const char* name, float defaultValue);
H A DShowImageSettings.cpp74 ShowImageSettings::GetFloat(const char* name, float defaultValue) function in class:ShowImageSettings
H A DShowImageWindow.cpp1420 settings->GetFloat("PO:ZoomFactor", fPrintOptions.ZoomFactor()));
1421 fPrintOptions.SetDPI(settings->GetFloat("PO:DPI", fPrintOptions.DPI()));
1423 settings->GetFloat("PO:Width", fPrintOptions.Width()));
1425 settings->GetFloat("PO:Height", fPrintOptions.Height()));
/haiku/src/kits/locale/
H A DNumberFormat.cpp34 NumberFormat* GetFloat(BFormattingConventions* convention);
93 BNumberFormatImpl::GetFloat(BFormattingConventions* convention) function in class:BNumberFormatImpl
234 NumberFormat* formatter = fPrivateData->GetFloat(&fConventions);
284 NumberFormat* decimalFormatter = fPrivateData->GetFloat(&fConventions);
339 NumberFormat* parser = fPrivateData->GetFloat(&fConventions);
377 NumberFormat* format = fPrivateData->GetFloat(&fConventions);
/haiku/src/add-ons/mail_daemon/inbound_filters/spam_filter/
H A DSpamFilter.cpp55 fGenuineCutoffRatio = settings.GetFloat("GenuineCutoffRatio", 0.01f);
58 fSpamCutoffRatio = settings.GetFloat("SpamCutoffRatio", 0.99f);
/haiku/src/kits/interface/
H A DDeskbar.cpp330 return reply.GetFloat("width", 129);
343 return reply.GetFloat("height", 16);
/haiku/headers/os/app/
H A DMessage.h465 float GetFloat(const char* name,
467 float GetFloat(const char* name, int32 index,
/haiku/src/apps/deskbar/
H A DBarApp.cpp327 settings.width = prefs.GetFloat("width",

Completed in 77 milliseconds