#include "flutter/shell/platform/fuchsia/flutter/rtree.h"#include "flutter/testing/testing.h"#include "third_party/skia/include/core/SkCanvas.h"#include "third_party/skia/include/core/SkPicture.h"#include "third_party/skia/include/core/SkPictureRecorder.h"Go to the source code of this file.
Namespaces | |
| namespace | flutter |
| namespace | flutter::testing |
Functions | |
| flutter::testing::TEST (RTree, searchNonOverlappingDrawnRectsNoIntersection) | |
| flutter::testing::TEST (RTree, searchNonOverlappingDrawnRectsSingleRectIntersection) | |
| flutter::testing::TEST (RTree, searchNonOverlappingDrawnRectsIgnoresNonDrawingRecords) | |
| flutter::testing::TEST (RTree, searchNonOverlappingDrawnRectsMultipleRectIntersection) | |
| flutter::testing::TEST (RTree, searchNonOverlappingDrawnRectsJoinRectsWhenIntersectedCase1) | |
| flutter::testing::TEST (RTree, searchNonOverlappingDrawnRectsJoinRectsWhenIntersectedCase2) | |
| flutter::testing::TEST (RTree, searchNonOverlappingDrawnRectsJoinRectsWhenIntersectedCase3) | |