Home
last modified time | relevance | path

Searched defs:ellipsized (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dparagraph_style.cc41 bool ParagraphStyle::ellipsized() const { in ellipsized() function in txt::ParagraphStyle
/third_party/flutter/txt/src/txt/
Dparagraph_style.cc41 bool ParagraphStyle::ellipsized() const { in ellipsized() function in txt::ParagraphStyle
/third_party/flutter/skia/modules/skparagraph/include/
DParagraphStyle.h84 bool ellipsized() const { return fEllipsis.size() != 0; } in ellipsized() function
/third_party/skia/modules/skparagraph/include/
DParagraphStyle.h118 bool ellipsized() const { return !fEllipsis.isEmpty() || !fEllipsisUtf16.empty(); } in ellipsized() function