Searched refs:fill_pts (Results 1 – 3 of 3) sorted by relevance
/external/skia/samplecode/ |
D | SamplePoints.cpp | 42 static void fill_pts(SkPoint pts[], size_t n, SkRandom* rand) { in fill_pts() function in PointsView 64 fill_pts(pts, n, &rand); in onDrawContent()
|
D | SampleText.cpp | 104 static void fill_pts(SkPoint pts[], size_t n, SkRandom* rand) { in fill_pts() function in TextSpeedView
|
/external/skia/gm/ |
D | points.cpp | 27 static void fill_pts(SkPoint pts[], size_t n, SkRandom* rand) { in fill_pts() function in skiagm::PointsGM 55 fill_pts(pts, n, &rand); in onDraw()
|