Home | History | Annotate | Download | only in effects

Lines Matching defs:devInfo

343         SkPathEffect::DashInfo devInfo;
344 devInfo.fPhase = devPhase;
345 devInfo.fCount = 2;
346 devInfo.fIntervals = devIntervals;
353 GrDashingEffect::Create(edgeType, devInfo, strokeWidth, capType))->unref();