/foundation/arkui/ui_lite/interfaces/kits/window/ |
H A D | window.h | 84 BLEND enumerator
|
/foundation/window/window_manager_lite/interfaces/innerkits/ |
H A D | lite_wm_type.h | 26 BLEND enumerator
|
/foundation/window/window_manager_lite/services/wms/ |
H A D | lite_win.h | 79 return config_.compositeMode == LiteWinConfig::BLEND && config_.opacity == OPA_TRANSPARENT; in NoNeedToDraw()
|
H A D | lite_win.cpp | 254 } else if (config_.compositeMode == LiteWinConfig::BLEND) { in Flush()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_shader_effect_test.cpp | 64 ShaderEffect shaderEffect1{ShaderEffect::ShaderEffectType::BLEND, 0xFF000000}; in HWTEST_F() member in OHOS::Rosen::Drawing::ShaderEffect::ShaderEffectType
|
/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/sample/ |
H A D | cube_demo.js | 142 gl.enable(gl.BLEND);
|
/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/sample2/ |
H A D | cube2_demo.js | 142 gl.enable(gl.BLEND);
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/ |
H A D | image_filter.h | 44 BLEND, member in OHOS::Rosen::Drawing::ImageFilter::FilterType
|
H A D | shader_effect.h | 38 BLEND, member in OHOS::Rosen::Drawing::ShaderEffect::ShaderEffectType
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/ |
H A D | shader_effect_test.cpp | 77 ShaderEffect shaderEffect1(ShaderEffect::ShaderEffectType::BLEND, 20); in HWTEST_F() 615 ShaderEffect::ShaderEffectType::BLEND, centerPoint, colors, position, TileMode::REPEAT, startAngle, endAngle, in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/ |
H A D | shader_effect.cpp | 127 return std::make_shared<ShaderEffect>(ShaderEffect::ShaderEffectType::BLEND, dst, src, mode); in CreateBlendShader()
|
H A D | image_filter.cpp | 161 return std::make_shared<ImageFilter>(ImageFilter::FilterType::BLEND, mode, background, foreground, cropRect); in CreateBlendImageFilter()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_data_structures.h | 125 BLEND, member in GLTF2::AttributeType::RenderMode::AlphaMode
|
H A D | gltf2_util.cpp | 371 if (dataType == "BLEND") { in GetAlphaMode() 372 out = AlphaMode::BLEND; in GetAlphaMode() 578 case AlphaMode::BLEND: in GetAlphaMode() 579 return "BLEND"; in GetAlphaMode()
|
H A D | gltf2_exporter.cpp | 1122 exportMaterial.alphaMode = AlphaMode::BLEND; in UpdateShaderStateToGltfMaterial() 1136 exportMaterial.alphaMode = AlphaMode::BLEND; in UpdateShaderStateToGltfMaterial()
|
H A D | gltf2_importer.cpp | 1664 if (gltfMaterial.alphaMode == GLTF2::AlphaMode::BLEND) { // blending -> no shadows in SelectShaders() 1667 } else if (gltfMaterial.alphaMode == GLTF2::AlphaMode::BLEND) { in SelectShaders()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/ |
H A D | webgl_rendering_context_base.h | 83 static const GLenum BLEND = 0x0BE2; member in OHOS::Rosen::WebGLRenderingContextBase
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_rendering_context_common.cpp | 282 return NVal::CreateInt64(env, WebGLRenderingContextBase::BLEND).val_; in GetBlend() 1675 NVal::DeclareNapiGetter("BLEND", GetBlend), in GetRenderingContextBasePropertyDesc()
|
H A D | webgl_rendering_context_base_impl.cpp | 2305 { WebGLRenderingContextBase::BLEND, WebGLRenderingContextBase::CULL_FACE, WebGLRenderingContextBase::DEPTH_TEST, in CheckCap()
|