Searched defs:BLEND (Results 1 – 12 of 12) sorted by relevance
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | picture_tools_enc.c | 189 #define BLEND(V0, V1, ALPHA) \ macro
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | picture_tools_enc.c | 184 #define BLEND(V0, V1, ALPHA) \ macro
|
/third_party/gstreamer/gstplugins_good/gst/videomixer/ |
D | blend.c | 36 #define BLEND(D,S,alpha) (((D) * (256 - (alpha)) + (S) * (alpha)) >> 8) macro
|
/third_party/mesa3d/src/mesa/swrast/ |
D | s_triangle.c | 325 #define BLEND \ in affine_span() macro
|
/third_party/ffmpeg/libavdevice/ |
D | xcbgrab.c | 329 #define BLEND(target, source, alpha) \ macro
|
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/ |
D | videotestsrc.c | 335 #define BLEND(a,b,x) DIV255(BLEND1(a,b,x)) macro
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | webgl.js | 130 BLEND: 0x0BE2, property
|
/third_party/typescript/lib/ |
D | lib.webworker.d.ts | 3451 readonly BLEND: GLenum; variable 4490 readonly BLEND: GLenum; variable 4932 readonly BLEND: GLenum; property
|
D | lib.dom.d.ts | 16482 readonly BLEND: GLenum; variable 17521 readonly BLEND: GLenum; variable 17963 readonly BLEND: GLenum; property
|
/third_party/typescript/src/lib/ |
D | webworker.generated.d.ts | 3431 readonly BLEND: GLenum; variable 4470 readonly BLEND: GLenum; variable 4912 readonly BLEND: GLenum; property
|
D | dom.generated.d.ts | 16462 readonly BLEND: GLenum; variable 17501 readonly BLEND: GLenum; variable 17943 readonly BLEND: GLenum; property
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 15160 BLEND: number; property 15462 BLEND: number; variable
|