Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
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/path_builder.h"
#include "impeller/geometry/path_component.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 252 of file stroke_path_geometry.cc.

◆ join_proc

const JoinProc<VertexWriter>& join_proc

Definition at line 251 of file stroke_path_geometry.cc.

◆ offset

Point offset

Definition at line 256 of file stroke_path_geometry.cc.

◆ polyline

const Path::Polyline& polyline

Definition at line 248 of file stroke_path_geometry.cc.

◆ previous_offset

Point previous_offset

Definition at line 255 of file stroke_path_geometry.cc.

◆ scale

const Scalar scale

Definition at line 253 of file stroke_path_geometry.cc.

◆ scaled_miter_limit

const Scalar scaled_miter_limit

Definition at line 250 of file stroke_path_geometry.cc.

◆ stroke_width

const Scalar stroke_width

Definition at line 249 of file stroke_path_geometry.cc.

◆ vtx

SolidFillVertexShader::PerVertexData vtx

Definition at line 257 of file stroke_path_geometry.cc.