Home
last modified time | relevance | path

Searched refs:horPts (Results 1 – 2 of 2) sorted by relevance

/external/skqp/bench/
DDashBench.cpp417 SkPoint horPts[2]; in onDraw() local
418 horPts[0].fX = pts[0].fX + k * 22.f; in onDraw()
419 horPts[0].fY = pts[0].fY + j * 22.f; in onDraw()
420 horPts[1].fX = pts[1].fX + k * 22.f; in onDraw()
421 horPts[1].fY = pts[1].fY + j * 22.f; in onDraw()
422 canvas->drawPoints(SkCanvas::kLines_PointMode, 2, horPts, p); in onDraw()
/external/skia/bench/
DDashBench.cpp417 SkPoint horPts[2]; in onDraw() local
418 horPts[0].fX = pts[0].fX + k * 22.f; in onDraw()
419 horPts[0].fY = pts[0].fY + j * 22.f; in onDraw()
420 horPts[1].fX = pts[1].fX + k * 22.f; in onDraw()
421 horPts[1].fY = pts[1].fY + j * 22.f; in onDraw()
422 canvas->drawPoints(SkCanvas::kLines_PointMode, 2, horPts, p); in onDraw()