Home
last modified time | relevance | path

Searched refs:display_ (Results 1 - 24 of 24) sorted by relevance

/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_object.cpp21 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 Degl_wrapper_object.h31 EglWrapperDisplay *display_; member in OHOS::EglWrapperObject
/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Drender_context.cpp23 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 Drender_surface.cpp23 : 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 Drender_surface.h48 EGLDisplay display_; member in OHOS::Media::Effect::RenderSurface
H A Drender_context.h42 EGLDisplay display_; member in OHOS::Media::Effect::RenderContext
/foundation/window/window_manager/interfaces/kits/cj/display_runtime/
H A Dcj_display_impl.cpp103 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 Dcj_display_impl.h47 sptr<Display> display_ = nullptr; member in OHOS::Rosen::final
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_dialog.cpp38 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 Ddom_panel.cpp138 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 Ddom_panel.h49 RefPtr<DisplayComponent> display_; member in OHOS::Ace::Framework::DOMPanel
H A Ddom_dialog.h50 RefPtr<DisplayComponent> display_; member in OHOS::Ace::Framework::DOMDialog
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_shared_context.h41 : 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 Drender_picker_column.h60 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 Drender_picker_column.cpp461 display_ = AceType::DynamicCast<RenderDisplay>(render); in GetRenders()
477 display_ = nullptr; in ClearRenders()
/foundation/arkui/ace_engine_lite/test/moduletest/common/
H A Dbasic_tdd_test.cpp36 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 Dbasic_tdd_test.h64 static ScreenDevice *display_; member in OHOS::ACELite::BasicTddTest
/foundation/arkui/ace_engine/frameworks/core/components/refresh/
H A Drender_refresh.cpp66 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 Drender_refresh.h96 return display_; in GetDisplay()
179 RefPtr<RenderDisplay> display_; member in OHOS::Ace::RenderRefresh
/foundation/arkui/ace_engine/frameworks/core/components/chart/
H A Dchart_component.h230 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 Djs_display.cpp152 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 Djs_display.h81 sptr<Display> display_ = nullptr; member in OHOS::Rosen::final
/foundation/arkui/ace_engine/frameworks/core/components/tween/
H A Dtween_element.h107 WeakPtr<DisplayComponent> display_; member in OHOS::Ace::TweenElement
H A Dtween_element.cpp544 display_ = displayComponent; in BuildChild()
1010 CreateOpacityAnimation(displayRenderNode, display_, option); in ApplyKeyframes()

Completed in 16 milliseconds