/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/ |
H A D | egl_wrapper_object.cpp | 21 EglWrapperObject::EglWrapperObject(EglWrapperDisplay *disp) : display_(disp) in EglWrapperObject() 24 if (display_) { in EglWrapperObject() 25 display_->AddObject(this); in EglWrapperObject() 32 return display_; in GetDisplay() 43 if (display_) { in Destroy() 44 display_->RemoveObject(this); in Destroy()
|
H A D | egl_wrapper_object.h | 31 EglWrapperDisplay *display_; member in OHOS::EglWrapperObject
|
/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/ |
H A D | render_context.cpp | 23 RenderContext::RenderContext() : display_(EGL_NO_DISPLAY), context_(EGL_NO_CONTEXT) {}
in RenderContext() 29 display_ = eglGetDisplay(EGL_DEFAULT_DISPLAY);
in Create() 30 if (display_ == EGL_NO_DISPLAY) {
in Create() 36 context_ = eglCreateContext(display_, EGL_NO_CONFIG_KHR, sharedContext, attribList);
in Create() 42 eglSwapInterval(display_, 0);
in Create() 56 EGLBoolean ret = eglDestroyContext(display_, context_);
in Release() 77 EGLBoolean ret = eglMakeCurrent(display_, rawSurface, rawSurface, context_);
in MakeCurrent() 83 eglSwapInterval(display_, 0);
in MakeCurrent() 93 EGLBoolean ret = eglMakeCurrent(display_, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
in ReleaseCurrent() 113 EGLBoolean ret = eglSwapBuffers(display_, rawSurfac in SwapBuffers() [all...] |
H A D | render_surface.cpp | 23 : display_(EGL_NO_DISPLAY),
in RenderSurface() 45 display_ = eglGetDisplay(EGL_DEFAULT_DISPLAY);
in Create() 47 EGLBoolean ret = eglChooseConfig(display_, attributeList.data(), &config_, 1, &retNum);
in Create() 57 surface_ = eglCreateWindowSurface(display_, config_, mEglWindow, surfaceAttribs);
in Create() 71 display_ = eglGetDisplay(EGL_DEFAULT_DISPLAY);
in Init() 73 EGLBoolean ret = eglChooseConfig(display_, attributeList.data(), &config_, 1, &retNum);
in Init() 82 surface_ = eglCreatePbufferSurface(display_, config_, surfaceAttribs);
in Init() 96 EGLBoolean ret = eglDestroySurface(display_, surface_);
in Release()
|
H A D | render_surface.h | 48 EGLDisplay display_;
member in OHOS::Media::Effect::RenderSurface
|
H A D | render_context.h | 42 EGLDisplay display_;
member in OHOS::Media::Effect::RenderContext
|
/foundation/window/window_manager/interfaces/kits/cj/display_runtime/ |
H A D | cj_display_impl.cpp | 103 DisplayImpl::DisplayImpl(const sptr<Display>& display) : display_(display) in DisplayImpl() 108 uint64_t displayId = display_->GetId(); in ~DisplayImpl() 141 auto info = display_->GetDisplayInfo(); in GetInfoId() 151 auto info = display_->GetDisplayInfo(); in GetName() 173 auto info = display_->GetDisplayInfo(); in GetAlive() 183 auto info = display_->GetDisplayInfo(); in GetState() 198 auto info = display_->GetDisplayInfo(); in GetRefreshRate() 208 auto info = display_->GetDisplayInfo(); in GetRotation() 218 auto info = display_->GetDisplayInfo(); in GetOrientation() 228 auto info = display_ in GetWidth() [all...] |
H A D | cj_display_impl.h | 47 sptr<Display> display_ = nullptr; member in OHOS::Rosen::final
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_dialog.cpp | 38 if (display_) { in PrepareSpecializedComponent() 39 display_->SetVisible(isShow_ ? VisibleType::VISIBLE : VisibleType::GONE); in PrepareSpecializedComponent() 141 if (!display_) { in OnChildNodeAdded() 142 display_ = AceType::MakeRefPtr<DisplayComponent>(child->GetRootComponent()); in OnChildNodeAdded() 144 display_->SetVisible(isShow_ ? VisibleType::VISIBLE : VisibleType::GONE); in OnChildNodeAdded() 145 dialogChild_->SetChild(display_); in OnChildNodeAdded()
|
H A D | dom_panel.cpp | 138 if (!display_) { in OnChildNodeAdded() 139 display_ = AceType::MakeRefPtr<DisplayComponent>(child->GetRootComponent()); in OnChildNodeAdded() 141 display_->SetVisible(isShow_ ? VisibleType::VISIBLE : VisibleType::GONE); in OnChildNodeAdded() 145 display_->SetOpacity(opacityStyle.opacity); in OnChildNodeAdded() 148 panelChild_->SetChild(display_); in OnChildNodeAdded()
|
H A D | dom_panel.h | 49 RefPtr<DisplayComponent> display_; member in OHOS::Ace::Framework::DOMPanel
|
H A D | dom_dialog.h | 50 RefPtr<DisplayComponent> display_; member in OHOS::Ace::Framework::DOMDialog
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_shared_context.h | 41 : display_(display), context_(context), surface_(surface) {} in RSSharedContext() 43 EGLDisplay display_ = nullptr; member in OHOS::Rosen::final
|
/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | render_picker_column.h | 60 if (display_) { in UpdateColumnOpacity() 61 display_->UpdateOpacity(static_cast<uint8_t>(value)); in UpdateColumnOpacity() 145 RefPtr<RenderDisplay> display_; member in OHOS::Ace::RenderPickerColumn
|
H A D | render_picker_column.cpp | 461 display_ = AceType::DynamicCast<RenderDisplay>(render); in GetRenders() 477 display_ = nullptr; in ClearRenders()
|
/foundation/arkui/ace_engine_lite/test/moduletest/common/ |
H A D | basic_tdd_test.cpp | 36 ScreenDevice *BasicTddTest::display_ = nullptr; member in OHOS::ACELite::BasicTddTest 52 display_ = new ScreenDevice(); in SetUpTestCase() 53 ScreenDeviceProxy::GetInstance()->SetDevice(display_); in SetUpTestCase() 82 if (display_ != nullptr) { in TearDownTestCase() 83 delete display_; in TearDownTestCase() 84 display_ = nullptr; in TearDownTestCase()
|
H A D | basic_tdd_test.h | 64 static ScreenDevice *display_; member in OHOS::ACELite::BasicTddTest
|
/foundation/arkui/ace_engine/frameworks/core/components/refresh/ |
H A D | render_refresh.cpp | 66 display_ = AceType::DynamicCast<RenderDisplay>(displayComponent_->CreateRenderNode()); in RenderRefresh() 68 display_->AddChild(timeBox_); in RenderRefresh() 121 display_->Attach(GetContext()); in Update() 127 display_->Update(displayComponent_); in Update() 129 AddChild(display_); in Update() 620 display_->UpdateOpacity(GetOpacity() * MAX_ALPHA); in PerformLayout() 621 display_->SetPosition(GetShowTimeOffset()); in PerformLayout() 633 display_->Layout(innerLayout); in PerformLayout()
|
H A D | render_refresh.h | 96 return display_; in GetDisplay() 179 RefPtr<RenderDisplay> display_; member in OHOS::Ace::RenderRefresh
|
/foundation/arkui/ace_engine/frameworks/core/components/chart/ |
H A D | chart_component.h | 230 return display_; in GetDisplay() 235 display_ = display; in SetDisplay() 297 bool display_ = false; member in OHOS::Ace::final
|
/foundation/window/window_manager/interfaces/kits/napi/display_runtime/ |
H A D | js_display.cpp | 152 JsDisplay::JsDisplay(const sptr<Display>& display) : display_(display)
in JsDisplay() 169 sptr<Display> display = jsDisplay->display_;
in Finalizer() 430 sptr<CutoutInfo> cutoutInfo = display_->GetCutoutInfo();
in OnGetCutoutInfo() 483 DmErrorCode ret = DM_JS_TO_ERROR_CODE_MAP.at(display_->GetAvailableArea(area));
in OnGetAvailableArea() 518 DmErrorCode ret = DM_JS_TO_ERROR_CODE_MAP.at(display_->HasImmersiveWindow(immersive));
in OnHasImmersiveWindow() 586 DmErrorCode ret = DM_JS_TO_ERROR_CODE_MAP.at(display_->GetSupportedColorSpaces(colorSpaces));
in OnGetSupportedColorSpaces() 655 DmErrorCode ret = DM_JS_TO_ERROR_CODE_MAP.at(display_->GetSupportedHDRFormats(hdrFormats));
in OnGetSupportedHDRFormats()
|
H A D | js_display.h | 81 sptr<Display> display_ = nullptr;
member in OHOS::Rosen::final
|
/foundation/arkui/ace_engine/frameworks/core/components/tween/ |
H A D | tween_element.h | 107 WeakPtr<DisplayComponent> display_; member in OHOS::Ace::TweenElement
|
H A D | tween_element.cpp | 544 display_ = displayComponent; in BuildChild() 1010 CreateOpacityAnimation(displayRenderNode, display_, option); in ApplyKeyframes()
|