Home
last modified time | relevance | path

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

/third_party/skia/resources/sksl/blend/
DBlendHardLight.sksl6 sk_FragColor = blend_hard_light(src, dst);
/third_party/pixman/test/
Dutils.c1599 blend_hard_light (double sa, double s, double da, double d) in blend_hard_light() function
1915 blend_hard_light, in do_composite()
/third_party/pixman/pixman/
Dpixman-combine-float.c557 blend_hard_light (float sa, float s, float da, float d) in blend_hard_light() function
Dpixman-combine32.c750 blend_hard_light (int32_t d, int32_t ad, int32_t s, int32_t as) in PDF_SEPARABLE_BLEND_MODE()
/third_party/skia/src/sksl/
Dsksl_gpu.sksl378 half4 blend_hard_light(half4 src, half4 dst) { return blend_overlay(dst, src); }