Home
last modified time | relevance | path

Searched refs:InitSurface (Results 1 - 25 of 25) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_subSurface_demo.cpp40 bool InitSurface(std::shared_ptr<RSSurfaceNode>& surfaceNode, const std::string& surfaceName, in InitSurface() function
43 std::cout << "InitSurface" << std::endl; in InitSurface()
69 std::cout << "InitSurface success" << std::endl; in InitSurface()
80 if (!InitSurface(parentSurfaceNode, "parentNode", PARENT_WIDTH, PARENT_HEIGHT, SK_ColorGREEN)) { in main()
83 if (!InitSurface(childSurfaceNode, "childNode", CHILD_WIDTH, CHILD_HEIGHT, SK_ColorBLUE)) { in main()
H A Drender_service_client_pointer_window_demo.cpp117 bool InitSurface() in InitSurface() function
119 std::cout << "InitSurface" << std::endl; in InitSurface()
170 InitSurface(); in main()
220 isRemote = InitSurface(); in main()
H A Drs_uni_render_fix_rotation_demo.cpp109 bool InitSurface() in InitSurface() function
111 std::cout << "InitSurface" << std::endl; in InitSurface()
140 InitSurface(); in main()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_rosen_render_surface.cpp23 void RosenRenderSurface::InitSurface() {} in InitSurface() function in OHOS::Ace::NG::RosenRenderSurface
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_surface_mingw.cpp29 void RosenRenderSurface::InitSurface() in InitSurface() function in OHOS::Ace::NG::RosenRenderSurface
H A Drender_surface_impl.h35 void InitSurface() override;
H A Drender_texture_impl.h34 void InitSurface() override;
H A Drender_texture_impl.cpp32 void RenderTextureImpl::InitSurface() in InitSurface() function in OHOS::Ace::NG::RenderTextureImpl
H A Drender_surface_impl.cpp27 void RenderSurfaceImpl::InitSurface() in InitSurface() function in OHOS::Ace::NG::RenderSurfaceImpl
H A Drosen_render_surface.h46 void InitSurface() override;
H A Drosen_render_surface.cpp110 void RosenRenderSurface::InitSurface() in InitSurface() function in OHOS::Ace::NG::RosenRenderSurface
/foundation/multimedia/audio_lite/frameworks/binder/
H A Daudio_capturer_client.h55 int32_t InitSurface(void);
H A Daudio_capturer_client.cpp102 int32_t AudioCapturer::AudioCapturerClient::InitSurface(void) in InitSurface() function in OHOS::Audio::AudioCapturer::AudioCapturerClient
104 MEDIA_DEBUG_LOG("AudioCapturerClient InitSurface"); in InitSurface()
158 MEDIA_DEBUG_LOG("InitSurface audio capturer."); in AudioCapturerClient()
159 InitSurface(); in AudioCapturerClient()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_surface.h52 virtual void InitSurface() {} in InitSurface() function in OHOS::Ace::NG::RenderSurface
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_canvas_drawing_render_node_drawable.h42 bool InitSurface(int width, int height, RSPaintFilterCanvas& canvas);
H A Drs_canvas_drawing_render_node_drawable.cpp113 if (!InitSurface(surfaceParams.width, surfaceParams.height, *paintFilterCanvas)) { in OnDraw()
285 bool RSCanvasDrawingRenderNodeDrawable::InitSurface(int width, int height, RSPaintFilterCanvas& canvas) in InitSurface() function in OHOS::Rosen::DrawableV2::RSCanvasDrawingRenderNodeDrawable
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/drawable/
H A Drs_canvas_drawing_node_drawable_test.cpp130 * @tc.desc: Test If InitSurface Can Run
143 auto result = drawable->InitSurface(width, height, canvas); in HWTEST_F()
148 result = drawable->InitSurface(width, height, canvas); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_canvas_drawing_render_node_drawable_test.cpp142 * @tc.name: InitSurface
143 * @tc.desc: Test If InitSurface Can Run
156 auto result = drawable->InitSurface(width, height, canvas); in HWTEST_F()
161 result = drawable->InitSurface(width, height, canvas); in HWTEST_F()
/foundation/multimedia/media_lite/test/unittest/player_lite/
H A Dplayer_lite_test.cpp37 static void InitSurface() in InitSurface() function
59 InitSurface(); in SetUp()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_pattern.h359 void InitSurface();
H A Dxcomponent_pattern.cpp193 void XComponentPattern::InitSurface() in InitSurface() function in OHOS::Ace::NG::XComponentPattern
227 renderSurface_->InitSurface(); in InitSurface()
261 InitSurface(); in Initialize()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.cpp828 renderSurface_->InitSurface(); in OnModifyDone()
/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_pattern.cpp490 renderSurface_->InitSurface(); in PrepareSurface()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_pattern.cpp834 renderSurface_->InitSurface(); in PrepareSurface()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp2974 popupRenderSurface_->InitSurface(); in OnModifyDone()
2977 renderSurface_->InitSurface(); in OnModifyDone()

Completed in 34 milliseconds