Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrXferProcessor.h146 bool willReadDstColor() const { return fWillReadDstColor; } in willReadDstColor()
175 if (this->fWillReadDstColor != that.fWillReadDstColor) { in isEqual()
215 bool fWillReadDstColor; variable
H A DGrXferProcessor.cpp15 , fWillReadDstColor(false) in GrXferProcessor()
22 , fWillReadDstColor(willReadDstColor) in GrXferProcessor()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrXferProcessor.h146 bool willReadDstColor() const { return fWillReadDstColor; } in willReadDstColor()
175 if (this->fWillReadDstColor != that.fWillReadDstColor) { in isEqual()
215 bool fWillReadDstColor; variable
H A DGrXferProcessor.cpp15 , fWillReadDstColor(false) in GrXferProcessor()
22 , fWillReadDstColor(willReadDstColor) in GrXferProcessor()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DGrXferProcessor.h147 bool willReadDstColor() const { return fWillReadDstColor; } in willReadDstColor()
176 if (this->fWillReadDstColor != that.fWillReadDstColor) { in isEqual()
216 bool fWillReadDstColor; variable
H A DGrXferProcessor.cpp15 , fWillReadDstColor(false) in GrXferProcessor()
22 , fWillReadDstColor(willReadDstColor) in GrXferProcessor()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrXferProcessor.h146 bool willReadDstColor() const { return fWillReadDstColor; } in willReadDstColor()
175 if (this->fWillReadDstColor != that.fWillReadDstColor) { in isEqual()
215 bool fWillReadDstColor; variable
H A DGrXferProcessor.cpp15 , fWillReadDstColor(false) in GrXferProcessor()
22 , fWillReadDstColor(willReadDstColor) in GrXferProcessor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrXferProcessor.h156 bool willReadDstColor() const { return fWillReadDstColor; } in GR_MAKE_BITFIELD_CLASS_OPS()
185 if (this->fWillReadDstColor != that.fWillReadDstColor) { in GR_MAKE_BITFIELD_CLASS_OPS()
225 bool fWillReadDstColor; in GR_MAKE_BITFIELD_CLASS_OPS() local
H A DGrXferProcessor.cpp15 , fWillReadDstColor(false) in GrXferProcessor()
22 , fWillReadDstColor(willReadDstColor) in GrXferProcessor()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrXferProcessor.h150 bool willReadDstColor() const { return fWillReadDstColor; } in willReadDstColor()
179 if (this->fWillReadDstColor != that.fWillReadDstColor) { in isEqual()
219 bool fWillReadDstColor; variable
H A DGrXferProcessor.cpp14 , fWillReadDstColor(false) in GrXferProcessor()
21 , fWillReadDstColor(willReadDstColor) in GrXferProcessor()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrXferProcessor.h146 bool willReadDstColor() const { return fWillReadDstColor; } in willReadDstColor()
175 if (this->fWillReadDstColor != that.fWillReadDstColor) { in isEqual()
215 bool fWillReadDstColor; variable
H A DGrXferProcessor.cpp15 , fWillReadDstColor(false) in GrXferProcessor()
22 , fWillReadDstColor(willReadDstColor) in GrXferProcessor()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/include/gpu/
H A DGrXferProcessor.h176 bool willReadDstColor() const { return fWillReadDstColor; } in willReadDstColor()
219 if (this->fWillReadDstColor != that.fWillReadDstColor) { in isEqual()
278 bool fWillReadDstColor; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/
H A DGrXferProcessor.cpp14 : fWillReadDstColor(false) in GrXferProcessor()
22 : fWillReadDstColor(willReadDstColor) in GrXferProcessor()