Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/ops/
DDashOp.cpp195 AAMode aaMode, bool fullDash, in Make() argument
198 aaMode, fullDash, stencilSettings); in Make()
235 bool fullDash, const GrUserStencilSettings* stencilSettings) in DashOpImpl() argument
238 , fFullDash(fullDash) in DashOpImpl()
294 if (this->fullDash()) { in onCreateProgramInfo()
344 bool fullDash = this->fullDash(); in onPrepareDraws() local
576 if (fullDash) { in onPrepareDraws()
590 if (fullDash) { in onPrepareDraws()
603 if (fullDash) { in onPrepareDraws()
639 if (this->fullDash() != that->fullDash()) { in onCombineIfPossible()
[all …]