Flutter Engine
The Flutter Engine
|
#include <ParagraphPainter.h>
Public Member Functions | |
DashPathEffect (SkScalar onLength, SkScalar offLength) | |
Public Attributes | |
SkScalar | fOnLength |
SkScalar | fOffLength |
Definition at line 19 of file ParagraphPainter.h.
skia::textlayout::ParagraphPainter::DashPathEffect::DashPathEffect | ( | SkScalar | onLength, |
SkScalar | offLength | ||
) |
Definition at line 14 of file ParagraphPainterImpl.cpp.
SkScalar skia::textlayout::ParagraphPainter::DashPathEffect::fOffLength |
Definition at line 23 of file ParagraphPainter.h.
SkScalar skia::textlayout::ParagraphPainter::DashPathEffect::fOnLength |
Definition at line 22 of file ParagraphPainter.h.