Lines Matching refs:fullDash
195 AAMode aaMode, bool fullDash,
198 aaMode, fullDash, stencilSettings);
235 bool fullDash, const GrUserStencilSettings* stencilSettings)
238 , fFullDash(fullDash)
294 if (this->fullDash()) {
344 bool fullDash = this->fullDash();
576 if (fullDash) {
590 if (fullDash) {
603 if (fullDash) {
639 if (this->fullDash() != that->fullDash()) {
681 bool fullDash() const { return fFullDash; }
1197 bool fullDash = offInterval > 0.f || aaMode != AAMode::kNone;
1204 return DashOpImpl::Make(context, std::move(paint), lineData, cap, aaMode, fullDash,