Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/ccpr/
DGrCCCoverageProcessor.h107 void enableDebugBloat(float debugBloat) { fDebugBloat = debugBloat; } in enableDebugBloat()
109 float debugBloat() const { SkASSERT(this->debugBloatEnabled()); return fDebugBloat; } in debugBloat() function