#include "display_list/dl_sampling_options.h"
#include "display_list/dl_tile_mode.h"
#include "display_list/effects/dl_color_source.h"
#include "display_list/effects/dl_mask_filter.h"
#include "flutter/impeller/display_list/aiks_unittests.h"
#include "flutter/display_list/dl_blend_mode.h"
#include "flutter/display_list/dl_builder.h"
#include "flutter/display_list/dl_color.h"
#include "flutter/display_list/dl_paint.h"
#include "flutter/display_list/effects/dl_color_filter.h"
#include "flutter/testing/testing.h"
#include "impeller/display_list/dl_image_impeller.h"
#include "impeller/playground/widgets.h"
#include "include/core/SkMatrix.h"
#include "include/core/SkPath.h"
#include "include/core/SkPathTypes.h"
#include "include/core/SkRRect.h"
Go to the source code of this file.
|
| | impeller::testing::TEST_P (AiksTest, RotateColorFilteredPath) |
| |
| | impeller::testing::TEST_P (AiksTest, CanRenderStrokes) |
| |
| | impeller::testing::TEST_P (AiksTest, CanRenderCurvedStrokes) |
| |
| | impeller::testing::TEST_P (AiksTest, CanRenderThickCurvedStrokes) |
| |
| | impeller::testing::TEST_P (AiksTest, CanRenderThinCurvedStrokes) |
| |
| | impeller::testing::TEST_P (AiksTest, CanRenderStrokePathThatEndsAtSharpTurn) |
| |
| | impeller::testing::TEST_P (AiksTest, CanRenderStrokePathWithCubicLine) |
| |
| | impeller::testing::TEST_P (AiksTest, CanRenderQuadraticStrokeWithInstantTurn) |
| |
| | impeller::testing::TEST_P (AiksTest, CanRenderDifferencePaths) |
| |
| | impeller::testing::TEST_P (AiksTest, CanDrawAnOpenPath) |
| |
| | impeller::testing::TEST_P (AiksTest, CanDrawAnOpenPathThatIsntARect) |
| |
| | impeller::testing::TEST_P (AiksTest, SolidStrokesRenderCorrectly) |
| |
| | impeller::testing::TEST_P (AiksTest, DrawLinesRenderCorrectly) |
| |
| | impeller::testing::TEST_P (AiksTest, DrawRectStrokesRenderCorrectly) |
| |
| | impeller::testing::TEST_P (AiksTest, DrawRectStrokesWithBevelJoinRenderCorrectly) |
| |
| | impeller::testing::TEST_P (AiksTest, CanDrawMultiContourConvexPath) |
| |
| | impeller::testing::TEST_P (AiksTest, ArcWithZeroSweepAndBlur) |
| |
| | impeller::testing::TEST_P (AiksTest, CanRenderClips) |
| |
| | impeller::testing::TEST_P (AiksTest, CanRenderOverlappingMultiContourPath) |
| |