Home | Sort by relevance Sort by last modified time |
/external/skia/gm/ | |
points.cpp | 26 static void fill_pts(SkPoint pts[], size_t n, SkRandom* rand) { function in class:skiagm::PointsGM 54 fill_pts(pts, n, &rand); |
/external/skia/samplecode/ | |
SamplePoints.cpp | 38 static void fill_pts(SkPoint pts[], size_t n, SkRandom* rand) { function in class:PointsView 60 fill_pts(pts, n, &rand); |
SampleText.cpp | 101 static void fill_pts(SkPoint pts[], size_t n, SkRandom* rand) { function in class:TextSpeedView |