Home
last modified time | relevance | path

Searched defs:isDashed (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/
DGrStyle.h126 bool isDashed() const { return SkPathEffect::kDash_DashType == fDashInfo.fType; } in isDashed() function
/third_party/flutter/skia/src/gpu/
DGrStyle.h125 bool isDashed() const { return SkPathEffect::kDash_DashType == fDashInfo.fType; } in isDashed() function