Lines Matching refs:dashes
1506 SkTScopedComPtr<IXpsOMDashCollection> dashes;1507 HRM(shadedPath->GetStrokeDashes(&dashes),1508 "Could not set dashes for shaded path.");1512 HRM(dashes->Append(&dash), "Could not add dashes to shaded path.");