Home
last modified time | relevance | path

Searched defs:dashPathEffect (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/modules/skparagraph/src/
DDecorations.cpp143 auto dashPathEffect = decorStyle.getDashPathEffect().value(); in ConvertDecorStyle() local
298 std::optional<ParagraphPainter::DashPathEffect> dashPathEffect; in calculateThickness() local
DParagraphPainterImpl.cpp22 std::optional<DashPathEffect> dashPathEffect) in DecorationStyle()