HomeSort by relevance Sort by last modified time
    Searched defs:pts0 (Results 1 - 2 of 2) sorted by null

  /external/skia/gm/
filterfastbounds.cpp 62 SkPoint pts0[2] = { { r.fLeft, r.fTop }, { r.fRight, r.fBottom } }; local
65 canvas->drawPoints(SkCanvas::kLines_PointMode, 2, pts0, p);
techtalk1.cpp 93 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 183 milliseconds