Lines Matching refs:fPtsRot
183 SkPoint fPtsRot[2]; member
249 bounds.set(geometry.fPtsRot[0], geometry.fPtsRot[1]); in DashOpImpl()
263 memcpy(fPtsRot, geo.fPtsRot, sizeof(geo.fPtsRot)); in DashDraw()
267 SkPoint fPtsRot[2]; member
388 startPts[0] = draw.fPtsRot[0]; in onPrepareDraws()
391 draw.fPtsRot[1].fX); in onPrepareDraws()
404 draw.fPtsRot[0].fX += startAdj; in onPrepareDraws()
408 SkScalar endAdj = calc_end_adjustment(draw.fIntervals, draw.fPtsRot, draw.fPhase, in onPrepareDraws()
410 draw.fPtsRot[1].fX -= endAdj; in onPrepareDraws()
411 if (draw.fPtsRot[0].fX >= draw.fPtsRot[1].fX) { in onPrepareDraws()
424 endPts[1] = draw.fPtsRot[1]; in onPrepareDraws()
434 draw.fPtsRot[1].fX -= endAdj; in onPrepareDraws()
435 if (draw.fPtsRot[0].fX >= draw.fPtsRot[1].fX) { in onPrepareDraws()
441 if (draw.fPtsRot[0].fX == draw.fPtsRot[1].fX && in onPrepareDraws()
502 draw.fPtsRot[0].fX -= hasStartRect ? startAdj : 0; in onPrepareDraws()
503 draw.fPtsRot[1].fX += hasEndRect ? endAdj : 0; in onPrepareDraws()
504 startRect.setBounds(draw.fPtsRot, 2); in onPrepareDraws()
511 args.fSrcRotInv.mapPoints(devicePts, draw.fPtsRot, 2); in onPrepareDraws()
531 args.fSrcRotInv.mapPoints(devicePts, draw.fPtsRot, 2); in onPrepareDraws()
537 bounds.setLTRB(draw.fPtsRot[0].fX, draw.fPtsRot[0].fY, in onPrepareDraws()
538 draw.fPtsRot[1].fX, draw.fPtsRot[1].fY); in onPrepareDraws()
666 geo.fPtsRot[0].fX, geo.fPtsRot[0].fY, in onDumpInfo()
667 geo.fPtsRot[1].fX, geo.fPtsRot[1].fY, in onDumpInfo()
1151 align_to_x_axis(pts, &rotMatrix, lineData.fPtsRot); in MakeDashLineOp()
1158 memcpy(lineData.fPtsRot, pts, 2 * sizeof(SkPoint)); in MakeDashLineOp()