Lines Matching refs:geo
262 DashDraw(const LineData& geo) {
263 memcpy(fPtsRot, geo.fPtsRot, sizeof(geo.fPtsRot));
264 memcpy(fIntervals, geo.fIntervals, sizeof(geo.fIntervals));
265 fPhase = geo.fPhase;
663 for (const auto& geo : fLines) {
666 geo.fPtsRot[0].fX, geo.fPtsRot[0].fY,
667 geo.fPtsRot[1].fX, geo.fPtsRot[1].fY,
668 geo.fSrcStrokeWidth,
669 geo.fIntervals[0],
670 geo.fIntervals[1],
671 geo.fPhase);