#include "impeller/aiks/canvas.h"#include <algorithm>#include <optional>#include <utility>#include "flutter/fml/logging.h"#include "impeller/aiks/image_filter.h"#include "impeller/aiks/paint_pass_delegate.h"#include "impeller/entity/contents/atlas_contents.h"#include "impeller/entity/contents/clip_contents.h"#include "impeller/entity/contents/solid_rrect_blur_contents.h"#include "impeller/entity/contents/text_contents.h"#include "impeller/entity/contents/texture_contents.h"#include "impeller/entity/contents/vertices_contents.h"#include "impeller/entity/geometry/geometry.h"#include "impeller/geometry/path_builder.h"Go to the source code of this file.
Namespaces | |
| impeller | |
Functions | |
| static bool | impeller::UseColorSourceContents (const std::shared_ptr< VerticesGeometry > &vertices, const Paint &paint) |