Home
last modified time | relevance | path

Searched refs:ISurface (Results 1 - 7 of 7) sorted by relevance

/foundation/window/window_manager_lite/interfaces/innerkits/
H A Disurface.h23 * @brief The ISurface class is an abstract definition of surface.
27 class ISurface { class
29 ISurface() {} in ISurface() function in OHOS::ISurface
31 virtual ~ISurface() {} in ~ISurface()
H A Diwindow.h25 * @brief The IWindow class is an abstract definition of window. Each IWindow has a ISurface.
78 virtual ISurface* GetSurface() = 0;
/foundation/graphic/graphic_utils_lite/frameworks/hals/
H A Dgfx_engines.cpp44 static bool Convert2ISurface(const LiteSurfaceData& liteSurfaceData, ISurface& iSurface) in Convert2ISurface()
122 ISurface surface = {}; in GfxFillArea()
147 ISurface srcSurface = {}; in GfxBlit()
148 ISurface dstSurface = {}; in GfxBlit()
/foundation/window/window_manager_lite/frameworks/wms/
H A Dlite_proxy_window.h37 ISurface* GetSurface() override;
44 ISurface* surface_;
H A Dlite_proxy_surface.h24 class LiteProxySurface : public ISurface {
H A Dlite_proxy_window.cpp90 ISurface* LiteProxyWindow::GetSurface() in GetSurface()
/foundation/arkui/ui_lite/frameworks/window/
H A Dwindow_impl.cpp202 ISurface* surface = iWindow_->GetSurface(); in Flush()
212 ISurface* surface = iWindow_->GetSurface(); in UpdateHalDisplayBuffer()

Completed in 2 milliseconds