|
2 | 2 | // Use of this source code is governed by a BSD-style license that can be
|
3 | 3 | // found in the LICENSE file.
|
4 | 4 |
|
5 |
| -#include <algorithm> |
6 | 5 | #include <cstring>
|
7 | 6 | #include <memory>
|
8 | 7 | #include <optional>
|
9 |
| -#include <unordered_map> |
10 | 8 | #include <utility>
|
11 | 9 | #include <vector>
|
12 | 10 |
|
13 |
| -#include "flutter/testing/testing.h" |
14 | 11 | #include "fml/logging.h"
|
15 |
| -#include "fml/time/time_point.h" |
16 | 12 | #include "gtest/gtest.h"
|
17 | 13 | #include "impeller/core/texture_descriptor.h"
|
18 | 14 | #include "impeller/entity/contents/atlas_contents.h"
|
19 | 15 | #include "impeller/entity/contents/clip_contents.h"
|
20 | 16 | #include "impeller/entity/contents/conical_gradient_contents.h"
|
21 | 17 | #include "impeller/entity/contents/contents.h"
|
22 |
| -#include "impeller/entity/contents/filters/blend_filter_contents.h" |
23 | 18 | #include "impeller/entity/contents/filters/color_filter_contents.h"
|
24 | 19 | #include "impeller/entity/contents/filters/filter_contents.h"
|
25 | 20 | #include "impeller/entity/contents/filters/inputs/filter_input.h"
|
|
28 | 23 | #include "impeller/entity/contents/runtime_effect_contents.h"
|
29 | 24 | #include "impeller/entity/contents/solid_color_contents.h"
|
30 | 25 | #include "impeller/entity/contents/solid_rrect_blur_contents.h"
|
31 |
| -#include "impeller/entity/contents/sweep_gradient_contents.h" |
32 | 26 | #include "impeller/entity/contents/text_contents.h"
|
33 | 27 | #include "impeller/entity/contents/texture_contents.h"
|
34 | 28 | #include "impeller/entity/contents/tiled_texture_contents.h"
|
35 |
| -#include "impeller/entity/contents/vertices_contents.h" |
36 | 29 | #include "impeller/entity/entity.h"
|
37 | 30 | #include "impeller/entity/entity_pass.h"
|
38 | 31 | #include "impeller/entity/entity_pass_delegate.h"
|
|
50 | 43 | #include "impeller/renderer/command.h"
|
51 | 44 | #include "impeller/renderer/render_pass.h"
|
52 | 45 | #include "impeller/renderer/vertex_buffer_builder.h"
|
53 |
| -#include "impeller/runtime_stage/runtime_stage.h" |
54 |
| -#include "impeller/tessellator/tessellator.h" |
55 | 46 | #include "impeller/typographer/backends/skia/text_frame_skia.h"
|
56 | 47 | #include "impeller/typographer/backends/skia/typographer_context_skia.h"
|
57 |
| -#include "include/core/SkBlendMode.h" |
58 | 48 | #include "third_party/imgui/imgui.h"
|
59 | 49 | #include "third_party/skia/include/core/SkTextBlob.h"
|
60 | 50 |
|
|
0 commit comments