#include "impeller/geometry/path.h"
#include <optional>
#include <utility>
#include "flutter/fml/logging.h"
#include "impeller/geometry/path_component.h"
#include "impeller/geometry/point.h"
Go to the source code of this file.
◆ CHECK_COMPONENT
| #define CHECK_COMPONENT |
( |
|
type | ) |
|
Value: (component_index_ < path_.data_->components.size() && \
path_.data_->components[component_index_] ==
type && \
storage_offset_ + VerbToOffset(
type) <= path_.data_->points.size())
Definition at line 26 of file path.cc.