Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds