Searched defs:generate_pts (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/samplecode/
H A DSampleHairline.cpp47 static void generate_pts(SkPoint pts[], int count, int w, int h) { function
96 generate_pts(pts, N, WIDTH, HEIGHT);
112 generate_pts(pts, N, WIDTH, HEIGHT);
135 generate_pts(pts, N, WIDTH, HEIGHT);
159 generate_pts(pts, N, WIDTH, HEIGHT);
/external/skia/samplecode/
H A DSampleHairline.cpp47 static void generate_pts(SkPoint pts[], int count, int w, int h) { function
96 generate_pts(pts, N, WIDTH, HEIGHT);
112 generate_pts(pts, N, WIDTH, HEIGHT);
135 generate_pts(pts, N, WIDTH, HEIGHT);
159 generate_pts(pts, N, WIDTH, HEIGHT);

Completed in 50 milliseconds