Flutter Impeller
path.cc File Reference
#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.

Namespaces

 impeller
 

Macros

#define CHECK_COMPONENT(type)
 

Macro Definition Documentation

◆ 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())
GLenum type

Definition at line 26 of file path.cc.