Home
last modified time | relevance | path

Searched refs:asBlendMode (Results 1 – 25 of 26) sorted by relevance

12

/third_party/skia/src/core/
DSkPaint.cpp145 skstd::optional<SkBlendMode> SkPaint::asBlendMode() const { in asBlendMode() function in SkPaint
146 return fBlender ? as_BB(fBlender)->asBlendMode() in asBlendMode()
151 return this->asBlendMode().value_or(defaultMode); in getBlendMode_or()
155 return !fBlender || as_BB(fBlender)->asBlendMode() == SkBlendMode::kSrcOver; in isSrcOver()
252 const auto bm = paint.asBlendMode(); in pack_v68()
302 !paint.asBlendMode()) { in Flatten()
471 auto bm = this->asBlendMode(); in nothingToDraw()
DSkBlitter_RGB565.cpp73 const auto bm = paint.asBlendMode(); in Supports()
94 if (paint.asBlendMode() == SkBlendMode::kSrc || isOpaque) { in SkRGB565_Shader_Blitter()
DSkSpriteBlitter_RGB565.cpp81 const auto bm = paint.asBlendMode(); in ChooseL565()
170 const auto bm = paint.asBlendMode(); in ChooseLA8()
DSkXfermodeInterpretation.cpp16 const auto bm = paint.asBlendMode(); in SkInterpretXfermode()
DSkBlendModeBlender.h17 skstd::optional<SkBlendMode> asBlendMode() const final { return fMode; } in asBlendMode() function
DSkBlenderBase.h32 virtual skstd::optional<SkBlendMode> asBlendMode() const { return {}; } in asBlendMode() function
DSkPaintPriv.cpp45 const auto bm = paint->asBlendMode(); in Overwrites()
DSkSpriteBlitter_ARGB32.cpp103 if (!paint.asBlendMode()) { in ChooseL32()
DSkRecordOpts.cpp179 0xFF == paint->getAlpha() && paint->asBlendMode() == SkBlendMode::kSrc; in effectively_srcover()
DSkVMBlitter.cpp271 if (as_BB(blender)->asBlendMode() == SkBlendMode::kSrcOver && shader->isOpaque()) { in EffectiveParams()
382 const auto as_blendmode = blender->asBlendMode(); in BuildProgram()
492 if (auto bm = as_BB(params.blender)->asBlendMode()) { in CacheKey()
DSkRasterPipelineBlitter.cpp93 if (!paint.asBlendMode()) { in SkCreateRasterPipelineBlitter()
154 const auto bm = paint.asBlendMode(); in Create()
DSkBlitter_Sprite.cpp75 const auto mode = paint.asBlendMode(); in Supports()
DSkBlitter.cpp663 const auto mode = paint.asBlendMode(); in UseLegacyBlitter()
709 if (auto mode = paint->asBlendMode()) { in Choose()
783 SkASSERT(paint->getShader() || paint->asBlendMode() == SkBlendMode::kSrcOver); in Choose()
DSkRecordDraw.cpp324 const auto bm = paint->asBlendMode(); in PaintMayAffectTransparentBlack()
DSkDraw.cpp912 const auto bm = origPaint.asBlendMode(); in drawPath()
DSkBlitter_ARGB32.cpp987 if (SkBlendMode::kSrc == paint.asBlendMode()) { in SkARGB32_Shader_Blitter()
/third_party/skia/docs/examples/
DPaintDump.cpp60 if (d.asBlendMode() != p.asBlendMode()) { in PaintStringDump()
/third_party/skia/tests/
DPaintTest.cpp160 ASSERT(other.asBlendMode() == paint.asBlendMode());
/third_party/skia/src/effects/imagefilters/
DSkBlendImageFilter.cpp119 if (auto bm = as_BB(fBlender)->asBlendMode()) { in flatten()
209 if (auto bm = as_BB(fBlender)->asBlendMode()) { in onFilterBounds()
/third_party/skia/include/core/
DSkPaint.h473 skstd::optional<SkBlendMode> asBlendMode() const;
/third_party/skia/src/shaders/
DSkComposeShader.cpp65 if (auto bm = as_BB(blender)->asBlendMode()) { in Blend()
/third_party/skia/src/utils/
DSkPaintFilterCanvas.cpp175 && newPaint->asBlendMode() == SkBlendMode::kSrcOver) { in onDrawPicture()
/third_party/skia/experimental/graphite/src/
DDevice.cpp281 auto blendMode = paint.asBlendMode(); in drawShape()
/third_party/skia/src/gpu/
DSkGr.cpp552 if (auto bm = skPaint.asBlendMode()) { in skpaint_to_grpaint_impl()
/third_party/skia/dm/
DDMSrcSink.cpp2364 if (skstd::optional<SkBlendMode> mode = paint.asBlendMode()) { in draw()

12