#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 | |
| impeller | |
Typedefs | |
| using | impeller::VS = SolidFillVertexShader |
| const CapProc<VertexWriter>& cap_proc |
Definition at line 300 of file stroke_path_geometry.cc.
| const JoinProc<VertexWriter>& join_proc |
Definition at line 299 of file stroke_path_geometry.cc.
| SeparatedVector2 offset |
Definition at line 304 of file stroke_path_geometry.cc.
Referenced by impeller::LazyGlyphAtlas::AddTextFrame(), impeller::TextFrame::CollectUniqueFontGlyphPairs(), impeller::TextFrame::ComputeSubpixelPosition(), impeller::DeviceBuffer::CopyHostBuffer(), impeller::DlAtlasGeometry::CreateBlendVertexBuffer(), impeller::testing::CreateGlyphAtlas(), impeller::DlAtlasGeometry::CreateSimpleVertexBuffer(), impeller::Canvas::DrawImage(), impeller::ComputePassBindingsCacheMTL::SetBuffer(), impeller::PassBindingsCacheMTL::SetBuffer(), impeller::TextContents::SetOffset(), impeller::PathBuilder::Shift(), impeller::TRect< Scalar >::Shift(), impeller::testing::TEST(), impeller::testing::TEST_P(), impeller::Canvas::Translate(), and impeller::TypefaceSTB::TypefaceSTB().
| const Path::Polyline& polyline |
Definition at line 296 of file stroke_path_geometry.cc.
Referenced by impeller::BM_Polyline(), impeller::BM_StrokePolyline(), impeller::Path::CreatePolyline(), impeller::Tessellator::CreateTempPolyline(), impeller::Path::EndContour(), impeller::ImpellerBenchmarkAccessor::GenerateSolidStrokeVertices(), impeller::ImpellerEntityUnitTestAccessor::GenerateSolidStrokeVertices(), impeller::TessellatorLibtess::Tessellate(), and impeller::testing::TEST().
| SeparatedVector2 previous_offset |
Definition at line 303 of file stroke_path_geometry.cc.
| const Scalar scale |
Definition at line 301 of file stroke_path_geometry.cc.
Referenced by impeller::LazyGlyphAtlas::AddTextFrame(), impeller::CubicPathComponent::AppendPolylinePoints(), impeller::BM_StrokePolyline(), impeller::TextFrame::CollectUniqueFontGlyphPairs(), impeller::ComputeGlyphSize(), impeller::TextFrame::ComputeSubpixelPosition(), impeller::testing::CreateGlyphAtlas(), impeller::Path::CreatePolyline(), impeller::ImpellerBenchmarkAccessor::GenerateSolidStrokeVertices(), impeller::ImpellerEntityUnitTestAccessor::GenerateSolidStrokeVertices(), impeller::PlaygroundImpl::GetContentScale(), impeller::GlyphAtlas::GetFontGlyphAtlas(), impeller::Matrix::MakeOrthographic(), impeller::MakeTextFrameSTB(), impeller::TSize< Scalar >::operator*(), impeller::Quaternion::operator*(), impeller::TPoint< Scalar >::operator*(), impeller::Vector3::operator*(), impeller::TPoint< Scalar >::operator*=(), impeller::Vector3::operator*=(), impeller::TSize< Scalar >::operator/(), impeller::Vector3::operator/(), impeller::TPoint< Scalar >::operator/=(), impeller::Vector3::operator/=(), impeller::PairsFitInAtlasOfSize(), impeller::TiledTextureContents::RenderToSnapshot(), impeller::TextureContents::RenderToSnapshot(), impeller::TextFrame::RoundScaledFontSize(), impeller::interop::DisplayListBuilder::Scale(), impeller::Canvas::Scale(), impeller::TRect< Scalar >::Scale(), impeller::TextContents::SetScale(), impeller::CubicPathComponent::Subsegment(), impeller::testing::TEST(), impeller::testing::TEST_P(), impeller::QuadraticPathComponent::ToLinearPathComponents(), impeller::CubicPathComponent::ToLinearPathComponents(), and impeller::Path::WritePolyline().
| const Scalar scaled_miter_limit |
Definition at line 298 of file stroke_path_geometry.cc.
| const Scalar stroke_width |
Definition at line 297 of file stroke_path_geometry.cc.
Referenced by impeller::BM_StrokePolyline(), impeller::CircleGeometry::CircleGeometry(), impeller::Geometry::ComputeStrokeAlphaCoverage(), impeller::ImpellerBenchmarkAccessor::GenerateSolidStrokeVertices(), impeller::ImpellerEntityUnitTestAccessor::GenerateSolidStrokeVertices(), impeller::Geometry::MakeStrokedCircle(), impeller::Geometry::MakeStrokePath(), impeller::TextContents::SetTextProperties(), and impeller::testing::TEST_P().
| SolidFillVertexShader::PerVertexData vtx |
Definition at line 305 of file stroke_path_geometry.cc.
Referenced by impeller::TextContents::Render().