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

  /external/chromium_org/third_party/skia/bench/
DashBench.cpp 420 SkPoint horPts[2];
421 horPts[0].fX = pts[0].fX + k * 22.f;
422 horPts[0].fY = pts[0].fY + j * 22.f;
423 horPts[1].fX = pts[1].fX + k * 22.f;
424 horPts[1].fY = pts[1].fY + j * 22.f;
425 canvas->drawPoints(SkCanvas::kLines_PointMode, 2, horPts, p);
  /external/skia/bench/
DashBench.cpp 420 SkPoint horPts[2];
421 horPts[0].fX = pts[0].fX + k * 22.f;
422 horPts[0].fY = pts[0].fY + j * 22.f;
423 horPts[1].fX = pts[1].fX + k * 22.f;
424 horPts[1].fY = pts[1].fY + j * 22.f;
425 canvas->drawPoints(SkCanvas::kLines_PointMode, 2, horPts, p);

Completed in 191 milliseconds