Home
last modified time | relevance | path

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

/MusicPlayer2/scintilla/src/
H A DEditView.cxx640 const Sci::Line lineVisible = model.pcs->DisplayFromDoc(lineDoc); in LocationFromPosition() local
674 Range EditView::RangeDisplayLine(Surface *surface, const EditModel &model, Sci::Line lineVisible, c… in RangeDisplayLine()
858 void EditView::DrawIndentGuide(Surface *surface, Sci::Line lineVisible, int lineHeight, XYPOSITION … in DrawIndentGuide()
1854 Sci::Line lineVisible, PRectangle rcLine, Range lineRange, Sci::Position posLineStart, int xStart, in DrawForeground()
2049 Sci::Line line, Sci::Line lineVisible, PRectangle rcLine, int xStart, int subLine) { in DrawIndentGuidesOverEmpty()
2103 …Sci::Line line, Sci::Line lineVisible, int xStart, PRectangle rcLine, int subLine, DrawPhase phase… in DrawLine()
H A DEditor.cxx3240 Range Editor::RangeDisplayLine(Sci::Line lineVisible) { in RangeDisplayLine()