Searched refs:DEFINE_double (Results 1 – 17 of 17) sorted by relevance
/third_party/grpc/test/cpp/qps/ |
D | qps_json_driver.cc | 47 DEFINE_double( 50 DEFINE_double(targeted_cpu_load, 70.0, 52 DEFINE_double(stride, 1, 55 DEFINE_double(error_tolerance, 0.01,
|
/third_party/flutter/skia/modules/skottie/src/ |
D | SkottieTool.cpp | 26 static DEFINE_double(t0, 0, "Timeline start [0..1]."); 27 static DEFINE_double(t1, 1, "Timeline stop [0..1]."); 28 static DEFINE_double(fps, 30, "Decode frames per second.");
|
/third_party/flutter/skia/tools/ |
D | skottie2movie.cpp | 24 static DEFINE_double(motion_angle, 180, "motion blur angle"); 25 static DEFINE_double(motion_slope, 0, "motion blur slope");
|
/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/json/benchmarks/thirdparty/benchmark/src/ |
D | commandlineflags.h | 21 #define DEFINE_double(name, default_val, doc) double FLAG(name) = (default_val) macro
|
D | benchmark.cc | 62 DEFINE_double(benchmark_min_time, 0.5,
|
/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/flutter/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/flutter/skia/tools/flags/ |
D | CommandLineFlags.h | 243 #define DEFINE_double(name, defaultValue, helpString) \ macro
|
/third_party/flutter/skia/bench/ |
D | RectBench.cpp | 18 static DEFINE_double(strokeWidth, -1.0, "If set, use this stroke width in RectBench.");
|
D | nanobench.cpp | 100 static DEFINE_double(overheadGoal, 0.0001, 102 static DEFINE_double(gpuMs, 5, "Target bench time in millseconds for GPU.");
|
/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/flutter/skia/tools/fm/ |
D | fm.cpp | 63 static DEFINE_double(rasterDPI, SK_ScalarDefaultRasterDPI,
|
/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.");
|