Lines Matching defs:line
211 XYPOSITION EditView::NextTabstopPos(Sci::Line line, XYPOSITION x, XYPOSITION tabWidth) const noexce… in NextTabstopPos()
218 bool EditView::ClearTabstops(Sci::Line line) noexcept { in ClearTabstops()
222 bool EditView::AddTabstop(Sci::Line line, int x) { in AddTabstop()
229 int EditView::GetNextTabstop(Sci::Line line, int x) const noexcept { in GetNextTabstop()
240 for (Sci::Line line = lineOfPos; line < lineOfPos + linesAdded; line++) { in LinesAddedOrRemoved() local
244 for (Sci::Line line = (lineOfPos + -linesAdded) - 1; line >= lineOfPos; line--) { in LinesAddedOrRemoved() local
378 void EditView::LayoutLine(const EditModel &model, Sci::Line line, Surface *surface, const ViewStyle… in LayoutLine()
800 const Sci::Line line = model.pdoc->SciLineFromPosition(pos); in StartEndDisplayLine() local
929 …PRectangle rcLine, Sci::Line line, Sci::Position lineEnd, int xStart, int subLine, XYACCUMULATOR s… in DrawEOL()
1135 …Sci::Line line, int xStart, PRectangle rcLine, int subLine, Sci::Position lineEnd, bool under, int… in DrawIndicators()
1193 …Sci::Line line, int xStart, PRectangle rcLine, int subLine, XYACCUMULATOR subLineStart, DrawPhase … in DrawFoldDisplayText()
1285 …nst EditModel &model, const ViewStyle &vsDraw, const LineLayout *ll, Sci::Line line, int xStart, P… in DrawEOLAnnotationText()
1379 Sci::Line line, int xStart, PRectangle rcLine, int subLine, DrawPhase phase) { in DrawAnnotation()
1741 Sci::Line line, PRectangle rcLine) { in DrawMarkUnderline()
1755 …Sci::Line line, PRectangle rcLine, int subLine, Range lineRange, int xStart, int tabWidthMinimumPi… in DrawTranslucentSelection()
1821 Sci::Line line, PRectangle rcLine, int subLine) { in DrawTranslucentLineState()
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()
2182 …s(Surface *surface, const EditModel &model, const ViewStyle &vsDraw, Sci::Line line, PRectangle rc… in DrawFoldLines()
2403 Sci::Line line, PRectangle rcArea, int subLine) const { in FillLineRemainder()