/ohos5.0/drivers/peripheral/display/composer/test/common/ |
H A D | hdi_test_render_utils.h | 26 void ClearColor(const BufferHandle& handle, uint32_t color);
|
H A D | hdi_test_render_utils.cpp | 51 void ClearColor(const BufferHandle& handle, uint32_t color) in ClearColor() function
|
H A D | display_test_utils.h | 84 void ClearColor(const BufferHandle& handle, uint32_t color);
|
H A D | display_test_utils.cpp | 192 void ClearColor(const BufferHandle &handle, uint32_t color) in ClearColor() function
|
H A D | hdi_test_display.cpp | 179 ClearColor(*handle, 0); // need clear the fb first in Commit()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/ |
H A D | intf_view_node.h | 59 META_PROPERTY(BASE_NS::Color, ClearColor)
|
H A D | intf_camera.h | 172 META_PROPERTY(SCENE_NS::Color, ClearColor)
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/ |
H A D | view_node.h | 50 META_API_INTERFACE_PROPERTY_CACHED(ViewNode, ClearColor, BASE_NS::Color) in SCENE_BEGIN_NAMESPACE()
|
H A D | camera.h | 62 META_API_INTERFACE_PROPERTY_CACHED(Camera, ClearColor, SCENE_NS::Color) in SCENE_BEGIN_NAMESPACE()
|
/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/ |
H A D | hdi_layer.h | 137 void ClearColor(uint32_t color);
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/core/ |
H A D | hdi_layer.h | 158 void ClearColor(uint32_t color);
|
H A D | hdi_layer.cpp | 202 void HdiLayer::ClearColor(uint32_t color) in ClearColor() function in OHOS::HDI::DISPLAY::HdiLayer
|
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | CameraJS.cpp | 453 clearColor_ = BASE_NS::make_unique<ColorProxy>(ctx, camera->ClearColor()); in GetColor() 464 clearColor_ = BASE_NS::make_unique<ColorProxy>(ctx, camera->ClearColor()); in SetColor()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | camera_impl.cpp | 52 …META_IMPLEMENT_INTERFACE_PROPERTY(SCENE_NS::ICamera, SCENE_NS::Color, ClearColor, SCENE_NS::Colors… 126 propHandler_, META_ACCESS_PROPERTY(ClearColor), meta, CAMERA_CLEARCOLORVALUE); in CompleteInitialization()
|
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | hdi_layer.cpp | 256 void HdiLayer::ClearColor(uint32_t color) in ClearColor() function in OHOS::HDI::DISPLAY::HdiLayer
|
/ohos5.0/drivers/peripheral/display/composer/test/moduletest/ |
H A D | hdi_device_test.cpp | 255 ClearColor(*(handle->Get()), setting.color); in CreateTestLayer()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/ |
H A D | webgl_rendering_context_base.h | 349 static napi_value ClearColor(napi_env env, napi_callback_info info);
|
H A D | webgl_rendering_context_base_impl.h | 241 … napi_value ClearColor(napi_env env, GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
|
/ohos5.0/drivers/peripheral/display/composer/test/unittest/ |
H A D | hdi_composer_ut.cpp | 85 ClearColor(*(handle->Get()), setting.color); in CreateTestLayer()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_rendering_context_base.cpp | 537 napi_value WebGLRenderingContextBase::ClearColor(napi_env env, napi_callback_info info) in ClearColor() function in OHOS::Rosen::WebGLRenderingContextBase 566 context->GetWebGLRenderingContextImpl().ClearColor(env, static_cast<GLclampf>(red), in ClearColor()
|
H A D | webgl_rendering_context_common.cpp | 1530 NVal::DeclareNapiFunction("clearColor", WebGLRenderingContextBase::ClearColor), in GetRenderingContextBasePropertyDesc()
|
H A D | webgl_rendering_context_base_impl.cpp | 1244 napi_value WebGLRenderingContextBaseImpl::ClearColor( in ClearColor() function in OHOS::Rosen::Impl::WebGLRenderingContextBaseImpl
|