Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Functions
mock_texture_registrar.h File Reference
#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)
 

Function Documentation

◆ fl_mock_texture_registrar_get_frame_available()

gboolean fl_mock_texture_registrar_get_frame_available ( FlMockTextureRegistrar *  registrar)

Definition at line 95 of file mock_texture_registrar.cc.

96 {
97 return self->frame_available;
98}

◆ fl_mock_texture_registrar_get_texture()

FlTexture * fl_mock_texture_registrar_get_texture ( FlMockTextureRegistrar *  registrar)

Definition at line 91 of file mock_texture_registrar.cc.

91 {
92 return self->texture;
93}

◆ G_DECLARE_FINAL_TYPE()

G_BEGIN_DECLS G_DECLARE_FINAL_TYPE ( FlMockTextureRegistrar  ,
fl_mock_texture_registrar  ,
FL  ,
MOCK_TEXTURE_REGISTRAR  ,
GObject   
)