Searched defs:SkDrawCommandGeometryWidget (Results 1 - 2 of 2) sorted by relevance

/external/skia/debugger/QT/
H A DSkDrawCommandGeometryWidget.h17 class SkDrawCommandGeometryWidget : public QFrame { class in inherits:QFrame
21 SkDrawCommandGeometryWidget(SkDebugger* debugger);
H A DSkDrawCommandGeometryWidget.cpp12 #include "SkDrawCommandGeometryWidget.h"
14 SkDrawCommandGeometryWidget::SkDrawCommandGeometryWidget(SkDebugger *debugger) function in class:SkDrawCommandGeometryWidget
21 void SkDrawCommandGeometryWidget::resizeEvent(QResizeEvent* event) {
34 void SkDrawCommandGeometryWidget::paintEvent(QPaintEvent* event) {
70 void SkDrawCommandGeometryWidget::setDrawCommandIndex(int commandIndex) {
75 void SkDrawCommandGeometryWidget::updateImage() {

Completed in 61 milliseconds