Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrXferProcessor.h162 bool willReadDstColor() const { return fWillReadDstColor; } in willReadDstColor()
205 if (this->fWillReadDstColor != that.fWillReadDstColor) { in isEqual()
260 bool fWillReadDstColor; variable
DGrXferProcessor.cpp13 : fWillReadDstColor(false) in GrXferProcessor()
21 : fWillReadDstColor(willReadDstColor) in GrXferProcessor()