Go to the source code of this file.
Namespaces | |
| namespace | flutter |
| namespace | flutter::testing |
Variables | |
| static flutter::testing::StubFlutterGlfwApi * | s_stub_implementation |
| FlutterDesktopWindowControllerRef FlutterDesktopCreateWindow | ( | const FlutterDesktopWindowProperties & | window_properties, |
| const FlutterDesktopEngineProperties & | engine_properties | ||
| ) |
Definition at line 51 of file stub_flutter_glfw_api.cc.
References flutter::testing::StubFlutterGlfwApi::CreateWindow(), and s_stub_implementation.
Referenced by flutter::FlutterWindowController::CreateWindow().
| void FlutterDesktopDestroyWindow | ( | FlutterDesktopWindowControllerRef | controller | ) |
Definition at line 61 of file stub_flutter_glfw_api.cc.
References flutter::testing::StubFlutterGlfwApi::DestroyWindow(), and s_stub_implementation.
Referenced by flutter::FlutterWindowController::DestroyWindow(), and flutter::FlutterWindowController::~FlutterWindowController().
| FlutterDesktopEngineRef FlutterDesktopGetEngine | ( | FlutterDesktopWindowControllerRef | controller | ) |
Definition at line 173 of file stub_flutter_glfw_api.cc.
Referenced by flutter::FlutterWindowController::GetRegistrarForPlugin().
| FlutterDesktopPluginRegistrarRef FlutterDesktopGetPluginRegistrar | ( | FlutterDesktopEngineRef | engine, |
| const char * | plugin_name | ||
| ) |
Definition at line 179 of file stub_flutter_glfw_api.cc.
Referenced by flutter::FlutterEngine::GetRegistrarForPlugin(), and flutter::FlutterWindowController::GetRegistrarForPlugin().
| FlutterDesktopWindowRef FlutterDesktopGetWindow | ( | FlutterDesktopWindowControllerRef | controller | ) |
Definition at line 167 of file stub_flutter_glfw_api.cc.
Referenced by flutter::FlutterWindowController::CreateWindow().
| bool FlutterDesktopInit | ( | ) |
Definition at line 38 of file stub_flutter_glfw_api.cc.
References flutter::testing::StubFlutterGlfwApi::Init(), and s_stub_implementation.
Referenced by flutter::FlutterWindowController::FlutterWindowController().
| void FlutterDesktopPluginRegistrarEnableInputBlocking | ( | FlutterDesktopPluginRegistrarRef | registrar, |
| const char * | channel | ||
| ) |
Definition at line 192 of file stub_flutter_glfw_api.cc.
References channel, flutter::testing::StubFlutterGlfwApi::PluginRegistrarEnableInputBlocking(), and s_stub_implementation.
Referenced by flutter::PluginRegistrarGlfw::EnableInputBlockingForChannel().
| FlutterDesktopWindowRef FlutterDesktopPluginRegistrarGetWindow | ( | FlutterDesktopPluginRegistrarRef | registrar | ) |
Definition at line 186 of file stub_flutter_glfw_api.cc.
Referenced by flutter::PluginRegistrarGlfw::PluginRegistrarGlfw().
| FlutterDesktopEngineRef FlutterDesktopRunEngine | ( | const FlutterDesktopEngineProperties & | properties | ) |
Definition at line 144 of file stub_flutter_glfw_api.cc.
References flutter::testing::StubFlutterGlfwApi::RunEngine(), and s_stub_implementation.
Referenced by flutter::FlutterEngine::Start().
| void FlutterDesktopRunEngineEventLoopWithTimeout | ( | FlutterDesktopEngineRef | engine, |
| uint32_t | timeout_milliseconds | ||
| ) |
Definition at line 152 of file stub_flutter_glfw_api.cc.
References flutter::testing::StubFlutterGlfwApi::RunEngineEventLoopWithTimeout(), and s_stub_implementation.
Referenced by flutter::FlutterEngine::RunEventLoopWithTimeout().
| bool FlutterDesktopRunWindowEventLoopWithTimeout | ( | FlutterDesktopWindowControllerRef | controller, |
| uint32_t | millisecond_timeout | ||
| ) |
Definition at line 134 of file stub_flutter_glfw_api.cc.
References flutter::testing::StubFlutterGlfwApi::RunWindowEventLoopWithTimeout(), and s_stub_implementation.
Referenced by flutter::FlutterWindowController::RunEventLoopWithTimeout().
| bool FlutterDesktopShutDownEngine | ( | FlutterDesktopEngineRef | engine_ref | ) |
Definition at line 160 of file stub_flutter_glfw_api.cc.
References s_stub_implementation, and flutter::testing::StubFlutterGlfwApi::ShutDownEngine().
Referenced by flutter::FlutterEngine::Start().
| void FlutterDesktopTerminate | ( | ) |
Definition at line 45 of file stub_flutter_glfw_api.cc.
References s_stub_implementation, and flutter::testing::StubFlutterGlfwApi::Terminate().
Referenced by flutter::FlutterWindowController::~FlutterWindowController().
| void FlutterDesktopWindowGetFrame | ( | FlutterDesktopWindowRef | flutter_window, |
| int * | x, | ||
| int * | y, | ||
| int * | width, | ||
| int * | height | ||
| ) |
Definition at line 90 of file stub_flutter_glfw_api.cc.
References flutter::testing::StubFlutterGlfwApi::GetWindowFrame(), height, s_stub_implementation, width, x, and y.
Referenced by flutter::FlutterWindow::GetFrame().
| double FlutterDesktopWindowGetScaleFactor | ( | FlutterDesktopWindowRef | flutter_window | ) |
Definition at line 118 of file stub_flutter_glfw_api.cc.
References flutter::testing::StubFlutterGlfwApi::GetWindowScaleFactor(), and s_stub_implementation.
Referenced by flutter::FlutterWindow::GetScaleFactor().
| void FlutterDesktopWindowSetFrame | ( | FlutterDesktopWindowRef | flutter_window, |
| int | x, | ||
| int | y, | ||
| int | width, | ||
| int | height | ||
| ) |
Definition at line 100 of file stub_flutter_glfw_api.cc.
References height, s_stub_implementation, flutter::testing::StubFlutterGlfwApi::SetWindowFrame(), width, x, and y.
Referenced by flutter::FlutterWindow::SetFrame().
| void FlutterDesktopWindowSetHoverEnabled | ( | FlutterDesktopWindowRef | flutter_window, |
| bool | enabled | ||
| ) |
Definition at line 67 of file stub_flutter_glfw_api.cc.
References s_stub_implementation, and flutter::testing::StubFlutterGlfwApi::SetHoverEnabled().
Referenced by flutter::FlutterWindow::SetHoverEnabled().
| void FlutterDesktopWindowSetIcon | ( | FlutterDesktopWindowRef | flutter_window, |
| uint8_t * | pixel_data, | ||
| int | width, | ||
| int | height | ||
| ) |
Definition at line 81 of file stub_flutter_glfw_api.cc.
References height, s_stub_implementation, flutter::testing::StubFlutterGlfwApi::SetWindowIcon(), and width.
Referenced by flutter::FlutterWindow::SetIcon().
| void FlutterDesktopWindowSetPixelRatioOverride | ( | FlutterDesktopWindowRef | flutter_window, |
| double | pixel_ratio | ||
| ) |
Definition at line 126 of file stub_flutter_glfw_api.cc.
References s_stub_implementation, and flutter::testing::StubFlutterGlfwApi::SetPixelRatioOverride().
Referenced by flutter::FlutterWindow::SetPixelRatioOverride().
| void FlutterDesktopWindowSetSizeLimits | ( | FlutterDesktopWindowRef | flutter_window, |
| FlutterDesktopSize | minimum_size, | ||
| FlutterDesktopSize | maximum_size | ||
| ) |
Definition at line 110 of file stub_flutter_glfw_api.cc.
References s_stub_implementation, and flutter::testing::StubFlutterGlfwApi::SetSizeLimits().
Referenced by flutter::FlutterWindow::SetSizeLimits().
| void FlutterDesktopWindowSetTitle | ( | FlutterDesktopWindowRef | flutter_window, |
| const char * | title | ||
| ) |
Definition at line 74 of file stub_flutter_glfw_api.cc.
References s_stub_implementation, and flutter::testing::StubFlutterGlfwApi::SetWindowTitle().
Referenced by flutter::FlutterWindow::SetTitle().
|
static |
Definition at line 7 of file stub_flutter_glfw_api.cc.
Referenced by FlutterDesktopCreateWindow(), FlutterDesktopDestroyWindow(), FlutterDesktopInit(), FlutterDesktopPluginRegistrarEnableInputBlocking(), FlutterDesktopRunEngine(), FlutterDesktopRunEngineEventLoopWithTimeout(), FlutterDesktopRunWindowEventLoopWithTimeout(), FlutterDesktopShutDownEngine(), FlutterDesktopTerminate(), FlutterDesktopWindowGetFrame(), FlutterDesktopWindowGetScaleFactor(), FlutterDesktopWindowSetFrame(), FlutterDesktopWindowSetHoverEnabled(), FlutterDesktopWindowSetIcon(), FlutterDesktopWindowSetPixelRatioOverride(), FlutterDesktopWindowSetSizeLimits(), and FlutterDesktopWindowSetTitle().