Searched defs:ll_ (Results 1 – 2 of 2) sorted by relevance
167 AutoLineLayout(LineLayoutCache &llc_, LineLayout *ll_) noexcept : llc(llc_), ll(ll_) {} in AutoLineLayout()182 void Set(LineLayout *ll_) noexcept { in Set()
295 const LineLayout *ll_, in ScreenLine()556 BreakFinder::BreakFinder(const LineLayout *ll_, const Selection *psel, Range lineRange_, Sci::Posit… in BreakFinder()