#include <cairo/cairo.h>#include "flutter/shell/platform/linux/fl_compositor.h"#include "flutter/shell/platform/linux/fl_task_runner.h"Go to the source code of this file.
Functions | |
| G_BEGIN_DECLS | G_DECLARE_FINAL_TYPE (FlCompositorSoftware, fl_compositor_software, FL, COMPOSITOR_SOFTWARE, FlCompositor) FlCompositorSoftware *fl_compositor_software_new(FlTaskRunner *task_runner) |
| G_BEGIN_DECLS G_DECLARE_FINAL_TYPE | ( | FlCompositorSoftware | , |
| fl_compositor_software | , | ||
| FL | , | ||
| COMPOSITOR_SOFTWARE | , | ||
| FlCompositor | |||
| ) |
FlCompositorSoftware:
#FlCompositorSoftware is a class that implements compositing using software rendering. fl_compositor_software_new: @task_runner: an #FlTaskRunnner.
Creates a new software rendering compositor.
Returns: a new #FlCompositorSoftware.