Home
last modified time | relevance | path

Searched refs:_rgba (Results 1 – 25 of 148) sorted by relevance

123456

/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/common/
H A Dshaderlib.sh185 return vec4(toLinear(_rgba.xyz), _rgba.w);
198 return vec4(toLinearAccurate(_rgba.xyz), _rgba.w);
213 return vec4(toGamma(_rgba.xyz), _rgba.w);
226 return vec4(toGammaAccurate(_rgba.xyz), _rgba.w);
236 return vec4(toReinhard(_rgba.xyz), _rgba.w);
248 return vec4(toFilmic(_rgba.xyz), _rgba.w);
266 return vec4(toAcesFilmic(_rgba.xyz), _rgba.w);
277 return vec4(luma(_rgba.xyz), _rgba.w);
290 return vec4(conSatBri(_rgba.xyz, _csb), _rgba.w);
300 return vec4(posterize(_rgba.xyz, _numColors), _rgba.w);
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/common/
H A Dshaderlib.sh185 return vec4(toLinear(_rgba.xyz), _rgba.w);
198 return vec4(toLinearAccurate(_rgba.xyz), _rgba.w);
213 return vec4(toGamma(_rgba.xyz), _rgba.w);
226 return vec4(toGammaAccurate(_rgba.xyz), _rgba.w);
236 return vec4(toReinhard(_rgba.xyz), _rgba.w);
248 return vec4(toFilmic(_rgba.xyz), _rgba.w);
266 return vec4(toAcesFilmic(_rgba.xyz), _rgba.w);
277 return vec4(luma(_rgba.xyz), _rgba.w);
290 return vec4(conSatBri(_rgba.xyz, _csb), _rgba.w);
300 return vec4(posterize(_rgba.xyz, _numColors), _rgba.w);
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/src/
H A DnsColor.h29 #define NS_GET_R(_rgba) ((uint8_t)((_rgba)&0xff)) argument
30 #define NS_GET_G(_rgba) ((uint8_t)(((_rgba) >> 8) & 0xff)) argument
31 #define NS_GET_B(_rgba) ((uint8_t)(((_rgba) >> 16) & 0xff)) argument
32 #define NS_GET_A(_rgba) ((uint8_t)(((_rgba) >> 24) & 0xff)) argument
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/src/
H A DnsColor.h31 #define NS_GET_R(_rgba) ((uint8_t)((_rgba)&0xff)) argument
32 #define NS_GET_G(_rgba) ((uint8_t)(((_rgba) >> 8) & 0xff)) argument
33 #define NS_GET_B(_rgba) ((uint8_t)(((_rgba) >> 16) & 0xff)) argument
34 #define NS_GET_A(_rgba) ((uint8_t)(((_rgba) >> 24) & 0xff)) argument
/dports/www/firefox/firefox-99.0/gfx/src/
H A DnsColor.h29 #define NS_GET_R(_rgba) ((uint8_t)((_rgba)&0xff)) argument
30 #define NS_GET_G(_rgba) ((uint8_t)(((_rgba) >> 8) & 0xff)) argument
31 #define NS_GET_B(_rgba) ((uint8_t)(((_rgba) >> 16) & 0xff)) argument
32 #define NS_GET_A(_rgba) ((uint8_t)(((_rgba) >> 24) & 0xff)) argument
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/src/
H A DnsColor.h29 #define NS_GET_R(_rgba) ((uint8_t)((_rgba)&0xff)) argument
30 #define NS_GET_G(_rgba) ((uint8_t)(((_rgba) >> 8) & 0xff)) argument
31 #define NS_GET_B(_rgba) ((uint8_t)(((_rgba) >> 16) & 0xff)) argument
32 #define NS_GET_A(_rgba) ((uint8_t)(((_rgba) >> 24) & 0xff)) argument
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/src/
H A DnsColor.h32 #define NS_GET_R(_rgba) ((uint8_t) ((_rgba) & 0xff)) argument
33 #define NS_GET_G(_rgba) ((uint8_t) (((_rgba) >> 8) & 0xff)) argument
34 #define NS_GET_B(_rgba) ((uint8_t) (((_rgba) >> 16) & 0xff)) argument
35 #define NS_GET_A(_rgba) ((uint8_t) (((_rgba) >> 24) & 0xff)) argument
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/src/
H A DnsColor.h31 #define NS_GET_R(_rgba) ((uint8_t)((_rgba)&0xff)) argument
32 #define NS_GET_G(_rgba) ((uint8_t)(((_rgba) >> 8) & 0xff)) argument
33 #define NS_GET_B(_rgba) ((uint8_t)(((_rgba) >> 16) & 0xff)) argument
34 #define NS_GET_A(_rgba) ((uint8_t)(((_rgba) >> 24) & 0xff)) argument
/dports/devel/py-pydantic/pydantic-1.8.2/pydantic/
H A Dcolor.py67 self._rgba: RGBA
72 self._rgba = parse_str(value)
74 self._rgba = value._rgba
93 if self._rgba.alpha is None:
111 if self._rgba.alpha is not None:
123 if self._rgba.alpha is None:
143 if self._rgba.alpha is None:
157 if self._rgba.alpha is None:
176 h, l, s = rgb_to_hls(self._rgba.r, self._rgba.g, self._rgba.b)
178 if self._rgba.alpha is None:
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/faderport8/
H A Dfp8_button.h83 , _rgba (0) in FP8ButtonBase()
132 uint32_t _rgba; variable
161 if (!_has_color || _rgba == rgba) { in set_color()
164 _rgba = rgba; in set_color()
203 uint32_t color () const { return _rgba; } in color()
227 if (_rgba == rgba) { in set_color()
230 _rgba = rgba; in set_color()
251 , _rgba (0) in _base()
285 if (rgba == _rgba) { in colour_changed()
288 _rgba = rgba; in colour_changed()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/surfaces/maschine2/
H A Dm2_pad.h61 , _rgba (0) in M2Pad()
71 void set_color (uint32_t rgba) { _rgba = rgba; } in set_color()
75 r = ((_rgba >> 24) & 0xff) >> 1; in color()
76 g = ((_rgba >> 16) & 0xff) >> 1; in color()
77 b = ((_rgba >> 8) & 0xff) >> 1; in color()
141 uint32_t _rgba; variable
H A Dm2_button.h65 , _rgba (0) in M2Button()
74 _rgba = rgba; in set_color()
119 Gtkmm2ext::HSV hsv (_rgba); in color()
123 return _rgba; in color()
131 uint32_t _rgba; variable
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/dear-imgui/widgets/
H A Dcolor_wheel.inl3 void ColorWheel(const char* _text, float* _rgba, float _size) argument
7 , _rgba, 0
31 void ColorWheel(const char* _text, uint32_t* _rgba, float _size) argument
34 decodeRgba(rgba, _rgba);
36 encodeRgba(_rgba, rgba);
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/dear-imgui/widgets/
H A Dcolor_wheel.inl3 void ColorWheel(const char* _text, float* _rgba, float _size) argument
7 , _rgba, 0
31 void ColorWheel(const char* _text, uint32_t* _rgba, float _size) argument
34 decodeRgba(rgba, _rgba);
36 encodeRgba(_rgba, rgba);
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/common/font/
H A Dtext_buffer_manager.cpp55 m_textColor = toABGR(_rgba); in setTextColor()
60 m_backgroundColor = toABGR(_rgba); in setBackgroundColor()
65 m_overlineColor = toABGR(_rgba); in setOverlineColor()
70 m_underlineColor = toABGR(_rgba); in setUnderlineColor()
75 m_strikeThroughColor = toABGR(_rgba); in setStrikeThroughColor()
148 static uint32_t toABGR(uint32_t _rgba) in toABGR() argument
151 | ( ( (_rgba >> 8) & 0xff) << 16) in toABGR()
152 | ( ( (_rgba >> 16) & 0xff) << 8) in toABGR()
153 | ( ( (_rgba >> 24) & 0xff) << 0) in toABGR()
185 m_vertexBuffer[_i].rgba = _rgba; in setVertex()
[all …]
H A Dtext_buffer_manager.h53 void setTextColor(TextBufferHandle _handle, uint32_t _rgba = 0x000000FF);
54 void setBackgroundColor(TextBufferHandle _handle, uint32_t _rgba = 0x000000FF);
56 void setOverlineColor(TextBufferHandle _handle, uint32_t _rgba = 0x000000FF);
57 void setUnderlineColor(TextBufferHandle _handle, uint32_t _rgba = 0x000000FF);
58 void setStrikeThroughColor(TextBufferHandle _handle, uint32_t _rgba = 0x000000FF);
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/common/font/
H A Dtext_buffer_manager.cpp55 m_textColor = toABGR(_rgba); in setTextColor()
60 m_backgroundColor = toABGR(_rgba); in setBackgroundColor()
65 m_overlineColor = toABGR(_rgba); in setOverlineColor()
70 m_underlineColor = toABGR(_rgba); in setUnderlineColor()
75 m_strikeThroughColor = toABGR(_rgba); in setStrikeThroughColor()
148 static uint32_t toABGR(uint32_t _rgba) in toABGR() argument
151 | ( ( (_rgba >> 8) & 0xff) << 16) in toABGR()
152 | ( ( (_rgba >> 16) & 0xff) << 8) in toABGR()
153 | ( ( (_rgba >> 24) & 0xff) << 0) in toABGR()
185 m_vertexBuffer[_i].rgba = _rgba; in setVertex()
[all …]
H A Dtext_buffer_manager.h53 void setTextColor(TextBufferHandle _handle, uint32_t _rgba = 0x000000FF);
54 void setBackgroundColor(TextBufferHandle _handle, uint32_t _rgba = 0x000000FF);
56 void setOverlineColor(TextBufferHandle _handle, uint32_t _rgba = 0x000000FF);
57 void setUnderlineColor(TextBufferHandle _handle, uint32_t _rgba = 0x000000FF);
58 void setStrikeThroughColor(TextBufferHandle _handle, uint32_t _rgba = 0x000000FF);
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/widget/
H A Dcolor-preview.cpp26 _rgba = rgba; in ColorPreview()
66 _rgba = rgba; in setRgba32()
97 ink_cairo_set_source_rgba32(cr->cobj(), _rgba); in on_draw()
111 ink_cairo_set_source_rgba32(cr->cobj(), _rgba | 0xff); in on_draw()
138 ink_cairo_set_source_rgba32(ct, _rgba); in toPixbuf()
150 ink_cairo_set_source_rgba32(ct, _rgba | 0xff); in toPixbuf()
H A Dcolor-picker.cpp35 , _rgba(rgba) in ColorPicker()
75 _rgba = rgba; in setRgba32()
94 _selected_color.setValue(_rgba); in on_clicked()
130 _rgba = rgba; in _onSelectedColorChanged()
/dports/misc/visp/visp-3.4.0/3rdparty/simdlib/Simd/
H A DSimdNeonRgbaToGray.cpp49 uint8x8x4_t _rgba = LoadHalf4<align>(rgba + 4 * col); in RgbaToGray() local
50 Store<align>(gray + col, RgbaToGray(_rgba)); in RgbaToGray()
54 uint8x8x4_t _rgba = LoadHalf4<false>(rgba + 4 * (width - HA)); in RgbaToGray() local
55 Store<false>(gray + width - HA, RgbaToGray(_rgba)); in RgbaToGray()
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/src/
H A Dmat_pixel.cpp530 uint8x8x4_t _rgba; in to_rgba() local
536 vst4_u8(rgba, _rgba); in to_rgba()
906 uint8x8x4_t _rgba; in to_rgb2rgba() local
910 _rgba.val[3] = _a; in to_rgb2rgba()
912 vst4_u8(rgba, _rgba); in to_rgb2rgba()
1096 uint8x8x4_t _rgba; in to_bgr2rgba() local
1100 _rgba.val[3] = _a; in to_bgr2rgba()
1102 vst4_u8(rgba, _rgba); in to_bgr2rgba()
1295 uint8x8x4_t _rgba; in to_gray2rgba() local
1296 _rgba.val[0] = _gray; in to_gray2rgba()
[all …]
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/src/
H A Dmat_pixel.cpp530 uint8x8x4_t _rgba; in to_rgba() local
536 vst4_u8(rgba, _rgba); in to_rgba()
906 uint8x8x4_t _rgba; in to_rgb2rgba() local
910 _rgba.val[3] = _a; in to_rgb2rgba()
912 vst4_u8(rgba, _rgba); in to_rgb2rgba()
1096 uint8x8x4_t _rgba; in to_bgr2rgba() local
1100 _rgba.val[3] = _a; in to_bgr2rgba()
1102 vst4_u8(rgba, _rgba); in to_bgr2rgba()
1295 uint8x8x4_t _rgba; in to_gray2rgba() local
1296 _rgba.val[0] = _gray; in to_gray2rgba()
[all …]
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/src/
H A Dmat_pixel.cpp530 uint8x8x4_t _rgba; in to_rgba() local
536 vst4_u8(rgba, _rgba); in to_rgba()
906 uint8x8x4_t _rgba; in to_rgb2rgba() local
910 _rgba.val[3] = _a; in to_rgb2rgba()
912 vst4_u8(rgba, _rgba); in to_rgb2rgba()
1096 uint8x8x4_t _rgba; in to_bgr2rgba() local
1100 _rgba.val[3] = _a; in to_bgr2rgba()
1102 vst4_u8(rgba, _rgba); in to_bgr2rgba()
1295 uint8x8x4_t _rgba; in to_gray2rgba() local
1296 _rgba.val[0] = _gray; in to_gray2rgba()
[all …]
/dports/misc/ncnn/ncnn-20211208/src/
H A Dmat_pixel.cpp530 uint8x8x4_t _rgba; in to_rgba() local
536 vst4_u8(rgba, _rgba); in to_rgba()
906 uint8x8x4_t _rgba; in to_rgb2rgba() local
910 _rgba.val[3] = _a; in to_rgb2rgba()
912 vst4_u8(rgba, _rgba); in to_rgb2rgba()
1096 uint8x8x4_t _rgba; in to_bgr2rgba() local
1100 _rgba.val[3] = _a; in to_bgr2rgba()
1102 vst4_u8(rgba, _rgba); in to_bgr2rgba()
1295 uint8x8x4_t _rgba; in to_gray2rgba() local
1296 _rgba.val[0] = _gray; in to_gray2rgba()
[all …]

123456