Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/src/
DRun.cpp316 bool Cluster::isSoftBreak() const { in isSoftBreak() function in skia::textlayout::Cluster
/third_party/flutter/skia/modules/skparagraph/src/
DRun.h242 bool isSoftBreak() const { return fBreakType == SoftLineBreak; } in isSoftBreak() function