Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
skia::textlayout::ParagraphPainter::DashPathEffect Struct Reference

#include <ParagraphPainter.h>

Public Member Functions

 DashPathEffect (SkScalar onLength, SkScalar offLength)
 

Public Attributes

SkScalar fOnLength
 
SkScalar fOffLength
 

Detailed Description

Definition at line 19 of file ParagraphPainter.h.

Constructor & Destructor Documentation

◆ DashPathEffect()

skia::textlayout::ParagraphPainter::DashPathEffect::DashPathEffect ( SkScalar  onLength,
SkScalar  offLength 
)

Member Data Documentation

◆ fOffLength

SkScalar skia::textlayout::ParagraphPainter::DashPathEffect::fOffLength

Definition at line 23 of file ParagraphPainter.h.

◆ fOnLength

SkScalar skia::textlayout::ParagraphPainter::DashPathEffect::fOnLength

Definition at line 22 of file ParagraphPainter.h.


The documentation for this struct was generated from the following files: