#include "png.h"#include "flutter/lib/ui/painting/image_encoding.h"#include "flutter/lib/ui/painting/image_encoding_impl.h"#include "flutter/common/task_runners.h"#include "flutter/fml/synchronization/waitable_event.h"#include "flutter/lib/ui/painting/image.h"#include "flutter/lib/ui/painting/testing/mocks.h"#include "flutter/runtime/dart_vm.h"#include "flutter/shell/common/shell_test.h"#include "flutter/shell/common/thread_host.h"#include "flutter/testing/testing.h"#include "gmock/gmock.h"#include "gtest/gtest.h"Go to the source code of this file.
Namespaces | |
| namespace | flutter |
| namespace | flutter::testing |
Functions | |
| flutter::testing::TEST_F (ShellTest, EncodeImageGivesExternalTypedData) | |
| flutter::testing::TEST_F (ShellTest, EncodeImageAccessesSyncSwitch) | |
| std::function<void()> false_handler = [] {} |
Definition at line 49 of file image_encoding_unittests.cc.
Referenced by fml::SyncSwitch::Handlers::SetIfFalse().
| std::function<void()> true_handler = [] {} |
Definition at line 48 of file image_encoding_unittests.cc.