Home
last modified time | relevance | path

Searched refs:SCREEN (Results 1 – 25 of 40) sorted by relevance

12

/third_party/ffmpeg/libavfilter/
Dvf_blend.c289 #define SCREEN(x, a, b) (255 - (x) * ((255 - (a)) * (255 - (b)) / 255)) macro
303 DEFINE_BLEND8(screen, SCREEN(1, A, B))
304 DEFINE_BLEND8(overlay, (A < 128) ? MULTIPLY(2, A, B) : SCREEN(2, A, B))
305 DEFINE_BLEND8(hardlight, (B < 128) ? MULTIPLY(2, B, A) : SCREEN(2, B, A))
327 #undef SCREEN in DEFINE_BLEND8()
332 #define SCREEN(x, a, b) (65535 - (x) * ((65535 - (a)) * (65535 - (b)) / 65535)) in DEFINE_BLEND8() macro
346 DEFINE_BLEND16(screen, SCREEN(1, A, B), 16) in DEFINE_BLEND8()
347 DEFINE_BLEND16(overlay, (A < 32768) ? MULTIPLY(2, A, B) : SCREEN(2, A, B), 16) in DEFINE_BLEND8()
348 DEFINE_BLEND16(hardlight, (B < 32768) ? MULTIPLY(2, B, A) : SCREEN(2, B, A), 16) in DEFINE_BLEND8()
370 #undef SCREEN in DEFINE_BLEND8()
[all …]
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DBlendMode.java25 SCREEN(14), enumConstant
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcExtTokens.cpp142 SCREEN = GL_SCREEN; in init()
268 SCREEN = GL_SCREEN_KHR; in init()
DglcExtTokens.hpp144 glw::GLenum SCREEN; member
/third_party/node/deps/cares/
DMakefile.netware27 SCREEN = none
/third_party/pixman/pixman/
Dpixman.c114 PACK (SCREEN, SCREEN, SCREEN, SCREEN),
/third_party/curl/docs/examples/
DMakefile.netware82 SCREEN = Example Program
/third_party/curl/src/
DMakefile.netware98 SCREEN = $(TARGET) commandline utility
/third_party/curl/lib/
DMakefile.netware88 SCREEN = none
/third_party/giflib/doc/gifstandard/
Dgif87.txt38 SCREEN DESCRIPTOR . . . . . . . . . . . . . . page 4
128 SCREEN DESCRIPTOR
/third_party/pixman/test/
Dutils.c1158 ENTRY (SCREEN),
/third_party/boost/libs/spirit/workbench/unicode/
DScripts.txt216 237D..239A ; Common # So [30] SHOULDERED OPEN BOX..CLEAR SCREEN SYMBOL
1429 20E2..20E4 ; Inherited # Me [3] COMBINING ENCLOSING SCREEN..COMBINING ENCLOSING UPWARD POINTIN…
DPropList.txt1119 237D..239A ; Pattern_Syntax # So [30] SHOULDERED OPEN BOX..CLEAR SCREEN SYMBOL
/third_party/boost/boost/spirit/home/support/char_encoding/unicode/
DScripts.txt216 237D..239A ; Common # So [30] SHOULDERED OPEN BOX..CLEAR SCREEN SYMBOL
1429 20E2..20E4 ; Inherited # Me [3] COMBINING ENCLOSING SCREEN..COMBINING ENCLOSING UPWARD POINTIN…
DPropList.txt1119 237D..239A ; Pattern_Syntax # So [30] SHOULDERED OPEN BOX..CLEAR SCREEN SYMBOL
DDerivedCoreProperties.txt2513 20E2..20E4 ; Case_Ignorable # Me [3] COMBINING ENCLOSING SCREEN..COMBINING ENCLOSING UPWARD PO…
7911 20E2..20E4 ; Grapheme_Extend # Me [3] COMBINING ENCLOSING SCREEN..COMBINING ENCLOSING UPWARD P…
8610 237D..239A ; Grapheme_Base # So [30] SHOULDERED OPEN BOX..CLEAR SCREEN SYMBOL
/third_party/pcre2/pcre2/maint/Unicode.tables/
DScripts.txt223 237D..239A ; Common # So [30] SHOULDERED OPEN BOX..CLEAR SCREEN SYMBOL
1647 20E2..20E4 ; Inherited # Me [3] COMBINING ENCLOSING SCREEN..COMBINING ENCLOSING UPWARD POINTIN…
DGraphemeBreakProperty.txt268 20E2..20E4 ; Extend # Me [3] COMBINING ENCLOSING SCREEN..COMBINING ENCLOSING UPWARD POINTING T…
DDerivedGeneralCategory.txt2987 20E2..20E4 ; Me # [3] COMBINING ENCLOSING SCREEN..COMBINING ENCLOSING UPWARD POINTING TRIANGLE
4032 237D..239A ; So # [30] SHOULDERED OPEN BOX..CLEAR SCREEN SYMBOL
/third_party/gettext/gettext-tools/tests/
Dmsguniq-a.inp1058 !~\:\ package\ SCREEN\ is\ not\ implemented=
Dmsguniq-a.out1489 msgid "~: package SCREEN is not implemented"
Dmsguniq-a.in1613 msgid "~: package SCREEN is not implemented"
/third_party/skia/third_party/externals/icu/source/data/unidata/norm2/
Duts46.txt2432 # 20E2..20E3 valid # 3.0 COMBINING ENCLOSING SCREEN..COMBINING ENCLOSING KEYC…
2580 # 237D..239A valid # 3.0 SHOULDERED OPEN BOX..CLEAR SCREEN SYMBOL
/third_party/icu/icu4c/source/data/unidata/norm2/
Duts46.txt2432 # 20E2..20E3 valid # 3.0 COMBINING ENCLOSING SCREEN..COMBINING ENCLOSING KEYC…
2580 # 237D..239A valid # 3.0 SHOULDERED OPEN BOX..CLEAR SCREEN SYMBOL
/third_party/flutter/skia/third_party/externals/icu/source/data/unidata/norm2/
Duts46.txt2378 # 20E2..20E3 valid # 3.0 COMBINING ENCLOSING SCREEN..COMBINING ENCLOSING KEYC…
2526 # 237D..239A valid # 3.0 SHOULDERED OPEN BOX..CLEAR SCREEN SYMBOL

12