HomeSort by relevance Sort by last modified time
    Searched defs:SkDrawCommandGeometryWidget (Results 1 - 2 of 2) sorted by null

  /external/skia/debugger/QT/
SkDrawCommandGeometryWidget.h 17 class SkDrawCommandGeometryWidget : public QFrame {
21 SkDrawCommandGeometryWidget(SkDebugger* debugger);
SkDrawCommandGeometryWidget.cpp 12 #include "SkDrawCommandGeometryWidget.h"
14 SkDrawCommandGeometryWidget::SkDrawCommandGeometryWidget(SkDebugger *debugger)
21 void SkDrawCommandGeometryWidget::resizeEvent(QResizeEvent* event) {
34 void SkDrawCommandGeometryWidget::paintEvent(QPaintEvent* event) {
70 void SkDrawCommandGeometryWidget::setDrawCommandIndex(int commandIndex) {
75 void SkDrawCommandGeometryWidget::updateImage() {

Completed in 42 milliseconds