/third_party/openssl/util/perl/OpenSSL/ |
H A D | ParseC.pm | 238 { regexp => qr/#define ([[:alpha:]_]\w*)(<<<\(.*?\)>>>)?( (.*))?/, 657 (?:\s([[:alpha:]_]\w*))? # Struct or enum name ($3) 682 { regexp => qr/^(union|struct|enum) ([[:alpha:]_]\w*);/, 691 ([[:alpha:]_]\w*) # Function name ($3) 706 <<<\(\*([[:alpha:]_]\w*)\)>>> # T.d. or var name ($3) 721 ([[:alpha:]_]\w*) # Function name ($3) 735 ([[:alpha:]_]\w*) # Variable name ($3) 1119 } elsif (m/^[[:alpha:]_]\w*/) {
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gl_1_autogen.h | 20 void clearAccum(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); \ 40 void color4b(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha); \ 42 void color4d(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha); \ 45 void color4i(GLint red, GLint green, GLint blue, GLint alpha); \ 47 void color4s(GLshort red, GLshort green, GLshort blue, GLshort alpha); \ 50 void color4ui(GLuint red, GLuint green, GLuint blue, GLuint alpha); \ 52 void color4us(GLushort red, GLushort green, GLushort blue, GLushort alpha); \
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | StateManager9.cpp | 695 // D3D9 support for alpha-to-coverage is vendor-specific. in setSampleAlphaToCoverage() 717 D3DCOLOR_RGBA(gl::unorm<8>(blendColor.alpha), gl::unorm<8>(blendColor.alpha), in setBlendColor() 718 gl::unorm<8>(blendColor.alpha), gl::unorm<8>(blendColor.alpha))); in setBlendColor() 775 bool alpha) in setColorMask() 784 format.info->blueBits > 0 && blue, format.info->alphaBits > 0 && alpha); in setColorMask() 822 mCurBlendState.colorMaskAlpha = alpha; in setColorMask() 771 setColorMask(const gl::Framebuffer *framebuffer, bool red, bool blue, bool green, bool alpha) setColorMask() argument
|
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/spancolorfill/ |
H A D | fill_gradient.h | 91 span->alpha = (*colorFunction_)[index].alpha; in Generate()
|
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/imagefilter/ |
H A D | filter_blur.h | 88 uint8_t* alpha = lineImageHeader + (x << 2); in BoxBlur() local 89 linePD[3] = alpha[3]; in BoxBlur()
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/ |
H A D | layer_context.cpp | 115 GraphicLayerAlpha alpha = { .enPixelAlpha = true }; in FillHDILayer() local 121 hdiLayer_->SetAlpha(alpha); in FillHDILayer()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rscolor_fuzzer/ |
H A D | rscolor_fuzzer.cpp | 126 int16_t alpha = GetData<int16_t>();
in DoHaveParameters() local 131 color.SetAlpha(alpha);
in DoHaveParameters()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_transition_effect.h | 50 explicit RSTransitionFade(float alpha) : alpha_(alpha) {} in RSTransitionFade() argument
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/shadow_layer_napi/ |
H A D | js_shadow_layer.cpp | 120 uint32_t alpha = (hexNumber >> 24) & 0xFF; in Create() local 124 color = Color::ColorQuadSetARGB(alpha, red, green, blue); in Create()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/brush_fuzzer/ |
H A D | brush_fuzzer.cpp | 135 int alpha = GetObject<int>(); in BrushFuzzTest() local 140 brush.SetARGB(red, gree, blue, alpha); in BrushFuzzTest()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_brush.cpp | 122 void OH_Drawing_BrushSetAlpha(OH_Drawing_Brush* cBrush, uint8_t alpha) in OH_Drawing_BrushSetAlpha() argument 129 brush->SetAlpha(alpha); in OH_Drawing_BrushSetAlpha()
|
/kernel/linux/linux-6.6/drivers/media/platform/renesas/rcar-vin/ |
H A D | rcar-vin.h | 212 * @alpha: Alpha component to fill in for supported pixel formats 256 unsigned int alpha; member 315 void rvin_set_alpha(struct rvin_dev *vin, unsigned int alpha);
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | rv40dsp_init_arm.c | 69 int filter_q1, int alpha, int beta, 72 int filter_q1, int alpha, int beta,
|
/third_party/libdrm/tests/tegra/ |
H A D | vic.c | 179 int vic_clear(struct vic *vic, struct vic_image *output, unsigned int alpha, in vic_clear() argument 183 output->height - 1, alpha, red, green, blue); in vic_clear()
|
/third_party/skia/samplecode/ |
H A D | SampleXfermodesBlur.cpp | 41 void draw_mode(SkCanvas* canvas, SkBlendMode mode, int alpha, SkScalar x, SkScalar y) { in draw_mode() argument 61 p.setColor(0x00AA6633 | alpha << 24); in draw_mode()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | PixelRoutine.hpp | 52 void alphaTest(Int &aMask, Short4 &alpha); 53 void alphaToCoverage(Int cMask[4], Float4 &alpha);
|
/third_party/skia/src/pdf/ |
H A D | SkPDFDevice.h | 142 // Set alpha to true if making a transparency group form x-objects. 143 SkPDFIndirectReference makeFormXObjectFromDevice(bool alpha = false); 144 SkPDFIndirectReference makeFormXObjectFromDevice(SkIRect bbox, bool alpha = false);
|
/third_party/skia/modules/canvaskit/ |
H A D | color.js | 198 CanvasKit.multiplyByAlpha = function(color, alpha) { 201 result[3] = Math.max(0, Math.min(result[3] * alpha, 1));
|
/third_party/rust/crates/minimal-lexical/scripts/ |
H A D | timings.py | 109 alpha=0.6, 116 alpha=0.6,
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/ |
H A D | js_common.h | 32 uint32_t alpha; member
|
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/ |
H A D | vsp1_uds.h | 35 unsigned int alpha);
|
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_uds.h | 35 unsigned int alpha);
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_blend.h | 47 nir_lower_blend_channel alpha; member
|
/third_party/libdrm/tests/util/ |
H A D | format.h | 38 struct util_color_component alpha; member
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/ui/ |
H A D | OpenGLFunctions.cpp | 31 glClearColor(color.red, color.green, color.blue, color.alpha); in SetGLScreenColor()
|