Searched refs:pts0 (Results 1 - 1 of 1) sorted by relevance

/external/skia/gm/
H A Dtechtalk1.cpp93 SkPoint pts0[256*2], pts1[256]; local
94 int count = d0.getPoints(pts0, SK_ARRAY_COUNT(pts0));
97 memcpy(&pts0[count], pts1, count * sizeof(SkPoint));
107 show_mesh(canvas, pts0, indices, ndx - indices);

Completed in 177 milliseconds