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