Home
last modified time | relevance | path

Searched defs:topLine (Results 1 – 3 of 3) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DEditor.h227 Sci::Line topLine; variable
356 Sci::Line topLine; member
H A DMarginView.cxx181 void MarginView::PaintMargin(Surface *surface, Sci::Line topLine, PRectangle rc, PRectangle rcMargi… in PaintMargin()
H A DEditView.cxx628 …ionFromPosition(Surface *surface, const EditModel &model, SelectionPosition pos, Sci::Line topLine, in LocationFromPosition()