Searched refs:blend_hard_light (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/resources/sksl/blend/ |
D | BlendHardLight.sksl | 6 sk_FragColor = blend_hard_light(src, dst);
|
/third_party/pixman/test/ |
D | utils.c | 1599 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/ |
D | pixman-combine-float.c | 557 blend_hard_light (float sa, float s, float da, float d) in blend_hard_light() function
|
D | pixman-combine32.c | 750 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/ |
D | sksl_gpu.sksl | 378 half4 blend_hard_light(half4 src, half4 dst) { return blend_overlay(dst, src); }
|