Home
last modified time | relevance | path

Searched refs:GetCreateInfo (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/web/webview/test/unittest/nweb_surface_adapter_test/
H A Dnweb_surface_adapter_test.cpp103 g_info = surfaceAdapter.GetCreateInfo(g_surface, GetInitArgs(), DEFAULT_WIDTH, DEFAULT_HEIGHT);
106 surfaceAdapter.GetCreateInfo(surface, GetInitArgs(), DEFAULT_WIDTH, DEFAULT_HEIGHT);
/ohos5.0/base/web/webview/ohos_nweb/include/
H A Dnweb_enhance_surface_adapter.h31 std::shared_ptr<NWebCreateInfoImpl> GetCreateInfo(void *enhanceSurfaceInfo,
H A Dnweb_surface_adapter.h35 std::shared_ptr<NWebCreateInfoImpl> GetCreateInfo(sptr<Surface> surface,
/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_enhance_surface_adapter.cpp45 std::shared_ptr<NWebCreateInfoImpl> NWebEnhanceSurfaceAdapter::GetCreateInfo(void *enhanceSurfaceIn… in GetCreateInfo() function in OHOS::NWeb::NWebEnhanceSurfaceAdapter
H A Dnweb_surface_adapter.cpp54 std::shared_ptr<NWebCreateInfoImpl> NWebSurfaceAdapter::GetCreateInfo(sptr<Surface> surface, in GetCreateInfo() function in OHOS::NWeb::NWebSurfaceAdapter
H A Dnweb_helper.cpp1038 …auto createInfo = NWebSurfaceAdapter::Instance().GetCreateInfo(surface, initArgs, width, height, i… in CreateNWeb()
1072 …NWebEnhanceSurfaceAdapter::Instance().GetCreateInfo(enhanceSurfaceInfo, initArgs, width, height, i… in CreateNWeb()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drender_context.h86 RenderCreateInfo GetCreateInfo() const;
H A Drender_context.cpp563 RenderCreateInfo RenderContext::GetCreateInfo() const in GetCreateInfo() function in RenderContext
H A Drenderer.cpp451 const RenderCreateInfo rci = ((const RenderContext&)renderContext_).GetCreateInfo(); in Renderer()