Home
last modified time | relevance | path

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

/third_party/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()
/third_party/flutter/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()
/third_party/skia/gm/
Dperspshaders.cpp187 auto rand_pt = [&rand]() { in make_path() local
197 p = rand_pt(); in make_path()
/third_party/skia/samplecode/
DSampleClip.cpp281 auto rand_pt = [&rand]() { in make_path() local
291 p = rand_pt(); in make_path()