Searched refs:DEFINE_double (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/modules/skottie/src/ |
D | SkottieTool.cpp | 40 static DEFINE_double(t0, 0, "Timeline start [0..1]."); 41 static DEFINE_double(t1, 1, "Timeline stop [0..1]."); 42 static DEFINE_double(fps, 0, "Decode frames per second (default is animation native fps).");
|
/third_party/skia/tools/fiddle/ |
D | fiddle_main.cpp | 20 static DEFINE_double(duration, 1.0, 22 static DEFINE_double(frame, 1.0,
|
/third_party/skia/tools/flags/ |
D | CommandLineFlags.h | 243 #define DEFINE_double(name, defaultValue, helpString) \ macro
|
/third_party/skia/bench/ |
D | RectBench.cpp | 18 static DEFINE_double(strokeWidth, -1.0, "If set, use this stroke width in RectBench.");
|
D | nanobench.cpp | 113 static DEFINE_double(overheadGoal, 0.0001, 115 static DEFINE_double(gpuMs, 5, "Target bench time in millseconds for GPU.");
|
/third_party/skia/tools/fm/ |
D | fm.cpp | 82 static DEFINE_double(rasterDPI, SK_ScalarDefaultRasterDPI,
|
/third_party/skia/tools/skpbench/ |
D | skpbench.cpp | 81 static DEFINE_double(scale, 1, "Scale the size of the canvas and the zoom level by this factor.");
|