Searched refs:fAllowCoverageCounting (Results 1 – 2 of 2) sorted by relevance
46 fAllowCoverageCounting = false; in GrCaps()105 fAllowCoverageCounting = !options.fDisableCoverageCountingPaths; in applyOptionsOverrides()197 writer->appendBool("Allow coverage counting shortcuts", fAllowCoverageCounting); in dumpJSON()
344 bool allowCoverageCounting() const { return fAllowCoverageCounting; } in allowCoverageCounting()497 bool fAllowCoverageCounting : 1; variable