Home
last modified time | relevance | path

Searched refs:fWillReadDstColor (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrXferProcessor.h150 bool willReadDstColor() const { return fWillReadDstColor; } in willReadDstColor()
179 if (this->fWillReadDstColor != that.fWillReadDstColor) { in isEqual()
218 bool fWillReadDstColor; variable
DGrXferProcessor.cpp13 : fWillReadDstColor(false) in GrXferProcessor()
19 : fWillReadDstColor(willReadDstColor) in GrXferProcessor()