Searched refs:fWillReadDstColor (Results 1 – 2 of 2) sorted by relevance
150 bool willReadDstColor() const { return fWillReadDstColor; } in willReadDstColor()179 if (this->fWillReadDstColor != that.fWillReadDstColor) { in isEqual()218 bool fWillReadDstColor; variable
13 : fWillReadDstColor(false) in GrXferProcessor()19 : fWillReadDstColor(willReadDstColor) in GrXferProcessor()