Searched refs:fill_pts (Results 1 – 3 of 3) sorted by relevance
/external/skia/samplecode/ |
D | SamplePoints.cpp | 44 static void fill_pts(SkPoint pts[], size_t n, SkRandom* rand) { in fill_pts() function in PointsView 66 fill_pts(pts, n, &rand); in onDrawContent()
|
D | SampleText.cpp | 333 static void fill_pts(SkPoint pts[], size_t n, SkRandom* rand) { in fill_pts() function in TextSpeedView
|
/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()
|