Lines Matching refs:fullDash
261 bool fullDash) { in Create() argument
262 return SkNEW_ARGS(DashBatch, (geometry, cap, aaMode, fullDash)); in Create()
317 if (this->fullDash()) { in generateGeometry()
339 bool fullDash = this->fullDash(); in generateGeometry() local
551 if (fullDash) { in generateGeometry()
568 if (fullDash) { in generateGeometry()
585 if (fullDash) { in generateGeometry()
608 DashBatch(const Geometry& geometry, SkPaint::Cap cap, DashAAMode aaMode, bool fullDash) { in DashBatch() argument
614 fBatch.fFullDash = fullDash; in DashBatch()
635 if (this->fullDash() != that->fullDash()) { in onCombineIfPossible()
662 bool fullDash() const { return fBatch.fFullDash; } in fullDash() function in DashBatch
724 bool fullDash = offInterval > 0.f || aaMode != kBW_DashAAMode; in create_batch() local
732 return DashBatch::Create(geometry, cap, aaMode, fullDash); in create_batch()