Home
last modified time | relevance | path

Searched refs:BLEND (Results 1 - 19 of 19) sorted by relevance

/foundation/arkui/ui_lite/interfaces/kits/window/
H A Dwindow.h84 BLEND enumerator
/foundation/window/window_manager_lite/interfaces/innerkits/
H A Dlite_wm_type.h26 BLEND enumerator
/foundation/window/window_manager_lite/services/wms/
H A Dlite_win.h79 return config_.compositeMode == LiteWinConfig::BLEND && config_.opacity == OPA_TRANSPARENT; in NoNeedToDraw()
H A Dlite_win.cpp254 } else if (config_.compositeMode == LiteWinConfig::BLEND) { in Flush()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_shader_effect_test.cpp64 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 Dcube_demo.js142 gl.enable(gl.BLEND);
/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/sample2/
H A Dcube2_demo.js142 gl.enable(gl.BLEND);
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/
H A Dimage_filter.h44 BLEND, member in OHOS::Rosen::Drawing::ImageFilter::FilterType
H A Dshader_effect.h38 BLEND, member in OHOS::Rosen::Drawing::ShaderEffect::ShaderEffectType
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/effect/
H A Dshader_effect_test.cpp77 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 Dshader_effect.cpp127 return std::make_shared<ShaderEffect>(ShaderEffect::ShaderEffectType::BLEND, dst, src, mode); in CreateBlendShader()
H A Dimage_filter.cpp161 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 Dgltf2_data_structures.h125 BLEND, member in GLTF2::AttributeType::RenderMode::AlphaMode
H A Dgltf2_util.cpp371 if (dataType == "BLEND") { in GetAlphaMode()
372 out = AlphaMode::BLEND; in GetAlphaMode()
578 case AlphaMode::BLEND: in GetAlphaMode()
579 return "BLEND"; in GetAlphaMode()
H A Dgltf2_exporter.cpp1122 exportMaterial.alphaMode = AlphaMode::BLEND; in UpdateShaderStateToGltfMaterial()
1136 exportMaterial.alphaMode = AlphaMode::BLEND; in UpdateShaderStateToGltfMaterial()
H A Dgltf2_importer.cpp1664 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 Dwebgl_rendering_context_base.h83 static const GLenum BLEND = 0x0BE2; member in OHOS::Rosen::WebGLRenderingContextBase
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_common.cpp282 return NVal::CreateInt64(env, WebGLRenderingContextBase::BLEND).val_; in GetBlend()
1675 NVal::DeclareNapiGetter("BLEND", GetBlend), in GetRenderingContextBasePropertyDesc()
H A Dwebgl_rendering_context_base_impl.cpp2305 { WebGLRenderingContextBase::BLEND, WebGLRenderingContextBase::CULL_FACE, WebGLRenderingContextBase::DEPTH_TEST, in CheckCap()

Completed in 28 milliseconds