Home
last modified time | relevance | path

Searched refs:make_big_path (Results 1 – 8 of 8) sorted by relevance

/external/skqp/bench/
DBigPathBench.cpp46 sk_tool_utils::make_big_path(fPath); in onDelayedSetup()
/external/skia/bench/
DBigPathBench.cpp45 void onDelayedSetup() override { fPath = ToolUtils::make_big_path(); } in onDelayedSetup()
/external/skqp/tools/
Dsk_tool_utils.h146 void make_big_path(SkPath& path);
Dsk_tool_utils.cpp306 void make_big_path(SkPath& path) { in make_big_path() function
/external/skia/tools/
DToolUtils.h152 SkPath make_big_path();
DToolUtils.cpp377 SkPath make_big_path() { in make_big_path() function
/external/skqp/tools/skpbench/
Dskpbench.cpp501 sk_tool_utils::make_big_path(bigPath); in create_warmup_skp()
/external/skia/tools/skpbench/
Dskpbench.cpp691 SkPath bigPath = ToolUtils::make_big_path(); in create_warmup_skp()