Searched defs:hasEllipsis (Results 1 – 2 of 2) sorted by relevance
230 void TextWrapper::moveForward(bool hasEllipsis, bool breakAll) { in moveForward()711 auto hasEllipsis = parent->paragraphStyle().ellipsized(); in moveForward() local1094 void TextWrapper::moveForward(bool hasEllipsis) { in moveForward()1193 auto hasEllipsis = parent->paragraphStyle().ellipsized(); in moveForward() local
117 bool hasEllipsis; member in skia::textlayout::ParagraphCacheValue