Home
last modified time | relevance | path

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

/MusicPlayer2/scintilla/src/
H A DPositionCache.h118 struct ScreenLine : public IScreenLine { struct
128ScreenLine(const LineLayout *ll_, int subLine, const ViewStyle &vs, XYPOSITION width_, int tabWidt… argument
132 void operator=(const ScreenLine &) = delete; argument
133 void operator=(ScreenLine &&) = delete; argument
H A DPositionCache.cxx294 ScreenLine::ScreenLine( in ScreenLine() function in ScreenLine