Home
last modified time | relevance | path

Searched refs:kSoftLight (Results 1 – 25 of 27) sorted by relevance

12

/third_party/skia/src/gpu/effects/
DGrCustomXfermode.cpp38 static_assert(kSoftLight_GrBlendEquation == (int)SkBlendMode::kSoftLight + kEqOffset); in hw_blend_equation()
365 static constexpr const CustomXPFactory gSoftLight(SkBlendMode::kSoftLight); in Get()
386 case SkBlendMode::kSoftLight: in Get()
DGrBlendFragmentProcessor.cpp21 return mode <= SkBlendMode::kLastSeparableMode && mode != SkBlendMode::kSoftLight && in does_cpu_blend_impl_match_gpu()
121 case SkBlendMode::kSoftLight: in OptFlags()
/third_party/skia/docs/examples/
DSoft_Light.cpp9 paint.setBlendMode(SkBlendMode::kSoftLight); in draw()
Dskpaint_xfer.cpp33 SkBlendMode::kSoftLight, in draw()
/third_party/skia/include/core/
DSkBlendMode.h61 kSoftLight, //!< lighten or darken, depending on source enumerator
/third_party/skia/src/gpu/glsl/
DGrGLSLBlend.cpp37 case SkBlendMode::kSoftLight: return "blend_soft_light"; in BlendFuncName()
/third_party/skia/modules/androidkit/src/
DUtils.cpp60 static_assert(21 == static_cast<int>(SkBlendMode::kSoftLight)); in BlendMode()
/third_party/vk-gl-cts/external/amber/src/src/
Dcommand_data.h132 kSoftLight, enumerator
/third_party/skia/src/core/
DSkBlendModeBlender.cpp46 RETURN_SINGLETON_BLENDER(SkBlendMode::kSoftLight) in Mode()
DSkBlendMode.cpp112 case SkBlendMode::kSoftLight: stage = SkRasterPipeline::softlight; break; in SkBlendMode_AppendStages()
/third_party/skia/bench/
DBlendmodeBench.cpp140 BENCH(SkBlendMode::kSoftLight)
/third_party/skia/gm/
Dlcdblendmodes.cpp115 SkBlendMode::kSoftLight, in drawColumn()
Dcoloremoji_blendmodes.cpp102 SkBlendMode::kSoftLight, in onDraw()
Ddrawatlascolor.cpp110 SkBlendMode::kSoftLight, in onDraw()
Dxfermodeimagefilter.cpp81 SkBlendMode::kSoftLight, in onDraw()
Dvertices.cpp162 SkBlendMode::kSoftLight, in onDraw()
Dxfermodes.cpp81 { SkBlendMode::kSoftLight, kBasic_SrcType },
/third_party/skia/src/c/
Dsk_paint.cpp160 MAP( SOFTLIGHT_SK_XFERMODE_MODE, SkBlendMode::kSoftLight ); in sk_paint_set_xfermode_mode()
/third_party/skia/src/pdf/
DSkPDFUtils.cpp36 case SkBlendMode::kSoftLight: return "SoftLight"; in BlendModeName()
/third_party/skia/modules/skottie/src/
DSkottie.cpp107 SkBlendMode::kSoftLight, // 9:'soft-light' in GetBlendMode()
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dgraphics_pipeline.cc294 case BlendOp::kSoftLight: in ToVkBlendOp()
/third_party/skia/src/ports/
DSkFontHost_FreeType_common.cpp457 return SkBlendMode::kSoftLight; in ToSkBlendMode()
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
Dcommand_parser.cc1638 *op = BlendOp::kSoftLight; in ParseBlendOpName()
/third_party/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp2016 .value("SoftLight", SkBlendMode::kSoftLight) in EMSCRIPTEN_BINDINGS()
/third_party/skia/tools/fiddle/
Ddocumumentation_examples_map.txt361 …een, kOverlay, kDarken, kLighten, kColorDodge, kColorBurn, kHardLight, kSoftLight, kDifference, kE…

12