Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrStrokeInfo.h71 SkPathEffect::DashInfo dashInfo; in setDashInfo() local
72 fDashType = pe->asADash(&dashInfo); in setDashInfo()
74 fIntervals.reset(dashInfo.fCount); in setDashInfo()
75 dashInfo.fIntervals = fIntervals.get(); in setDashInfo()
76 pe->asADash(&dashInfo); in setDashInfo()
77 fDashPhase = dashInfo.fPhase; in setDashInfo()