Searched refs:rand_pt (Results 1 – 2 of 2) sorted by relevance
/external/skia/bench/ |
D | StrokeBench.cpp | 56 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()
|
/external/skqp/bench/ |
D | StrokeBench.cpp | 56 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()
|