Searched refs:fill_pts (Results 1 – 4 of 4) sorted by relevance
/external/skqp/samplecode/ |
D | SamplePoints.cpp | 36 static void fill_pts(SkPoint pts[], size_t n, SkRandom* rand) { in fill_pts() function in PointsView 58 fill_pts(pts, n, &rand); in onDrawContent()
|
/external/skia/samplecode/ |
D | SamplePoints.cpp | 36 static void fill_pts(SkPoint pts[], size_t n, SkRandom* rand) { in fill_pts() function in PointsView 58 fill_pts(pts, n, &rand); in onDrawContent()
|
/external/skqp/gm/ |
D | points.cpp | 26 static void fill_pts(SkPoint pts[], size_t n, SkRandom* rand) { in fill_pts() function in skiagm::PointsGM 54 fill_pts(pts, n, &rand); in onDraw()
|
/external/skia/gm/ |
D | points.cpp | 26 static void fill_pts(SkPoint pts[], size_t n, SkRandom* rand) { in fill_pts() function in skiagm::PointsGM 54 fill_pts(pts, n, &rand); in onDraw()
|