Searched refs:fHasSecondaryOutput (Results 1 – 2 of 2) sorted by relevance
52 SkASSERT(!fHasSecondaryOutput); in enableSecondaryOutput()53 fHasSecondaryOutput = true; in enableSecondaryOutput()
93 bool hasSecondaryOutput() const override { return fHasSecondaryOutput; } in hasSecondaryOutput()124 bool fHasSecondaryOutput = false; variable