Flutter Engine
The Flutter Engine
|
#include "impeller/entity/geometry/stroke_path_geometry.h"
#include "impeller/core/buffer_view.h"
#include "impeller/core/formats.h"
#include "impeller/entity/geometry/geometry.h"
#include "impeller/geometry/constants.h"
#include "impeller/geometry/path_builder.h"
#include "impeller/geometry/path_component.h"
#include "impeller/geometry/separated_vector.h"
Go to the source code of this file.
Namespaces | |
namespace | impeller |
Typedefs | |
using | impeller::VS = SolidFillVertexShader |
const CapProc<VertexWriter>& cap_proc |
Definition at line 307 of file stroke_path_geometry.cc.
const JoinProc<VertexWriter>& join_proc |
Definition at line 306 of file stroke_path_geometry.cc.
SeparatedVector2 offset |
Definition at line 311 of file stroke_path_geometry.cc.
const Path::Polyline& polyline |
Definition at line 303 of file stroke_path_geometry.cc.
SeparatedVector2 previous_offset |
Definition at line 310 of file stroke_path_geometry.cc.
const Scalar scale |
Definition at line 308 of file stroke_path_geometry.cc.
const Scalar scaled_miter_limit |
Definition at line 305 of file stroke_path_geometry.cc.
const Scalar stroke_width |
Definition at line 304 of file stroke_path_geometry.cc.
SolidFillVertexShader::PerVertexData vtx |
Definition at line 312 of file stroke_path_geometry.cc.