Flutter Engine
The Flutter Engine
Namespaces | Typedefs
stroke_path_geometry.cc File Reference
#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
 

Variable Documentation

◆ cap_proc

const CapProc<VertexWriter>& cap_proc

Definition at line 307 of file stroke_path_geometry.cc.

◆ join_proc

const JoinProc<VertexWriter>& join_proc

Definition at line 306 of file stroke_path_geometry.cc.

◆ offset

SeparatedVector2 offset

Definition at line 311 of file stroke_path_geometry.cc.

◆ polyline

const Path::Polyline& polyline

Definition at line 303 of file stroke_path_geometry.cc.

◆ previous_offset

SeparatedVector2 previous_offset

Definition at line 310 of file stroke_path_geometry.cc.

◆ scale

const Scalar scale

Definition at line 308 of file stroke_path_geometry.cc.

◆ scaled_miter_limit

const Scalar scaled_miter_limit

Definition at line 305 of file stroke_path_geometry.cc.

◆ stroke_width

const Scalar stroke_width

Definition at line 304 of file stroke_path_geometry.cc.

◆ vtx

SolidFillVertexShader::PerVertexData vtx

Definition at line 312 of file stroke_path_geometry.cc.