Home
last modified time | relevance | path

Searched refs:DoPaintGap (Results 1 – 2 of 2) sorted by relevance

/dports/editors/cudatext/CudaText-1.151.0/atsynedit/app/demo_editor/
H A Dformmain.pas282 procedure DoPaintGap(C: TCanvas; R: TRect; ALine: integer); procedure
1035 DoPaintGap(b.Canvas, Rect(0, 0, b.Width, b.Height), NLine);
/dports/editors/cudatext/CudaText-1.151.0/atsynedit/atsynedit/
H A Datsynedit.pas1228 procedure DoPaintGap(C: TCanvas; const ARect: TRect; AGap: TATGapItem); procedure
3508DoPaintGap(C, Rect(ARectLine.Left, ARectLine.Top, ARectLine.Right, ARectLine.Top+GapItem.Size), Ga…
3849DoPaintGap(C, Rect(ARectLine.Left, ARectLine.Top, ARectLine.Right, ARectLine.Top+GapItem.Size), Ga…
4254 procedure TATSynEdit.DoPaintGap(C: TCanvas; const ARect: TRect; AGap: TATGapItem); procedure