Searched refs:append_float (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/icon-o-matic/import_export/svg/
H A DSVGExporter.cpp245 append_float(helper, style->Color().alpha / 255.0);
248 append_float(helper, stroke->width());
266 append_float(helper, style->Color().alpha / 255.0);
293 append_float(helper, a.x, 2);
295 append_float(helper, a.y, 2);
312 append_float(helper, b.y, 2);
316 append_float(helper, b.x, 2);
320 append_float(helper, b.x, 2);
322 append_float(helper, b.y, 2);
327 append_float(helpe
[all...]
/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport.h132 void append_float(BString& string, float n, int32 maxDigits = 4);
H A Dsupport.cpp97 // append_float
99 append_float(BString& string, float n, int32 maxDigits) function
/haiku/src/apps/icon-o-matic/generic/property/
H A DProperty.cpp329 append_float(string, fValue, 4);

Completed in 26 milliseconds