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

/external/chromium_org/third_party/skia/bench/
H A DPathBench.cpp679 static void make_arb_round_rect(SkPath* path, const SkRect& r, function in class:ArbRoundRectBench
712 make_arb_round_rect(&temp, r, 0, 0);
716 make_arb_round_rect(&temp, r, r.width() / 10, r.height() / 15);
/external/skia/bench/
H A DPathBench.cpp679 static void make_arb_round_rect(SkPath* path, const SkRect& r, function in class:ArbRoundRectBench
712 make_arb_round_rect(&temp, r, 0, 0);
716 make_arb_round_rect(&temp, r, r.width() / 10, r.height() / 15);
/external/chromium_org/third_party/skia/tests/
H A DPathTest.cpp599 static void make_arb_round_rect(SkPath* path, const SkRect& r, function
630 make_arb_round_rect(&temp, r, r.width() / 10, r.height() / 15);
657 make_arb_round_rect(&temp, r, 0, 0);
/external/skia/tests/
H A DPathTest.cpp572 static void make_arb_round_rect(SkPath* path, const SkRect& r, function
603 make_arb_round_rect(&temp, r, r.width() / 10, r.height() / 15);
630 make_arb_round_rect(&temp, r, 0, 0);

Completed in 158 milliseconds