Searched refs:fInOut (Results 1 – 2 of 2) sorted by relevance
20 fInOut.reset(out); in calcColorWithBatch()29 fInOut.reset(out); in calcCoverageWithBatch()38 fInOut.reset(out); in calcColorWithPrimProc()47 fInOut.reset(out); in calcCoverageWithPrimProc()60 fInOut.reset(out); in calcWithInitialValues()69 fInputColor = fInOut.color(); in internalCalc()74 fInOut.resetWillUseInputColor(); in internalCalc()75 processor->computeInvariantOutput(&fInOut); in internalCalc()76 SkDEBUGCODE(fInOut.validate()); in internalCalc()77 if (!fInOut.willUseInputColor()) { in internalCalc()[all …]
28 : fInOut(0, static_cast<GrColorComponentFlags>(0), false) in GrProcOptInfo()45 bool isSolidWhite() const { return fInOut.isSolidWhite(); } in isSolidWhite()46 bool isOpaque() const { return fInOut.isOpaque(); } in isOpaque()47 bool isSingleComponent() const { return fInOut.isSingleComponent(); } in isSingleComponent()48 bool allStagesMultiplyInput() const { return fInOut.allStagesMulInput(); } in allStagesMultiplyInput()53 bool isFourChannelOutput() const { return !fInOut.isSingleComponent() && in isFourChannelOutput()54 fInOut.isLCDCoverage(); } in isFourChannelOutput()56 GrColor color() const { return fInOut.color(); } in color()57 uint8_t validFlags() const { return fInOut.validFlags(); } in validFlags()90 GrInvariantOutput fInOut; variable