| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
| H A D | rs_surface_render_node.cpp | 718 void RSSurfaceRenderNode::SetContextAlpha(float alpha, bool sendMsg) in SetContextAlpha() argument
|
| H A D | rs_render_node.cpp | 2774 void RSRenderNode::SetGlobalAlpha(float alpha) in SetGlobalAlpha() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
| H A D | rs_surface_render_node.h | 617 void SetAbilityBGAlpha(uint8_t alpha) in SetAbilityBGAlpha() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
| H A D | rs_uni_render_visitor.cpp | 1510 float alpha = hwcNode->GetRenderProperties().GetAlpha();
in UpdateHwcNodeProperty() local 1601 auto alpha = hwcNode->GetGlobalAlpha();
in UpdateHwcNodeEnableByRotateAndAlpha() local 1631 auto alpha = hwcNodePtr->GetGlobalAlpha(); ProcessAncoNode() local [all...] |
| /foundation/multimedia/image_framework/frameworks/kits/js/common/ |
| H A D | pixel_map_napi.cpp | 130 double alpha = -1; member 2698 double alpha = 0; in SetAlphaSync() local
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
| H A D | pixel_map.cpp | 3081 static float ProcessPremulF16Pixel(float mulPixel, float alpha, const float percent) in ProcessPremulF16Pixel() argument 3114 static uint8_t ProcessPremulPixel(uint8_t mulPixel, uint8_t alpha, const float percent) in ProcessPremulPixel() argument 3151 CheckPixel(uint16_t &pixel, uint16_t alpha, const float percent) CheckPixel() argument 3187 uint8_t alpha = static_cast<uint8_t>(UINT2_MAX * percent + HALF_ONE); SetRGBA1010102PixelAlpha() local [all...] |
| /foundation/window/window_manager/interfaces/innerkits/wm/ |
| H A D | window.h | 770 virtual WMError SetAlpha(float alpha) { return WMError::WM_OK; } in SetAlpha() argument
|
| /foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
| H A D | js_window.cpp | 5008 double alpha = 0.0;
in OnOpacity() local
|
| /foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
| H A D | js_scene_session.cpp | 2310 double alpha = 0.f; in OnSetSystemSceneOcclusionAlpha() local
|
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| H A D | sp_tex_sample.c | 2321 const float alpha = 2; in create_filter_table() local
|
| /third_party/mesa3d/src/mesa/vbo/ |
| H A D | vbo_attrib_tmp.h | 2589 TAG(Color4i)(GLint red, GLint green, GLint blue, GLint alpha) in Color4i() argument 2606 TAG(Color4ui)(GLuint red, GLuint green, GLuint blue, GLuint alpha) in Color4ui() argument 2572 Color4b(GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha) Color4b() argument 2581 Color4d(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha) Color4d() argument 2597 Color4s(GLshort red, GLshort green, GLshort blue, GLshort alpha) Color4s() argument 2614 Color4us(GLushort red, GLushort green, GLushort blue, GLushort alpha) Color4us() argument 2622 Color4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) Color4ub() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.c | 1055 LLVMValueRef alpha = LLVMBuildLoad(builder, outputs[color0][3], "alpha"); in generate_fs_loop() local 402 lp_build_sample_alpha_to_coverage(struct gallivm_state *gallivm, struct lp_type type, unsigned coverage_samples, LLVMValueRef num_loop, LLVMValueRef loop_counter, LLVMValueRef coverage_mask_store, LLVMValueRef alpha) lp_build_sample_alpha_to_coverage() argument 1076 LLVMValueRef alpha = LLVMBuildLoad(builder, outputs[color0][3], "alpha"); generate_fs_loop() local 2541 LLVMValueRef alpha; generate_unswizzled_blend() local 2588 LLVMValueRef alpha; generate_unswizzled_blend() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
| H A D | vktMeshShaderMiscTestsEXT.cpp | 2636 const std::string alpha = (useTaskShader ? "td.values[1] + pc.values[1]" : "pc.values[1] + pc.values[3]"); in initPrograms() local 2663 << " triangleColor[0] = vec4(0.0, 0.0, " << blue << ", " << alpha << ");\n" in initPrograms() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
| H A D | vktMeshShaderMiscTestsEXT.cpp | 2618 const std::string alpha = (useTaskShader ? "td.values[1] + pc.values[1]" : "pc.values[1] + pc.values[3]"); in initPrograms() local 2645 << " triangleColor[0] = vec4(0.0, 0.0, " << blue << ", " << alpha << ");\n" in initPrograms() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl3cTextureSwizzleTests.cpp | 2349 glw::GLint alpha = 0; in verifyValues() local 2664 const glw::GLint alpha = test_case.m_texture_swizzle_alpha; in executeTestCase() local 3047 const glw::GLint alpha = test_case.m_texture_swizzle_alpha; in logTestCaseDetials() local 3087 const glw::GLint alpha in prepareAndTestProgram() local [all...] |
| H A D | gl4cCopyImageTests.cpp | 2282 void Utils::packPixel(GLenum internal_format, GLenum type, GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha, in packPixel() argument 3198 const GLdouble alpha = 1.0; /* This value has special meaning for some internal_formats */ in prepareSrcPxls() local 4033 const GLdouble alpha = 1.0; /* This value has special meaning for some internal_formats */ in prepareSrcPxls() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | validationGL1.cpp | 51 ValidateClearAccum(const Context *, angle::EntryPoint entryPoint, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) ValidateClearAccum() argument 191 ValidateColor4b(const Context *, angle::EntryPoint entryPoint, GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha) ValidateColor4b() argument 206 ValidateColor4d(const Context *, angle::EntryPoint entryPoint, GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha) ValidateColor4d() argument 226 ValidateColor4i(const Context *, angle::EntryPoint entryPoint, GLint red, GLint green, GLint blue, GLint alpha) ValidateColor4i() argument 241 ValidateColor4s(const Context *, angle::EntryPoint entryPoint, GLshort red, GLshort green, GLshort blue, GLshort alpha) ValidateColor4s() argument 261 ValidateColor4ui(const Context *, angle::EntryPoint entryPoint, GLuint red, GLuint green, GLuint blue, GLuint alpha) ValidateColor4ui() argument 276 ValidateColor4us(const Context *, angle::EntryPoint entryPoint, GLushort red, GLushort green, GLushort blue, GLushort alpha) ValidateColor4us() argument
|
| H A D | validationES2.cpp | 3796 ValidateBlendColor(const Context *context, angle::EntryPoint entryPoint, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) ValidateBlendColor() argument 4030 ValidateClearColor(const Context *context, angle::EntryPoint entryPoint, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) ValidateClearColor() argument 4050 ValidateColorMask(const Context *context, angle::EntryPoint entryPoint, GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) ValidateColorMask() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | entry_points.cpp | 73 GL_APICALL void GL_APIENTRY glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glBlendColor() argument 123 GL_APICALL void GL_APIENTRY glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in glClearColor() argument 138 GL_APICALL void GL_APIENTRY glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) in glColorMask() argument
|
| H A D | libGLESv2.cpp | 308 void GL_APIENTRY BlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in BlendColor() argument 614 void GL_APIENTRY ClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) in ClearColor() argument 651 void GL_APIENTRY ColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) in ColorMask() argument [all...] |
| /third_party/skia/third_party/externals/imgui/ |
| H A D | imgui_widgets.cpp | 921 float alpha = 1.0f; in ScrollbarEx() local [all...] |
| /third_party/skia/third_party/externals/libpng/ |
| H A D | png.h | 506 png_byte alpha; /* for alpha channel files */ member 521 png_uint_16 alpha; member [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
| H A D | render_context.h | 329 virtual void SetShadowAlpha(float alpha) {} in SetShadowAlpha() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
| H A D | rs_node.cpp | 619 void RSNode::SetAlpha(float alpha) in SetAlpha() argument 1730 void RSNode::SetShadowAlpha(float alpha) in SetShadowAlpha() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
| H A D | rs_properties.cpp | 856 void RSProperties::SetAlpha(float alpha) in SetAlpha() argument 1129 auto alpha = border_->GetColorFour()[i].GetAlpha(); in GetBorderColorIsTransparent() local 1922 void RSProperties::SetShadowAlpha(float alpha) in SetShadowAlpha() argument
|