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

/external/skia/bench/
H A DPathBench.cpp760 static void make_arb_round_rect(SkPath* path, const SkRect& r, function in class:ArbRoundRectBench
793 make_arb_round_rect(&temp, r, 0, 0);
797 make_arb_round_rect(&temp, r, r.width() / 10, r.height() / 15);
/external/skqp/bench/
H A DPathBench.cpp760 static void make_arb_round_rect(SkPath* path, const SkRect& r, function in class:ArbRoundRectBench
793 make_arb_round_rect(&temp, r, 0, 0);
797 make_arb_round_rect(&temp, r, r.width() / 10, r.height() / 15);
/external/skia/tests/
H A DPathTest.cpp816 static void make_arb_round_rect(SkPath* path, const SkRect& r, function
847 make_arb_round_rect(&temp, r, r.width() / 10, r.height() / 15);
874 make_arb_round_rect(&temp, r, 0, 0);
/external/skqp/tests/
H A DPathTest.cpp816 static void make_arb_round_rect(SkPath* path, const SkRect& r, function
847 make_arb_round_rect(&temp, r, r.width() / 10, r.height() / 15);
874 make_arb_round_rect(&temp, r, 0, 0);

Completed in 220 milliseconds