#include <optional>#include "flutter/display_list/geometry/dl_path.h"#include "impeller/entity/geometry/geometry.h"#include "impeller/geometry/rect.h"Go to the source code of this file.
Classes | |
| class | impeller::FillPathSourceGeometry |
| An abstract Geometry base class that produces fillable vertices for the interior of any |PathSource| provided by the type-specific subclass. More... | |
| class | impeller::FillPathGeometry |
| A Geometry that produces fillable vertices from a |DlPath| object using the |FillPathSourceGeometry| base class and the inherent ability for a |DlPath| object to perform path iteration. More... | |
| class | impeller::FillDiffRoundRectGeometry |
| A Geometry that produces fillable vertices for the gap between a pair of |RoundRect| objects using the |FillPathSourceGeometry| base class. More... | |
Namespaces | |
| impeller | |