Searched defs:fullDash (Results 1 – 1 of 1) sorted by relevance
261 bool fullDash) { in Create()339 bool fullDash = this->fullDash(); in generateGeometry() local608 DashBatch(const Geometry& geometry, SkPaint::Cap cap, DashAAMode aaMode, bool fullDash) { in DashBatch()662 bool fullDash() const { return fBatch.fFullDash; } in fullDash() function in DashBatch724 bool fullDash = offInterval > 0.f || aaMode != kBW_DashAAMode; in create_batch() local