Home
last modified time | relevance | path

Searched refs:blend_soft_light (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/resources/sksl/blend/
DBlendSoftLight.sksl6 sk_FragColor = blend_soft_light(src, dst);
/third_party/skia/resources/sksl/workarounds/
DBlendGuardedDivide.sksl8 sk_FragColor = blend_soft_light(src, dst);
/third_party/pixman/test/
Dutils.c1608 blend_soft_light (double sa, double s, double da, double d) in blend_soft_light() function
1916 blend_soft_light, in do_composite()
/third_party/pixman/pixman/
Dpixman-combine-float.c583 blend_soft_light (float sa, float s, float da, float d) in blend_soft_light() function
/third_party/skia/src/sksl/
Dsksl_gpu.sksl395 half4 blend_soft_light(half4 src, half4 dst) {