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

/haiku/src/apps/mandelbrot/
H A DFractalEngine.cpp140 Render(msg->GetDouble("locationX", 0), msg->GetDouble("locationY", 0),
141 msg->GetDouble("size", 0.005));
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPDriver.cpp189 GetJobData()->Settings().GetDouble(key);
/haiku/headers/libs/print/libprint/
H A DJobData.h48 double GetDouble(const char* key) const;
/haiku/headers/os/app/
H A DMessage.h469 double GetDouble(const char* name,
471 double GetDouble(const char* name, int32 index,
/haiku/src/libs/print/libprint/
H A DJobData.cpp171 DriverSpecificSettings::GetDouble(const char* key) const function in class:DriverSpecificSettings
H A DJobSetupDlg.cpp677 value = fJobData->Settings().GetDouble(key);

Completed in 104 milliseconds