Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
fl_view_renderer_software.h File Reference

Go to the source code of this file.

Functions

G_BEGIN_DECLS G_DECLARE_FINAL_TYPE (FlViewRendererSoftware, fl_view_renderer_software, FL, VIEW_RENDERER_SOFTWARE, FlViewRenderer) FlViewRendererSoftware *fl_view_renderer_software_new(FlEngine *engine
 

Variables

G_BEGIN_DECLS gboolean sized_to_content
 

Function Documentation

◆ G_DECLARE_FINAL_TYPE()

G_BEGIN_DECLS G_DECLARE_FINAL_TYPE ( FlViewRendererSoftware  ,
fl_view_renderer_software  ,
FL  ,
VIEW_RENDERER_SOFTWARE  ,
FlViewRenderer   
)

FlViewRendererSoftware:

#FlViewRendererSoftware is an #FlViewRenderer that renders Flutter frames using software rendering. fl_view_renderer_software_new: @engine: the #FlEngine to render. @sized_to_content: TRUE if the view size is controlled by Flutter.

Creates a new widget that renders Flutter frames using software rendering.

Returns: a new #FlViewRendererSoftware.

Variable Documentation

◆ sized_to_content

G_BEGIN_DECLS gboolean sized_to_content

Definition at line 37 of file fl_view_renderer_software.h.