Home
last modified time | relevance | path

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

/external/skia/bench/
DStrokeBench.cpp56 static SkPoint rand_pt(SkRandom& rand) { in rand_pt() function
63 path.moveTo(rand_pt(rand)); in line_path_maker()
65 path.lineTo(rand_pt(rand)); in line_path_maker()
72 path.moveTo(rand_pt(rand)); in quad_path_maker()
74 path.quadTo(rand_pt(rand), rand_pt(rand)); in quad_path_maker()
81 path.moveTo(rand_pt(rand)); in conic_path_maker()
83 path.conicTo(rand_pt(rand), rand_pt(rand), rand.nextUScalar1()); in conic_path_maker()
90 path.moveTo(rand_pt(rand)); in cubic_path_maker()
92 path.cubicTo(rand_pt(rand), rand_pt(rand), rand_pt(rand)); in cubic_path_maker()