Lines Matching refs:geo
233 for (const auto& geo : fLines) { in dumpInfo() local
236 geo.fPtsRot[0].fX, geo.fPtsRot[0].fY, in dumpInfo()
237 geo.fPtsRot[1].fX, geo.fPtsRot[1].fY, in dumpInfo()
238 geo.fSrcStrokeWidth, in dumpInfo()
239 geo.fIntervals[0], in dumpInfo()
240 geo.fIntervals[1], in dumpInfo()
241 geo.fPhase); in dumpInfo()
306 DashDraw(const LineData& geo) { in DashDraw()
307 memcpy(fPtsRot, geo.fPtsRot, sizeof(geo.fPtsRot)); in DashDraw()
308 memcpy(fIntervals, geo.fIntervals, sizeof(geo.fIntervals)); in DashDraw()
309 fPhase = geo.fPhase; in DashDraw()