Lines Matching defs:vsDraw

266 void EditView::AllocateGraphics(const ViewStyle &vsDraw) {  in AllocateGraphics()
289 static void DrawTabArrow(Surface *surface, PRectangle rcTab, int ymid, const ViewStyle &vsDraw) { in DrawTabArrow()
311 void EditView::RefreshPixMaps(Surface *surfaceWindow, WindowID wid, const ViewStyle &vsDraw) { in RefreshPixMaps()
827 static ColourDesired SelectionBackground(const ViewStyle &vsDraw, bool main, bool primarySelection)… in SelectionBackground()
833 static ColourDesired TextBackground(const EditModel &model, const ViewStyle &vsDraw, const LineLayo… in TextBackground()
872 static void DrawTextBlob(Surface *surface, const ViewStyle &vsDraw, PRectangle rcSegment, in DrawTextBlob()
904 static void DrawCaretLineFramed(Surface *surface, const ViewStyle &vsDraw, const LineLayout *ll, PR… in DrawCaretLineFramed()
928 void EditView::DrawEOL(Surface *surface, const EditModel &model, const ViewStyle &vsDraw, const Lin… in DrawEOL()
1089 … indicNum, Sci::Position startPos, Sci::Position endPos, Surface *surface, const ViewStyle &vsDraw, in DrawIndicator()
1134 static void DrawIndicators(Surface *surface, const EditModel &model, const ViewStyle &vsDraw, const… in DrawIndicators()
1192 …w::DrawFoldDisplayText(Surface *surface, const EditModel &model, const ViewStyle &vsDraw, const Li… in DrawFoldDisplayText()
1285 …:DrawEOLAnnotationText(Surface *surface, const EditModel &model, const ViewStyle &vsDraw, const Li… in DrawEOLAnnotationText()
1378 void EditView::DrawAnnotation(Surface *surface, const EditModel &model, const ViewStyle &vsDraw, co… in DrawAnnotation()
1436 static void DrawBlockCaret(Surface *surface, const EditModel &model, const ViewStyle &vsDraw, const… in DrawBlockCaret()
1502 void EditView::DrawCarets(Surface *surface, const EditModel &model, const ViewStyle &vsDraw, const … in DrawCarets()
1606 static void DrawWrapIndentAndMarker(Surface *surface, const ViewStyle &vsDraw, const LineLayout *ll, in DrawWrapIndentAndMarker()
1641 void EditView::DrawBackground(Surface *surface, const EditModel &model, const ViewStyle &vsDraw, co… in DrawBackground()
1714 static void DrawEdgeLine(Surface *surface, const ViewStyle &vsDraw, const LineLayout *ll, PRectangl… in DrawEdgeLine()
1740 static void DrawMarkUnderline(Surface *surface, const EditModel &model, const ViewStyle &vsDraw, in DrawMarkUnderline()
1754 …awTranslucentSelection(Surface *surface, const EditModel &model, const ViewStyle &vsDraw, const Li… in DrawTranslucentSelection()
1820 …awTranslucentLineState(Surface *surface, const EditModel &model, const ViewStyle &vsDraw, const Li… in DrawTranslucentLineState()
1853 void EditView::DrawForeground(Surface *surface, const EditModel &model, const ViewStyle &vsDraw, co… in DrawForeground()
2048 …wIndentGuidesOverEmpty(Surface *surface, const EditModel &model, const ViewStyle &vsDraw, const Li… in DrawIndentGuidesOverEmpty()
2102 void EditView::DrawLine(Surface *surface, const EditModel &model, const ViewStyle &vsDraw, const Li… in DrawLine()
2182 static void DrawFoldLines(Surface *surface, const EditModel &model, const ViewStyle &vsDraw, Sci::L… in DrawFoldLines()
2208 PRectangle rcClient, const ViewStyle &vsDraw) { in PaintText()
2402 void EditView::FillLineRemainder(Surface *surface, const EditModel &model, const ViewStyle &vsDraw,… in FillLineRemainder()