Searched refs:fMaxLines (Results 1 – 6 of 6) sorted by relevance
25 && fMaxLines == other.fMaxLines in operator ==()
164 size_t fMaxLines = 0; // when auto-sizing, 0 -> no max member
80 v->fMaxLines = ParseDefault<size_t> ((*jtxt)["xl"], 0); in Parse()
465 if (desc.fMaxLines) { in result_fits()469 if (line_count > desc.fMaxLines) { in result_fits()
598 if (!fAnimators.empty() || fPathInfo || fText->fMaxLines || fText->fDecorator) { in shaperFlags()632 fText->fMaxLines, in reshape()
67 size_t fMaxLines = 0; // when auto-sizing member