Searched refs:hasSecondaryOutput (Results 1 – 7 of 7) sorted by relevance
30 bool hasSecondaryOutput() const override { return false; } in hasSecondaryOutput() function in DisableColorXP
50 bool hasSecondaryOutput() const override;461 bool PorterDuffXferProcessor::hasSecondaryOutput() const { in hasSecondaryOutput() function in PorterDuffXferProcessor478 bool hasSecondaryOutput() const override { return false; } in hasSecondaryOutput() function in PDLCDXferProcessor
30 bool hasSecondaryOutput() const override { return false; } in hasSecondaryOutput() function in CoverageSetOpXP
526 bool hasSecondaryOutput() const override { return false; } in hasSecondaryOutput() function in CustomXP
230 virtual bool hasSecondaryOutput() const { return false; } in hasSecondaryOutput() function
176 bool hasSecondaryOutput() const override { return false; } in hasSecondaryOutput() function in ArithmeticXP
342 if (xp.hasSecondaryOutput()) { in emitAndInstallXferProc()