Home
last modified time | relevance | path

Searched refs:fXPFactory (Results 1 – 18 of 18) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/include/gpu/
H A DGrPaint.h95 fXPFactory = std::move(xpFactory); in setXPFactory()
99 fXPFactory = GrPorterDuffXPFactory::Make((SkXfermode::Mode)mode); in setPorterDuffXPFactory()
103 fXPFactory = GrPorterDuffXPFactory::Make(mode); in setPorterDuffXPFactory()
142 return fXPFactory.get(); in getXPFactory()
162 fXPFactory = paint.fXPFactory;
175 if (!fXPFactory && fColorFragmentProcessors.empty()) { in isConstantBlendedColor()
188 mutable sk_sp<GrXPFactory> fXPFactory; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrPaint.cpp15 : fXPFactory(that.fXPFactory) in GrPaint()
41 if (kClear == fXPFactory) { in isConstantBlendedColor()
48 if (kSrc == fXPFactory || (!fXPFactory && fColor.isOpaque())) { in isConstantBlendedColor()
H A DGrPaint.h54 fXPFactory = xpFactory; in setXPFactory()
89 const GrXPFactory* getXPFactory() const { return fXPFactory; } in getXPFactory()
124 const GrXPFactory* fXPFactory = nullptr; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DGrPaint.cpp15 : fXPFactory(that.fXPFactory) in GrPaint()
43 if (kClear == fXPFactory) { in isConstantBlendedColor()
50 if (kSrc == fXPFactory || (!fXPFactory && fColor.isOpaque())) { in isConstantBlendedColor()
H A DGrPaint.h54 fXPFactory = xpFactory; in setXPFactory()
85 const GrXPFactory* getXPFactory() const { return fXPFactory; } in getXPFactory()
120 const GrXPFactory* fXPFactory = nullptr; variable
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrPaint.cpp15 : fXPFactory(that.fXPFactory) in GrPaint()
55 if (kClear == fXPFactory) { in isConstantBlendedColor()
62 if (kSrc == fXPFactory || (!fXPFactory && fColor.isOpaque())) { in isConstantBlendedColor()
H A DGrPaint.h54 fXPFactory = xpFactory; in setXPFactory()
93 const GrXPFactory* getXPFactory() const { return fXPFactory; } in getXPFactory()
128 const GrXPFactory* fXPFactory = nullptr; variable
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrPaint.cpp15 : fXPFactory(that.fXPFactory) in GrPaint()
55 if (kClear == fXPFactory) { in isConstantBlendedColor()
62 if (kSrc == fXPFactory || (!fXPFactory && fColor.isOpaque())) { in isConstantBlendedColor()
H A DGrPaint.h54 fXPFactory = xpFactory; in setXPFactory()
93 const GrXPFactory* getXPFactory() const { return fXPFactory; } in getXPFactory()
128 const GrXPFactory* fXPFactory = nullptr; variable
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrPaint.cpp15 : fXPFactory(that.fXPFactory) in GrPaint()
55 if (kClear == fXPFactory) { in isConstantBlendedColor()
62 if (kSrc == fXPFactory || (!fXPFactory && fColor.isOpaque())) { in isConstantBlendedColor()
H A DGrPaint.h54 fXPFactory = xpFactory; in setXPFactory()
93 const GrXPFactory* getXPFactory() const { return fXPFactory; } in getXPFactory()
128 const GrXPFactory* fXPFactory = nullptr; variable
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrPaint.cpp15 : fXPFactory(that.fXPFactory) in GrPaint()
55 if (kClear == fXPFactory) { in isConstantBlendedColor()
62 if (kSrc == fXPFactory || (!fXPFactory && fColor.isOpaque())) { in isConstantBlendedColor()
H A DGrPaint.h54 fXPFactory = xpFactory; in setXPFactory()
93 const GrXPFactory* getXPFactory() const { return fXPFactory; } in getXPFactory()
128 const GrXPFactory* fXPFactory = nullptr; variable
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrPaint.cpp15 : fXPFactory(that.fXPFactory) in GrPaint()
67 if (kClear == fXPFactory) { in isConstantBlendedColor()
74 if (kSrc == fXPFactory || (!fXPFactory && fColor.isOpaque())) { in isConstantBlendedColor()
H A DGrPaint.h82 fXPFactory = xpFactory; in setXPFactory()
123 const GrXPFactory* getXPFactory() const { return fXPFactory; } in getXPFactory()
154 const GrXPFactory* fXPFactory = nullptr; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/
H A DGrPaint.cpp23 fXPFactory = GrCoverageSetOpXPFactory::Make(regionOp, invertCoverage); in setCoverageSetOpXPFactory()
61 if (fXPFactory) { in internalIsConstantBlendedColor()
62 fXPFactory->getInvariantBlendedColor(colorProcInfo, &blendedColor); in internalIsConstantBlendedColor()
H A DGrPipelineBuilder.h150 fXPFactory = std::move(xpFactory); in setXPFactory()
158 fXPFactory = GrDisableColorXPFactory::Make(); in setDisableColorXPFactory()
162 return fXPFactory.get(); in getXPFactory()
309 mutable sk_sp<GrXPFactory> fXPFactory; variable
H A DGrPipelineBuilder.cpp37 fXPFactory.reset(SkSafeRef(paint.getXPFactory())); in GrPipelineBuilder()