 |
Flutter Impeller
|
|
Go to the documentation of this file.
31 using Ref = std::shared_ptr<FilterInput>;
32 using Vector = std::vector<FilterInput::Ref>;
33 using Variant = std::variant<std::shared_ptr<FilterContents>,
34 std::shared_ptr<Contents>,
35 std::shared_ptr<Texture>,
50 const std::string& label,
53 std::optional<Rect> coverage_limit = std::nullopt)
const = 0;
69 const std::shared_ptr<LazyGlyphAtlas>& lazy_glyph_atlas,
77 virtual bool IsLeaf()
const;
A 4x4 matrix using column-major storage.