Home
last modified time | relevance | path

Searched refs:buffer_painter (Results 1 – 6 of 6) sorted by relevance

/dports/audio/clementine-player/Clementine-1.4.0rc1/src/analyzers/
H A Drainbowanalyzer.cpp159 QPainter buffer_painter(&buffer_[0]); in analyze() local
160 buffer_painter.setRenderHint(QPainter::Antialiasing); in analyze()
162 buffer_painter.setPen(colors_[band]); in analyze()
163 buffer_painter.drawPolyline(&polyline[band * kHistorySize], in analyze()
165 buffer_painter.drawPolyline(&polyline[band * kHistorySize], in analyze()
174 QPainter buffer_painter(&buffer_[current_buffer_]); in analyze() local
175 buffer_painter.setRenderHint(QPainter::Antialiasing); in analyze()
177 buffer_painter.drawPixmap( in analyze()
180 buffer_painter.fillRect( in analyze()
186 buffer_painter.setPen(colors_[band]); in analyze()
[all …]
/dports/audio/strawberry/strawberry-1.0.0/src/analyzer/
H A Drainbowanalyzer.cpp165 QPainter buffer_painter(&buffer_[0]);
166 buffer_painter.setRenderHint(QPainter::Antialiasing);
168 buffer_painter.setPen(colors_[band]);
169 buffer_painter.drawPolyline(&polyline[band * kHistorySize], kHistorySize);
170 buffer_painter.drawPolyline(&polyline[band * kHistorySize], kHistorySize);
178 QPainter buffer_painter(&buffer_[current_buffer_]);
179 buffer_painter.setRenderHint(QPainter::Antialiasing);
181buffer_painter.drawPixmap(0, 0, buffer_[last_buffer], px_per_frame_, 0, x_offset_ + available_rain…
182buffer_painter.fillRect(x_offset_ + available_rainbow_width_ - px_per_frame_, 0, kWidth[rainbowtyp…
185 buffer_painter.setPen(colors_[band]);
[all …]
/dports/multimedia/vmaf/vmaf-2.3.0/third_party/libsvm/svm-toy/qt/
H A Dsvm-toy.cpp48 QPainter buffer_painter; member in SvmToyWindow
208 buffer_painter.setPen(colors[0]); in button_run_clicked()
209 buffer_painter.drawLine(0,0,0,YLEN-1); in button_run_clicked()
214 buffer_painter.setPen(colors[0]); in button_run_clicked()
215 buffer_painter.drawLine(i,0,i,YLEN-1); in button_run_clicked()
217 buffer_painter.setPen(colors[5]); in button_run_clicked()
222 buffer_painter.setPen(colors[2]); in button_run_clicked()
225 buffer_painter.setPen(colors[2]); in button_run_clicked()
268 buffer_painter.drawPoint(i,j); in button_run_clicked()
362 buffer_painter.begin(&buffer); in SvmToyWindow()
[all …]
/dports/science/libsvm-python/libsvm-3.23/svm-toy/qt/
H A Dsvm-toy.cpp48 QPainter buffer_painter; member in SvmToyWindow
208 buffer_painter.setPen(colors[0]); in button_run_clicked()
209 buffer_painter.drawLine(0,0,0,YLEN-1); in button_run_clicked()
214 buffer_painter.setPen(colors[0]); in button_run_clicked()
215 buffer_painter.drawLine(i,0,i,YLEN-1); in button_run_clicked()
217 buffer_painter.setPen(colors[5]); in button_run_clicked()
222 buffer_painter.setPen(colors[2]); in button_run_clicked()
225 buffer_painter.setPen(colors[2]); in button_run_clicked()
268 buffer_painter.drawPoint(i,j); in button_run_clicked()
362 buffer_painter.begin(&buffer); in SvmToyWindow()
[all …]
/dports/science/libsvm/libsvm-3.23/svm-toy/qt/
H A Dsvm-toy.cpp48 QPainter buffer_painter; member in SvmToyWindow
208 buffer_painter.setPen(colors[0]); in button_run_clicked()
209 buffer_painter.drawLine(0,0,0,YLEN-1); in button_run_clicked()
214 buffer_painter.setPen(colors[0]); in button_run_clicked()
215 buffer_painter.drawLine(i,0,i,YLEN-1); in button_run_clicked()
217 buffer_painter.setPen(colors[5]); in button_run_clicked()
222 buffer_painter.setPen(colors[2]); in button_run_clicked()
225 buffer_painter.setPen(colors[2]); in button_run_clicked()
268 buffer_painter.drawPoint(i,j); in button_run_clicked()
362 buffer_painter.begin(&buffer); in SvmToyWindow()
[all …]
/dports/biology/viennarna/ViennaRNA-2.4.18/src/libsvm-3.24/svm-toy/qt/
H A Dsvm-toy.cpp48 QPainter buffer_painter; member in SvmToyWindow
208 buffer_painter.setPen(colors[0]); in button_run_clicked()
209 buffer_painter.drawLine(0,0,0,YLEN-1); in button_run_clicked()
214 buffer_painter.setPen(colors[0]); in button_run_clicked()
215 buffer_painter.drawLine(i,0,i,YLEN-1); in button_run_clicked()
217 buffer_painter.setPen(colors[5]); in button_run_clicked()
222 buffer_painter.setPen(colors[2]); in button_run_clicked()
225 buffer_painter.setPen(colors[2]); in button_run_clicked()
268 buffer_painter.drawPoint(i,j); in button_run_clicked()
362 buffer_painter.begin(&buffer); in SvmToyWindow()
[all …]