Searched refs:rand_pt (Results 1 – 4 of 4) sorted by relevance
/third_party/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()
|
/third_party/flutter/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()
|
/third_party/skia/gm/ |
D | perspshaders.cpp | 187 auto rand_pt = [&rand]() { in make_path() local 197 p = rand_pt(); in make_path()
|
/third_party/skia/samplecode/ |
D | SampleClip.cpp | 281 auto rand_pt = [&rand]() { in make_path() local 291 p = rand_pt(); in make_path()
|