Home
last modified time | relevance | path

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

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/effects/
H A Danimation_value.h176 auto bOpacity = std::clamp(interpolate(0, 255, b_ratio), 0, 255) + 1; in color() local
177 auto aOpacity = (256 - bOpacity); in color()
178 auto components = (non_premultiplied(a) * aOpacity + non_premultiplied(b) * bOpacity); in color()
263 auto bOpacity = std::clamp(interpolate(0, 255, b_ratio), 0, 255) + 1; in color() local
264 auto aOpacity = (256 - bOpacity); in color()
265 auto components = (non_premultiplied(a) * aOpacity + non_premultiplied(b) * bOpacity); in color()
/dports/math/vtk8/VTK-8.2.0/Rendering/FreeType/Testing/Cxx/
H A DTestTextOpaquePass.cxx47 double bOpacity[3] = { 0.0, 0.5, 1.0 }; in configureTextArray() local
73 tprop->SetBackgroundOpacity(bOpacity[b]); in configureTextArray()
/dports/math/vtk9/VTK-9.1.0/Rendering/FreeType/Testing/Cxx/
H A DTestTextOpaquePass.cxx47 double bOpacity[3] = { 0.0, 0.5, 1.0 }; in configureTextArray() local
73 tprop->SetBackgroundOpacity(bOpacity[b]); in configureTextArray()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dpenwin.h1441 BYTE bOpacity; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dpenwin.h1441 BYTE bOpacity; member