Home
last modified time | relevance | path

Searched refs:paintGraph (Results 1 – 7 of 7) sorted by relevance

/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/effects/showfps/
H A Dshowfps.cpp281 paintGraph(x, y, values, lines, true); in paintFPSGraph()
313 paintGraph(x, y, drawvalues, drawlines, false); in paintDrawSizeGraph()
316 void ShowFpsEffect::paintGraph(int x, int y, QList<int> values, QList<int> lines, bool colorize) in paintGraph() function in KWin::ShowFpsEffect
H A Dshowfps.h77 void paintGraph(int x, int y, QList<int> values, QList<int> lines, bool colorize);
/dports/java/jgraphx/jgraphx-4.2.2/src/com/mxgraph/swing/
H A DmxGraphOutline.java512 paintGraph(tripleBufferGraphics); in repaintTripleBuffer()
601 paintGraph(g); in paintComponent()
667 public void paintGraph(Graphics g) in paintGraph() method in mxGraphOutline
/dports/devel/qgit/qgit-qgit-2.9/src/
H A Dlistview.h112 void paintGraph(QPainter* p, const QStyleOptionViewItem& o, const QModelIndex &i) const;
H A Dlistview.cpp987 void ListViewDelegate::paintGraph(QPainter* p, const QStyleOptionViewItem& opt, in paintGraph() function in ListViewDelegate
1083 return paintGraph(p, opt, index); in paint()
/dports/www/matomo/piwik/core/ReportRenderer/
H A DPdf.php324 $this->paintGraph();
426 private function paintGraph() function in Piwik\\ReportRenderer\\Pdf
/dports/games/py-pychess/pychess-1.0.2/lib/pychess/perspectives/games/
H A DbookPanel.py752 paintGraph(context, widthfrac, stoplightColor(goodness), cell_area)
786 def paintGraph(cairo, widthfrac, rgb, rect): function