Home
last modified time | relevance | path

Searched refs:kSrcOut (Results 1 – 25 of 70) sorted by relevance

123

/third_party/flutter/skia/docs/examples/
DBlend_Mode_Methods.cpp11 for (SkBlendMode m : { SkBlendMode::kSrcOver, SkBlendMode::kSrcIn, SkBlendMode::kSrcOut } ) { in draw()
DSrc_Out.cpp20 canvas->drawColor(SkColorSetA(SK_ColorGREEN, 128), SkBlendMode::kSrcOut); in draw()
/third_party/skia/docs/examples/
DBlend_Mode_Methods.cpp11 for (SkBlendMode m : { SkBlendMode::kSrcOver, SkBlendMode::kSrcIn, SkBlendMode::kSrcOut } ) { in draw()
DSrc_Out.cpp20 canvas->drawColor(SkColorSetA(SK_ColorGREEN, 128), SkBlendMode::kSrcOut); in draw()
DBlendModes.cpp31 SkBlendMode::kSrcOut, in draw()
Dskpaint_xfer.cpp19 SkBlendMode::kSrcOut, in draw()
/third_party/flutter/skia/include/core/
DSkBlendMode.h21 kSrcOut, //!< source trimmed outside destination enumerator
/third_party/flutter/skia/src/core/
DSkBlendMode.cpp95 case SkBlendMode::kSrcOut: stage = SkRasterPipeline::srcout; break; in SkBlendMode_AppendStages()
159 SkBlendMode::kSrcOut,
/third_party/skia/include/core/
DSkBlendMode.h46 kSrcOut, //!< r = s * (1-da) enumerator
/third_party/skia/src/gpu/glsl/
DGrGLSLBlend.cpp23 case SkBlendMode::kSrcOut: return "blend_src_out"; in BlendFuncName()
/third_party/flutter/skia/modules/sksg/src/
DSkSGMaskEffect.cpp33 p.setBlendMode(fMaskMode == Mode::kNormal ? SkBlendMode::kSrcIn : SkBlendMode::kSrcOut); in onRender()
/third_party/skia/modules/androidkit/src/
DUtils.cpp45 static_assert(7 == static_cast<int>(SkBlendMode::kSrcOut)); in BlendMode()
/third_party/skia/modules/sksg/src/
DSkSGMaskEffect.cpp67 content_layer_paint.setBlendMode(is_inverted(fMaskMode) ? SkBlendMode::kSrcOut in onRender()
/third_party/skia/modules/svg/src/
DSkSVGFeComposite.cpp33 return SkBlendMode::kSrcOut; in BlendModeForOperator()
/third_party/skia/src/core/
DSkBlendModeBlender.cpp32 RETURN_SINGLETON_BLENDER(SkBlendMode::kSrcOut) in Mode()
/third_party/skia/samplecode/
DSampleAARectModes.cpp22 SkBlendMode::kSrcOut,
DSampleHairModes.cpp22 SkBlendMode::kSrcOut,
/third_party/skia/gm/
Dandroidblendmodes.cpp97 SkBlendMode::kSrcIn, SkBlendMode::kSrcOut, in onDraw()
Dhairmodes.cpp33 SkBlendMode::kSrcOut,
/third_party/flutter/skia/gm/
Dandroidblendmodes.cpp97 SkBlendMode::kSrcIn, SkBlendMode::kSrcOut, in onDraw()
Dhairmodes.cpp33 SkBlendMode::kSrcOut,
Daarectmodes.cpp80 SkBlendMode::kSrcOut,
/third_party/flutter/skia/samplecode/
DSampleAARectModes.cpp22 SkBlendMode::kSrcOut,
DSampleHairModes.cpp22 SkBlendMode::kSrcOut,
/third_party/flutter/skia/bench/
DBlendmodeBench.cpp85 BENCH(SkBlendMode::kSrcOut)

123