Symbol: append_float
src/apps/icon-o-matic/generic/property/Property.cpp
329
append_float(string, fValue, 4);
src/apps/icon-o-matic/generic/support/support.h
132
void append_float(BString& string, float n, int32 maxDigits = 4);
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
268
append_float(helper, style->Color().alpha / 255.0);
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
271
append_float(helper, stroke->width());
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
289
append_float(helper, style->Color().alpha / 255.0);
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
316
append_float(helper, a.x, 2);
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
318
append_float(helper, a.y, 2);
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
335
append_float(helper, b.y, 2);
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
339
append_float(helper, b.x, 2);
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
343
append_float(helper, b.x, 2);
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
345
append_float(helper, b.y, 2);
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
350
append_float(helper, aOut.x, 2);
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
352
append_float(helper, aOut.y, 2);
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
354
append_float(helper, bIn.x, 2);
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
356
append_float(helper, bIn.y, 2);
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
358
append_float(helper, b.x, 2);
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
360
append_float(helper, b.y, 2);
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
430
append_float(helper, x1, 2);
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
433
append_float(helper, y1, 2);
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
436
append_float(helper, x2, 2);
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
439
append_float(helper, y2, 2);
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
455
append_float(helper, stop->offset);
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
460
append_float(helper, (float)stop->color.alpha / 255.0);
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
494
append_float(string, matrix[0]);
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
496
append_float(string, matrix[1]);
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
498
append_float(string, matrix[2]);
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
500
append_float(string, matrix[3]);
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
502
append_float(string, matrix[4]);
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
504
append_float(string, matrix[5]);