Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrDashingEffect.cpp261 bool fullDash) { in Create()
339 bool fullDash = this->fullDash(); in generateGeometry() local
608 DashBatch(const Geometry& geometry, SkPaint::Cap cap, DashAAMode aaMode, bool fullDash) { in DashBatch()
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