Home
last modified time | relevance | path

Searched refs:DashPathEffect (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/modules/skparagraph/include/
H A DParagraphPainter.h21 struct DashPathEffect { struct in skia::textlayout::ParagraphPainter
22 DashPathEffect(SkScalar onLength, SkScalar offLength);
32 std::optional<DashPathEffect> dashPathEffect);
36 std::optional<DashPathEffect> getDashPathEffect() const { return fDashPathEffect; } in getDashPathEffect()
42 std::optional<DashPathEffect> fDashPathEffect;
/third_party/skia/modules/skparagraph/src/
H A DParagraphPainterImpl.cpp14 ParagraphPainter::DashPathEffect::DashPathEffect(SkScalar onLength, SkScalar offLength) in DashPathEffect() function in skia::textlayout::ParagraphPainter::DashPathEffect
22 std::optional<DashPathEffect> dashPathEffect) in DecorationStyle()
H A DDecorations.cpp298 std::optional<ParagraphPainter::DashPathEffect> dashPathEffect; in calculateThickness()

Completed in 2 milliseconds