Home
last modified time | relevance | path

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

/MusicPlayer2/scintilla/src/
H A DEditView.h167 AutoLineLayout(LineLayoutCache &llc_, LineLayout *ll_) noexcept : llc(llc_), ll(ll_) {} in AutoLineLayout()
182 void Set(LineLayout *ll_) noexcept { in Set()
H A DPositionCache.cxx295 const LineLayout *ll_, in ScreenLine()
556 BreakFinder::BreakFinder(const LineLayout *ll_, const Selection *psel, Range lineRange_, Sci::Posit… in BreakFinder()