![]() |
Flutter Engine
The Flutter Engine
|
#include "flutter/shell/platform/linux/fl_texture_registrar_private.h"
Go to the source code of this file.
Functions | |
G_BEGIN_DECLS | G_DECLARE_FINAL_TYPE (FlMockTextureRegistrar, fl_mock_texture_registrar, FL, MOCK_TEXTURE_REGISTRAR, GObject) FlMockTextureRegistrar *fl_mock_texture_registrar_new() |
FlTexture * | fl_mock_texture_registrar_get_texture (FlMockTextureRegistrar *registrar) |
gboolean | fl_mock_texture_registrar_get_frame_available (FlMockTextureRegistrar *registrar) |
gboolean fl_mock_texture_registrar_get_frame_available | ( | FlMockTextureRegistrar * | registrar | ) |
Definition at line 95 of file mock_texture_registrar.cc.
FlTexture * fl_mock_texture_registrar_get_texture | ( | FlMockTextureRegistrar * | registrar | ) |
Definition at line 91 of file mock_texture_registrar.cc.
G_BEGIN_DECLS G_DECLARE_FINAL_TYPE | ( | FlMockTextureRegistrar | , |
fl_mock_texture_registrar | , | ||
FL | , | ||
MOCK_TEXTURE_REGISTRAR | , | ||
GObject | |||
) |