Home
last modified time | relevance | path

Searched refs:capType (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/gpu/ops/
H A DDashOp.cpp291 DashCap capType = (this->cap() == SkPaint::kRound_Cap) ? kRound_DashCap : kNonRound_DashCap; variable
295 gp = make_dash_gp(arena, this->color(), this->aaMode(), capType,
333 DashCap capType = (SkPaint::kRound_Cap == cap) ? kRound_DashCap : kNonRound_DashCap; variable
582 capType);
595 draws[i].fPerpendicularScale, capType);
608 draws[i].fPerpendicularScale, capType);

Completed in 3 milliseconds