Initial import of Cobalt 2.8885 2016-07-27
diff --git a/src/third_party/skia/debugger/QT/Icons/.qrc b/src/third_party/skia/debugger/QT/Icons/.qrc
new file mode 100644
index 0000000..dc9075a
--- /dev/null
+++ b/src/third_party/skia/debugger/QT/Icons/.qrc
@@ -0,0 +1,17 @@
+ <!DOCTYPE RCC><RCC version="1.0">
+ <qresource>
+ <file>skia.png</file>
+ <file>delete.png</file>
+ <file>breakpoint_16x16.png</file>
+ <file>blank.png</file>
+ <file>breakpoint.png</file>
+ <file>inspector.png</file>
+ <file>reload.png</file>
+ <file>play.png</file>
+ <file>pause.png</file>
+ <file>rewind.png</file>
+ <file>previous.png</file>
+ <file>next.png</file>
+ <file>profile.png</file>
+ </qresource>
+ </RCC>
\ No newline at end of file
diff --git a/src/third_party/skia/debugger/QT/Icons/blank.png b/src/third_party/skia/debugger/QT/Icons/blank.png
new file mode 100644
index 0000000..97246fb
--- /dev/null
+++ b/src/third_party/skia/debugger/QT/Icons/blank.png
Binary files differ
diff --git a/src/third_party/skia/debugger/QT/Icons/breakpoint.png b/src/third_party/skia/debugger/QT/Icons/breakpoint.png
new file mode 100644
index 0000000..b6290b4
--- /dev/null
+++ b/src/third_party/skia/debugger/QT/Icons/breakpoint.png
Binary files differ
diff --git a/src/third_party/skia/debugger/QT/Icons/breakpoint_16x16.png b/src/third_party/skia/debugger/QT/Icons/breakpoint_16x16.png
new file mode 100644
index 0000000..a25ece8
--- /dev/null
+++ b/src/third_party/skia/debugger/QT/Icons/breakpoint_16x16.png
Binary files differ
diff --git a/src/third_party/skia/debugger/QT/Icons/delete.png b/src/third_party/skia/debugger/QT/Icons/delete.png
new file mode 100644
index 0000000..50b604f
--- /dev/null
+++ b/src/third_party/skia/debugger/QT/Icons/delete.png
Binary files differ
diff --git a/src/third_party/skia/debugger/QT/Icons/doit.bat b/src/third_party/skia/debugger/QT/Icons/doit.bat
new file mode 100644
index 0000000..09d7149
--- /dev/null
+++ b/src/third_party/skia/debugger/QT/Icons/doit.bat
@@ -0,0 +1 @@
+c:\Qt\4.8.3\bin\rcc.exe .qrc -o qrc_SkIcons.cpp -no-compress
diff --git a/src/third_party/skia/debugger/QT/Icons/inspector.png b/src/third_party/skia/debugger/QT/Icons/inspector.png
new file mode 100644
index 0000000..360f23e
--- /dev/null
+++ b/src/third_party/skia/debugger/QT/Icons/inspector.png
Binary files differ
diff --git a/src/third_party/skia/debugger/QT/Icons/next.png b/src/third_party/skia/debugger/QT/Icons/next.png
new file mode 100644
index 0000000..aae8934
--- /dev/null
+++ b/src/third_party/skia/debugger/QT/Icons/next.png
Binary files differ
diff --git a/src/third_party/skia/debugger/QT/Icons/pause.png b/src/third_party/skia/debugger/QT/Icons/pause.png
new file mode 100644
index 0000000..a026a54
--- /dev/null
+++ b/src/third_party/skia/debugger/QT/Icons/pause.png
Binary files differ
diff --git a/src/third_party/skia/debugger/QT/Icons/play.png b/src/third_party/skia/debugger/QT/Icons/play.png
new file mode 100644
index 0000000..5528baf
--- /dev/null
+++ b/src/third_party/skia/debugger/QT/Icons/play.png
Binary files differ
diff --git a/src/third_party/skia/debugger/QT/Icons/previous.png b/src/third_party/skia/debugger/QT/Icons/previous.png
new file mode 100644
index 0000000..3396a3f
--- /dev/null
+++ b/src/third_party/skia/debugger/QT/Icons/previous.png
Binary files differ
diff --git a/src/third_party/skia/debugger/QT/Icons/profile.png b/src/third_party/skia/debugger/QT/Icons/profile.png
new file mode 100644
index 0000000..d4b8501
--- /dev/null
+++ b/src/third_party/skia/debugger/QT/Icons/profile.png
Binary files differ
diff --git a/src/third_party/skia/debugger/QT/Icons/reload.png b/src/third_party/skia/debugger/QT/Icons/reload.png
new file mode 100644
index 0000000..316f36c
--- /dev/null
+++ b/src/third_party/skia/debugger/QT/Icons/reload.png
Binary files differ
diff --git a/src/third_party/skia/debugger/QT/Icons/rewind.png b/src/third_party/skia/debugger/QT/Icons/rewind.png
new file mode 100644
index 0000000..d8d4902
--- /dev/null
+++ b/src/third_party/skia/debugger/QT/Icons/rewind.png
Binary files differ
diff --git a/src/third_party/skia/debugger/QT/Icons/skia.png b/src/third_party/skia/debugger/QT/Icons/skia.png
new file mode 100644
index 0000000..017ee4f
--- /dev/null
+++ b/src/third_party/skia/debugger/QT/Icons/skia.png
Binary files differ
diff --git a/src/third_party/skia/debugger/QT/SkCanvasWidget.cpp b/src/third_party/skia/debugger/QT/SkCanvasWidget.cpp
new file mode 100644
index 0000000..73de8c2
--- /dev/null
+++ b/src/third_party/skia/debugger/QT/SkCanvasWidget.cpp
@@ -0,0 +1,144 @@
+
+/*
+ * Copyright 2012 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+
+#include "SkCanvasWidget.h"
+
+SkCanvasWidget::SkCanvasWidget(QWidget* parent,
+ SkDebugger* debugger) : QWidget(parent)
+ , fHorizontalLayout(this)
+ , fRasterWidget(debugger)
+#if SK_SUPPORT_GPU
+ , fGLWidget(debugger)
+#endif
+{
+
+ fDebugger = debugger;
+
+ fHorizontalLayout.setSpacing(6);
+ fHorizontalLayout.setContentsMargins(0,0,0,0);
+ fRasterWidget.setSizePolicy(QSizePolicy::Expanding,
+ QSizePolicy::Expanding);
+#if SK_SUPPORT_GPU
+ fGLWidget.setSizePolicy(QSizePolicy::Expanding,
+ QSizePolicy::Expanding);
+#endif
+
+ fHorizontalLayout.addWidget(&fRasterWidget);
+#if SK_SUPPORT_GPU
+ fHorizontalLayout.addWidget(&fGLWidget);
+#endif
+
+ fPreviousPoint.set(0,0);
+ fUserMatrix.reset();
+
+#if SK_SUPPORT_GPU
+ setWidgetVisibility(kGPU_WidgetType, true);
+#endif
+ connect(&fRasterWidget, SIGNAL(drawComplete()),
+ this->parentWidget(), SLOT(drawComplete()));
+}
+
+SkCanvasWidget::~SkCanvasWidget() {}
+
+void SkCanvasWidget::drawTo(int index) {
+ fDebugger->setIndex(index);
+ fRasterWidget.draw();
+#if SK_SUPPORT_GPU
+ fGLWidget.draw();
+#endif
+ emit commandChanged(fDebugger->index());
+}
+
+void SkCanvasWidget::mouseMoveEvent(QMouseEvent* event) {
+ SkIPoint eventPoint = SkIPoint::Make(event->globalX(), event->globalY());
+ SkIPoint eventOffset = eventPoint - fPreviousPoint;
+ fPreviousPoint = eventPoint;
+ fUserMatrix.postTranslate(eventOffset.fX, eventOffset.fY);
+ fDebugger->setUserMatrix(fUserMatrix);
+ drawTo(fDebugger->index());
+}
+
+void SkCanvasWidget::mousePressEvent(QMouseEvent* event) {
+ fPreviousPoint.set(event->globalX(), event->globalY());
+ emit hitChanged(fDebugger->getCommandAtPoint(event->x(), event->y(),
+ fDebugger->index()));
+}
+
+void SkCanvasWidget::mouseDoubleClickEvent(QMouseEvent* event) {
+ Qt::KeyboardModifiers modifiers = event->modifiers();
+ if (modifiers.testFlag(Qt::ControlModifier)) {
+ snapWidgetTransform();
+ } else {
+ resetWidgetTransform();
+ }
+}
+
+#define ZOOM_FACTOR (1.25f)
+
+void SkCanvasWidget::wheelEvent(QWheelEvent* event) {
+ Qt::KeyboardModifiers modifiers = event->modifiers();
+ if (modifiers.testFlag(Qt::ControlModifier)) {
+ zoom(event->delta() > 0 ? ZOOM_FACTOR : (1.0f / ZOOM_FACTOR), event->x(), event->y());
+ } else {
+ if (Qt::Horizontal == event->orientation()) {
+ fUserMatrix.postTranslate(event->delta(), 0.0f);
+ } else {
+ fUserMatrix.postTranslate(0.0f, event->delta());
+ }
+ fDebugger->setUserMatrix(fUserMatrix);
+ drawTo(fDebugger->index());
+ }
+}
+
+void SkCanvasWidget::zoom(int zoomCommand) {
+ zoom(kIn_ZoomCommand == zoomCommand ? ZOOM_FACTOR : (1.0f / ZOOM_FACTOR),
+ this->size().width() / 2, this->size().height() / 2);
+}
+
+void SkCanvasWidget::snapWidgetTransform() {
+ double x, y;
+ modf(fUserMatrix.getTranslateX(), &x);
+ modf(fUserMatrix.getTranslateY(), &y);
+ fUserMatrix[SkMatrix::kMTransX] = x;
+ fUserMatrix[SkMatrix::kMTransY] = y;
+ fDebugger->setUserMatrix(fUserMatrix);
+ drawTo(fDebugger->index());
+}
+
+void SkCanvasWidget::resetWidgetTransform() {
+ fUserMatrix.reset();
+ fDebugger->setUserMatrix(fUserMatrix);
+ emit scaleFactorChanged(fUserMatrix.getScaleX());
+ drawTo(fDebugger->index());
+}
+
+void SkCanvasWidget::setWidgetVisibility(WidgetType type, bool isHidden) {
+ if (type == kRaster_8888_WidgetType) {
+ fRasterWidget.setHidden(isHidden);
+ }
+#if SK_SUPPORT_GPU
+ else if (type == kGPU_WidgetType) {
+ fGLWidget.setHidden(isHidden);
+ }
+#endif
+}
+
+#if SK_SUPPORT_GPU
+void SkCanvasWidget::setGLSampleCount(int sampleCount)
+{
+ fGLWidget.setSampleCount(sampleCount);
+}
+#endif
+
+void SkCanvasWidget::zoom(float scale, int px, int py) {
+ fUserMatrix.postScale(scale, scale, px, py);
+ emit scaleFactorChanged(fUserMatrix.getScaleX());
+ fDebugger->setUserMatrix(fUserMatrix);
+ drawTo(fDebugger->index());
+}
diff --git a/src/third_party/skia/debugger/QT/SkCanvasWidget.h b/src/third_party/skia/debugger/QT/SkCanvasWidget.h
new file mode 100644
index 0000000..3308613
--- /dev/null
+++ b/src/third_party/skia/debugger/QT/SkCanvasWidget.h
@@ -0,0 +1,86 @@
+
+/*
+ * Copyright 2012 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+
+#ifndef SKCANVASWIDGET_H_
+#define SKCANVASWIDGET_H_
+
+#include <QWidget>
+#include <QHBoxLayout>
+#include "SkStream.h"
+#include "SkRasterWidget.h"
+#include "SkGLWidget.h"
+#include "SkDebugger.h"
+
+class SkCanvasWidget : public QWidget {
+ Q_OBJECT
+
+public:
+ SkCanvasWidget(QWidget* parent, SkDebugger* debugger);
+
+ ~SkCanvasWidget();
+
+ enum WidgetType {
+ kRaster_8888_WidgetType = 1 << 0,
+#if SK_SUPPORT_GPU
+ kGPU_WidgetType = 1 << 1,
+#endif
+ };
+
+ void drawTo(int index);
+
+ void setWidgetVisibility(WidgetType type, bool isHidden);
+
+#if SK_SUPPORT_GPU
+ void setGLSampleCount(int sampleCount);
+#endif
+
+ /** Zooms the canvas by scale with the transformation centered at the widget point (px, py). */
+ void zoom(float scale, int px, int py);
+
+ void resetWidgetTransform();
+
+ enum ZoomCommandTypes {
+ kIn_ZoomCommand,
+ kOut_ZoomCommand,
+ };
+public slots:
+ /**
+ * Zooms in or out (see ZoomCommandTypes) by the standard zoom factor
+ * with the transformation centered in the middle of the widget.
+ */
+ void zoom(int zoomCommand);
+
+signals:
+ void scaleFactorChanged(float newScaleFactor);
+ void commandChanged(int newCommand);
+ void hitChanged(int hit);
+
+private:
+ QHBoxLayout fHorizontalLayout;
+ SkRasterWidget fRasterWidget;
+#if SK_SUPPORT_GPU
+ SkGLWidget fGLWidget;
+#endif
+ SkDebugger* fDebugger;
+ SkIPoint fPreviousPoint;
+ SkMatrix fUserMatrix;
+
+ void mouseMoveEvent(QMouseEvent* event);
+
+ void mousePressEvent(QMouseEvent* event);
+
+ void mouseDoubleClickEvent(QMouseEvent* event);
+
+ void wheelEvent(QWheelEvent* event);
+
+ void snapWidgetTransform();
+};
+
+
+#endif /* SKCANVASWIDGET_H_ */
diff --git a/src/third_party/skia/debugger/QT/SkDebuggerGUI.cpp b/src/third_party/skia/debugger/QT/SkDebuggerGUI.cpp
new file mode 100644
index 0000000..b03b8f3
--- /dev/null
+++ b/src/third_party/skia/debugger/QT/SkDebuggerGUI.cpp
@@ -0,0 +1,1117 @@
+/*
+ * Copyright 2012 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#include "SkDebuggerGUI.h"
+#include "SkForceLinking.h"
+#include "SkGraphics.h"
+#include "SkImageDecoder.h"
+#include <QListWidgetItem>
+#include "PictureRenderer.h"
+#include "SkPicturePlayback.h"
+#include "SkPictureRecord.h"
+#include "SkPictureData.h"
+
+__SK_FORCE_IMAGE_DECODER_LINKING;
+
+#if defined(SK_BUILD_FOR_WIN32)
+ #include "SysTimer_windows.h"
+#elif defined(SK_BUILD_FOR_MAC)
+ #include "SysTimer_mach.h"
+#elif defined(SK_BUILD_FOR_UNIX) || defined(SK_BUILD_FOR_ANDROID)
+ #include "SysTimer_posix.h"
+#else
+ #include "SysTimer_c.h"
+#endif
+
+
+SkDebuggerGUI::SkDebuggerGUI(QWidget *parent) :
+ QMainWindow(parent)
+ , fCentralSplitter(this)
+ , fStatusBar(this)
+ , fToolBar(this)
+ , fActionOpen(this)
+ , fActionBreakpoint(this)
+ , fActionToggleIndexStyle(this)
+ , fActionProfile(this)
+ , fActionCancel(this)
+ , fActionClearBreakpoints(this)
+ , fActionClearDeletes(this)
+ , fActionClose(this)
+ , fActionCreateBreakpoint(this)
+ , fActionDelete(this)
+ , fActionDirectory(this)
+ , fActionGoToLine(this)
+ , fActionInspector(this)
+ , fActionSettings(this)
+ , fActionPlay(this)
+ , fActionPause(this)
+ , fActionRewind(this)
+ , fActionSave(this)
+ , fActionSaveAs(this)
+ , fActionShowDeletes(this)
+ , fActionStepBack(this)
+ , fActionStepForward(this)
+ , fActionZoomIn(this)
+ , fActionZoomOut(this)
+ , fMapper(this)
+ , fListWidget(&fCentralSplitter)
+ , fDirectoryWidget(&fCentralSplitter)
+ , fCanvasWidget(this, &fDebugger)
+ , fImageWidget(&fDebugger)
+ , fMenuBar(this)
+ , fMenuFile(this)
+ , fMenuNavigate(this)
+ , fMenuView(this)
+ , fBreakpointsActivated(false)
+ , fIndexStyleToggle(false)
+ , fDeletesActivated(false)
+ , fPause(false)
+ , fLoading(false)
+{
+ setupUi(this);
+ fListWidget.setSelectionMode(QAbstractItemView::ExtendedSelection);
+ connect(&fListWidget, SIGNAL(currentItemChanged(QListWidgetItem*, QListWidgetItem*)), this, SLOT(registerListClick(QListWidgetItem *)));
+ connect(&fActionOpen, SIGNAL(triggered()), this, SLOT(openFile()));
+ connect(&fActionDirectory, SIGNAL(triggered()), this, SLOT(toggleDirectory()));
+ connect(&fDirectoryWidget, SIGNAL(currentItemChanged(QListWidgetItem*, QListWidgetItem*)), this, SLOT(loadFile(QListWidgetItem *)));
+ connect(&fActionDelete, SIGNAL(triggered()), this, SLOT(actionDelete()));
+ connect(&fListWidget, SIGNAL(itemDoubleClicked(QListWidgetItem*)), this, SLOT(toggleBreakpoint()));
+ connect(&fActionRewind, SIGNAL(triggered()), this, SLOT(actionRewind()));
+ connect(&fActionPlay, SIGNAL(triggered()), this, SLOT(actionPlay()));
+ connect(&fActionStepBack, SIGNAL(triggered()), this, SLOT(actionStepBack()));
+ connect(&fActionStepForward, SIGNAL(triggered()), this, SLOT(actionStepForward()));
+ connect(&fActionBreakpoint, SIGNAL(triggered()), this, SLOT(actionBreakpoints()));
+ connect(&fActionToggleIndexStyle, SIGNAL(triggered()), this, SLOT(actionToggleIndexStyle()));
+ connect(&fActionInspector, SIGNAL(triggered()), this, SLOT(actionInspector()));
+ connect(&fActionSettings, SIGNAL(triggered()), this, SLOT(actionSettings()));
+ connect(&fFilter, SIGNAL(activated(QString)), this, SLOT(toggleFilter(QString)));
+ connect(&fActionProfile, SIGNAL(triggered()), this, SLOT(actionProfile()));
+ connect(&fActionCancel, SIGNAL(triggered()), this, SLOT(actionCancel()));
+ connect(&fActionClearBreakpoints, SIGNAL(triggered()), this, SLOT(actionClearBreakpoints()));
+ connect(&fActionClearDeletes, SIGNAL(triggered()), this, SLOT(actionClearDeletes()));
+ connect(&fActionClose, SIGNAL(triggered()), this, SLOT(actionClose()));
+ connect(&fSettingsWidget, SIGNAL(visibilityFilterChanged()), this, SLOT(actionCommandFilter()));
+#if SK_SUPPORT_GPU
+ connect(&fSettingsWidget, SIGNAL(glSettingsChanged()), this, SLOT(actionGLWidget()));
+#endif
+ connect(&fSettingsWidget, SIGNAL(texFilterSettingsChanged()), this, SLOT(actionTextureFilter()));
+ connect(fSettingsWidget.getRasterCheckBox(), SIGNAL(toggled(bool)), this, SLOT(actionRasterWidget(bool)));
+ connect(fSettingsWidget.getOverdrawVizCheckBox(), SIGNAL(toggled(bool)), this, SLOT(actionOverdrawVizWidget(bool)));
+ connect(fSettingsWidget.getMegaVizCheckBox(), SIGNAL(toggled(bool)), this, SLOT(actionMegaVizWidget(bool)));
+ connect(fSettingsWidget.getPathOpsCheckBox(), SIGNAL(toggled(bool)), this, SLOT(actionPathOpsWidget(bool)));
+ connect(&fActionPause, SIGNAL(toggled(bool)), this, SLOT(pauseDrawing(bool)));
+ connect(&fActionCreateBreakpoint, SIGNAL(activated()), this, SLOT(toggleBreakpoint()));
+ connect(&fActionShowDeletes, SIGNAL(triggered()), this, SLOT(showDeletes()));
+ connect(&fCanvasWidget, SIGNAL(hitChanged(int)), this, SLOT(selectCommand(int)));
+ connect(&fCanvasWidget, SIGNAL(hitChanged(int)), &fSettingsWidget, SLOT(updateHit(int)));
+ connect(&fCanvasWidget, SIGNAL(scaleFactorChanged(float)), this, SLOT(actionScale(float)));
+ connect(&fCanvasWidget, SIGNAL(commandChanged(int)), &fSettingsWidget, SLOT(updateCommand(int)));
+ connect(&fActionSaveAs, SIGNAL(triggered()), this, SLOT(actionSaveAs()));
+ connect(&fActionSave, SIGNAL(triggered()), this, SLOT(actionSave()));
+
+ fMapper.setMapping(&fActionZoomIn, SkCanvasWidget::kIn_ZoomCommand);
+ fMapper.setMapping(&fActionZoomOut, SkCanvasWidget::kOut_ZoomCommand);
+
+ connect(&fActionZoomIn, SIGNAL(triggered()), &fMapper, SLOT(map()));
+ connect(&fActionZoomOut, SIGNAL(triggered()), &fMapper, SLOT(map()));
+ connect(&fMapper, SIGNAL(mapped(int)), &fCanvasWidget, SLOT(zoom(int)));
+
+ fInspectorWidget.setDisabled(true);
+ fMenuEdit.setDisabled(true);
+ fMenuNavigate.setDisabled(true);
+ fMenuView.setDisabled(true);
+
+ SkGraphics::Init();
+}
+
+SkDebuggerGUI::~SkDebuggerGUI() {
+ SkGraphics::Term();
+}
+
+void SkDebuggerGUI::actionBreakpoints() {
+ fBreakpointsActivated = !fBreakpointsActivated;
+ for (int row = 0; row < fListWidget.count(); row++) {
+ QListWidgetItem *item = fListWidget.item(row);
+ item->setHidden(item->checkState() == Qt::Unchecked && fBreakpointsActivated);
+ }
+}
+
+void SkDebuggerGUI::actionToggleIndexStyle() {
+ fIndexStyleToggle = !fIndexStyleToggle;
+ SkListWidget* list = (SkListWidget*) fListWidget.itemDelegate();
+ list->setIndexStyle(fIndexStyleToggle ? SkListWidget::kIndex_IndexStyle :
+ SkListWidget::kOffset_IndexStyle);
+ fListWidget.update();
+}
+
+void SkDebuggerGUI::showDeletes() {
+ fDeletesActivated = !fDeletesActivated;
+ for (int row = 0; row < fListWidget.count(); row++) {
+ QListWidgetItem *item = fListWidget.item(row);
+ item->setHidden(fDebugger.isCommandVisible(row) && fDeletesActivated);
+ }
+}
+
+// The timed picture playback just steps through every operation timing
+// each one individually. Note that each picture should be replayed multiple
+// times (via calls to 'draw') before each command's time is accessed via 'time'.
+class SkTimedPicturePlayback : public SkPicturePlayback {
+public:
+
+ SkTimedPicturePlayback(const SkPicture* picture, const SkTDArray<bool>& deletedCommands)
+ : INHERITED(picture)
+ , fSkipCommands(deletedCommands)
+ , fTot(0.0)
+ , fCurCommand(0) {
+ fTimes.setCount(deletedCommands.count());
+ fTypeTimes.setCount(LAST_DRAWTYPE_ENUM+1);
+ this->resetTimes();
+ }
+
+ virtual void draw(SkCanvas* canvas, SkDrawPictureCallback* callback) SK_OVERRIDE {
+ AutoResetOpID aroi(this);
+ SkASSERT(0 == fCurOffset);
+
+ SkReader32 reader(fPictureData->opData()->bytes(), fPictureData->opData()->size());
+
+ // Record this, so we can concat w/ it if we encounter a setMatrix()
+ SkMatrix initialMatrix = canvas->getTotalMatrix();
+
+ SkAutoCanvasRestore acr(canvas, false);
+
+ int opIndex = -1;
+
+ while (!reader.eof()) {
+ if (callback && callback->abortDrawing()) {
+ return;
+ }
+
+ fCurOffset = reader.offset();
+ uint32_t size;
+ DrawType op = ReadOpAndSize(&reader, &size);
+ if (NOOP == op) {
+ // NOOPs are to be ignored - do not propagate them any further
+ reader.setOffset(fCurOffset + size);
+ continue;
+ }
+
+ opIndex++;
+
+ if (this->preDraw(opIndex, op)) {
+ // This operation is disabled in the debugger's GUI
+ reader.setOffset(fCurOffset + size);
+ continue;
+ }
+
+ this->handleOp(&reader, op, size, canvas, initialMatrix);
+
+ this->postDraw(opIndex);
+ }
+ }
+
+ void resetTimes() {
+ for (int i = 0; i < fTimes.count(); ++i) {
+ fTimes[i] = 0.0;
+ }
+ for (int i = 0; i < fTypeTimes.count(); ++i) {
+ fTypeTimes[i] = 0.0f;
+ }
+ fTot = 0.0;
+ }
+
+ int count() const { return fTimes.count(); }
+
+ // Return the fraction of the total time consumed by the index-th operation
+ double time(int index) const { return fTimes[index] / fTot; }
+
+ const SkTDArray<double>* typeTimes() const { return &fTypeTimes; }
+
+ double totTime() const { return fTot; }
+
+protected:
+ SysTimer fTimer;
+ SkTDArray<bool> fSkipCommands; // has the command been deleted in the GUI?
+ SkTDArray<double> fTimes; // sum of time consumed for each command
+ SkTDArray<double> fTypeTimes; // sum of time consumed for each type of command (e.g., drawPath)
+ double fTot; // total of all times in 'fTimes'
+
+ int fCurType;
+ int fCurCommand; // the current command being executed/timed
+
+ bool preDraw(int opIndex, int type) {
+ fCurCommand = opIndex;
+
+ if (fSkipCommands[fCurCommand]) {
+ return true;
+ }
+
+ fCurType = type;
+ // The SkDebugCanvas doesn't recognize these types. This class needs to
+ // convert or else we'll wind up with a mismatch between the type counts
+ // the debugger displays and the profile times.
+ if (DRAW_POS_TEXT_TOP_BOTTOM == type) {
+ fCurType = DRAW_POS_TEXT;
+ } else if (DRAW_POS_TEXT_H_TOP_BOTTOM == type) {
+ fCurType = DRAW_POS_TEXT_H;
+ }
+
+#if defined(SK_BUILD_FOR_WIN32)
+ // CPU timer doesn't work well on Windows
+ fTimer.startWall();
+#else
+ fTimer.startCpu();
+#endif
+
+ return false;
+ }
+
+ void postDraw(int opIndex) {
+#if defined(SK_BUILD_FOR_WIN32)
+ // CPU timer doesn't work well on Windows
+ double time = fTimer.endWall();
+#else
+ double time = fTimer.endCpu();
+#endif
+
+ SkASSERT(opIndex == fCurCommand);
+ SkASSERT(fCurType <= LAST_DRAWTYPE_ENUM);
+
+ fTimes[fCurCommand] += time;
+ fTypeTimes[fCurType] += time;
+ fTot += time;
+ }
+
+private:
+ typedef SkPicturePlayback INHERITED;
+};
+
+#if 0
+// Wrap SkPicture to allow installation of an SkTimedPicturePlayback object
+class SkTimedPicture : public SkPicture {
+public:
+ static SkTimedPicture* CreateTimedPicture(SkStream* stream,
+ SkPicture::InstallPixelRefProc proc,
+ const SkTDArray<bool>& deletedCommands) {
+ SkPictInfo info;
+ if (!InternalOnly_StreamIsSKP(stream, &info)) {
+ return NULL;
+ }
+
+ // Check to see if there is a playback to recreate.
+ if (stream->readBool()) {
+ SkTimedPicturePlayback* playback = SkTimedPicturePlayback::CreateFromStream(
+ stream,
+ info, proc,
+ deletedCommands);
+ if (NULL == playback) {
+ return NULL;
+ }
+
+ return SkNEW_ARGS(SkTimedPicture, (playback, info.fWidth, info.fHeight));
+ }
+
+ return NULL;
+ }
+
+ void resetTimes() { ((SkTimedPicturePlayback*) fData.get())->resetTimes(); }
+
+ int count() const { return ((SkTimedPicturePlayback*) fData.get())->count(); }
+
+ // return the fraction of the total time this command consumed
+ double time(int index) const { return ((SkTimedPicturePlayback*) fData.get())->time(index); }
+
+ const SkTDArray<double>* typeTimes() const { return ((SkTimedPicturePlayback*) fData.get())->typeTimes(); }
+
+ double totTime() const { return ((SkTimedPicturePlayback*) fData.get())->totTime(); }
+
+private:
+ // disallow default ctor b.c. we don't have a good way to setup the fData ptr
+ SkTimedPicture();
+ // Private ctor only used by CreateTimedPicture, which has created the playback.
+ SkTimedPicture(SkTimedPicturePlayback* playback, int width, int height)
+ : INHERITED(playback, width, height) {}
+ // disallow the copy ctor - enabling would require copying code from SkPicture
+ SkTimedPicture(const SkTimedPicture& src);
+
+ typedef SkPicture INHERITED;
+};
+#endif
+
+// This is a simplification of PictureBenchmark's run with the addition of
+// clearing of the times after the first pass (in resetTimes)
+void SkDebuggerGUI::run(const SkPicture* pict,
+ sk_tools::PictureRenderer* renderer,
+ int repeats) {
+ SkASSERT(pict);
+ if (NULL == pict) {
+ return;
+ }
+
+ SkASSERT(renderer != NULL);
+ if (NULL == renderer) {
+ return;
+ }
+
+ renderer->init(pict, NULL, NULL, NULL, false);
+
+ renderer->setup();
+ renderer->render();
+ renderer->resetState(true); // flush, swapBuffers and Finish
+
+#if 0
+ // We throw this away the first batch of times to remove first time effects (such as paging in this program)
+ pict->resetTimes();
+#endif
+
+ for (int i = 0; i < repeats; ++i) {
+ renderer->setup();
+ renderer->render();
+ renderer->resetState(false); // flush & swapBuffers, but don't Finish
+ }
+ renderer->resetState(true); // flush, swapBuffers and Finish
+
+ renderer->end();
+}
+
+void SkDebuggerGUI::actionProfile() {
+ // In order to profile we pass the command offsets (that were read-in
+ // in loadPicture by the SkOffsetPicture) to an SkTimedPlaybackPicture.
+ // The SkTimedPlaybackPicture in turn passes the offsets to an
+ // SkTimedPicturePlayback object which uses them to track the performance
+ // of individual commands.
+ if (fFileName.isEmpty()) {
+ return;
+ }
+
+ SkFILEStream inputStream;
+
+ inputStream.setPath(fFileName.c_str());
+ if (!inputStream.isValid()) {
+ return;
+ }
+
+ SkAutoTUnref<SkPicture> picture(SkPicture::CreateFromStream(&inputStream,
+ &SkImageDecoder::DecodeMemory)); // , fSkipCommands));
+ if (NULL == picture.get()) {
+ return;
+ }
+
+
+#if 0
+
+ // For now this #if allows switching between tiled and simple rendering
+ // modes. Eventually this will be accomplished via the GUI
+#if 0
+ // With the current batch of SysTimers, profiling in tiled mode
+ // gets swamped by the timing overhead:
+ //
+ // tile mode simple mode
+ // debugger 64.2ms 12.8ms
+ // bench_pictures 16.9ms 12.4ms
+ //
+ // This is b.c. in tiled mode each command is called many more times
+ // but typically does less work on each invocation (due to clipping)
+ sk_tools::TiledPictureRenderer* renderer = NULL;
+
+ renderer = SkNEW(sk_tools::TiledPictureRenderer);
+ renderer->setTileWidth(256);
+ renderer->setTileHeight(256);
+#else
+ sk_tools::SimplePictureRenderer* renderer = NULL;
+
+ renderer = SkNEW(sk_tools::SimplePictureRenderer);
+
+#if SK_SUPPORT_GPU
+ if (fSettingsWidget.isGLActive()) {
+ renderer->setDeviceType(sk_tools::PictureRenderer::kGPU_DeviceType);
+ renderer->setSampleCount(fSettingsWidget.getGLSampleCount());
+ }
+#endif
+
+#endif
+
+ static const int kNumRepeats = 10;
+
+ run(picture.get(), renderer, kNumRepeats);
+
+ SkASSERT(picture->count() == fListWidget.count());
+
+ // extract the individual command times from the SkTimedPlaybackPicture
+ for (int i = 0; i < picture->count(); ++i) {
+ double temp = picture->time(i);
+
+ QListWidgetItem* item = fListWidget.item(i);
+
+ item->setData(Qt::UserRole + 4, 100.0*temp);
+ }
+
+ setupOverviewText(picture->typeTimes(), picture->totTime(), kNumRepeats);
+ setupClipStackText();
+
+#endif
+}
+
+void SkDebuggerGUI::actionCancel() {
+ for (int row = 0; row < fListWidget.count(); row++) {
+ fListWidget.item(row)->setHidden(false);
+ }
+}
+
+void SkDebuggerGUI::actionClearBreakpoints() {
+ for (int row = 0; row < fListWidget.count(); row++) {
+ QListWidgetItem* item = fListWidget.item(row);
+ item->setCheckState(Qt::Unchecked);
+ item->setData(Qt::DecorationRole,
+ QPixmap(":/blank.png"));
+ }
+}
+
+void SkDebuggerGUI::actionClearDeletes() {
+ for (int row = 0; row < fListWidget.count(); row++) {
+ QListWidgetItem* item = fListWidget.item(row);
+ item->setData(Qt::UserRole + 2, QPixmap(":/blank.png"));
+ fDebugger.setCommandVisible(row, true);
+ fSkipCommands[row] = false;
+ }
+ if (fPause) {
+ fCanvasWidget.drawTo(fPausedRow);
+ fImageWidget.draw();
+ } else {
+ fCanvasWidget.drawTo(fListWidget.currentRow());
+ fImageWidget.draw();
+ }
+}
+
+void SkDebuggerGUI::actionCommandFilter() {
+ fDebugger.highlightCurrentCommand(fSettingsWidget.getVisibilityFilter());
+ fCanvasWidget.drawTo(fListWidget.currentRow());
+ fImageWidget.draw();
+}
+
+void SkDebuggerGUI::actionClose() {
+ this->close();
+}
+
+void SkDebuggerGUI::actionDelete() {
+
+ for (int row = 0; row < fListWidget.count(); ++row) {
+ QListWidgetItem* item = fListWidget.item(row);
+
+ if (!item->isSelected()) {
+ continue;
+ }
+
+ if (fDebugger.isCommandVisible(row)) {
+ item->setData(Qt::UserRole + 2, QPixmap(":/delete.png"));
+ fDebugger.setCommandVisible(row, false);
+ fSkipCommands[row] = true;
+ } else {
+ item->setData(Qt::UserRole + 2, QPixmap(":/blank.png"));
+ fDebugger.setCommandVisible(row, true);
+ fSkipCommands[row] = false;
+ }
+ }
+
+ int currentRow = fListWidget.currentRow();
+
+ if (fPause) {
+ fCanvasWidget.drawTo(fPausedRow);
+ fImageWidget.draw();
+ } else {
+ fCanvasWidget.drawTo(currentRow);
+ fImageWidget.draw();
+ }
+}
+
+#if SK_SUPPORT_GPU
+void SkDebuggerGUI::actionGLWidget() {
+ bool isToggled = fSettingsWidget.isGLActive();
+ if (isToggled) {
+ fCanvasWidget.setGLSampleCount(fSettingsWidget.getGLSampleCount());
+ }
+ fCanvasWidget.setWidgetVisibility(SkCanvasWidget::kGPU_WidgetType, !isToggled);
+}
+#endif
+
+void SkDebuggerGUI::actionInspector() {
+ if (fInspectorWidget.isHidden()) {
+ fInspectorWidget.setHidden(false);
+ fImageWidget.setHidden(false);
+ } else {
+ fInspectorWidget.setHidden(true);
+ fImageWidget.setHidden(true);
+ }
+}
+
+void SkDebuggerGUI::actionPlay() {
+ for (int row = fListWidget.currentRow() + 1; row < fListWidget.count();
+ row++) {
+ QListWidgetItem *item = fListWidget.item(row);
+ if (item->checkState() == Qt::Checked) {
+ fListWidget.setCurrentItem(item);
+ return;
+ }
+ }
+ fListWidget.setCurrentRow(fListWidget.count() - 1);
+}
+
+void SkDebuggerGUI::actionRasterWidget(bool isToggled) {
+ fCanvasWidget.setWidgetVisibility(SkCanvasWidget::kRaster_8888_WidgetType, !isToggled);
+}
+
+void SkDebuggerGUI::actionOverdrawVizWidget(bool isToggled) {
+ fDebugger.setOverdrawViz(isToggled);
+ fCanvasWidget.update();
+}
+
+void SkDebuggerGUI::actionMegaVizWidget(bool isToggled) {
+ fDebugger.setMegaViz(isToggled);
+ fCanvasWidget.update();
+}
+
+void SkDebuggerGUI::actionPathOpsWidget(bool isToggled) {
+ fDebugger.setPathOps(isToggled);
+ fCanvasWidget.update();
+}
+
+void SkDebuggerGUI::actionTextureFilter() {
+ SkPaint::FilterLevel level;
+ bool enabled = fSettingsWidget.getFilterOverride(&level);
+ fDebugger.setTexFilterOverride(enabled, level);
+ fCanvasWidget.update();
+}
+
+void SkDebuggerGUI::actionRewind() {
+ fListWidget.setCurrentRow(0);
+}
+
+void SkDebuggerGUI::actionSave() {
+ fFileName = fPath.toAscii().data();
+ fFileName.append("/");
+ fFileName.append(fDirectoryWidget.currentItem()->text().toAscii().data());
+ saveToFile(fFileName);
+}
+
+void SkDebuggerGUI::actionSaveAs() {
+ QString filename = QFileDialog::getSaveFileName(this, "Save File", "",
+ "Skia Picture (*skp)");
+ if (!filename.endsWith(".skp", Qt::CaseInsensitive)) {
+ filename.append(".skp");
+ }
+ saveToFile(SkString(filename.toAscii().data()));
+}
+
+void SkDebuggerGUI::actionScale(float scaleFactor) {
+ fSettingsWidget.setZoomText(scaleFactor);
+}
+
+void SkDebuggerGUI::actionSettings() {
+ if (fSettingsWidget.isHidden()) {
+ fSettingsWidget.setHidden(false);
+ } else {
+ fSettingsWidget.setHidden(true);
+ }
+}
+
+void SkDebuggerGUI::actionStepBack() {
+ int currentRow = fListWidget.currentRow();
+ if (currentRow != 0) {
+ fListWidget.setCurrentRow(currentRow - 1);
+ }
+}
+
+void SkDebuggerGUI::actionStepForward() {
+ int currentRow = fListWidget.currentRow();
+ QString curRow = QString::number(currentRow);
+ QString curCount = QString::number(fListWidget.count());
+ if (currentRow < fListWidget.count() - 1) {
+ fListWidget.setCurrentRow(currentRow + 1);
+ }
+}
+
+void SkDebuggerGUI::drawComplete() {
+ fInspectorWidget.setMatrix(fDebugger.getCurrentMatrix());
+ fInspectorWidget.setClip(fDebugger.getCurrentClip());
+}
+
+void SkDebuggerGUI::saveToFile(const SkString& filename) {
+ SkFILEWStream file(filename.c_str());
+ SkAutoTUnref<SkPicture> copy(fDebugger.copyPicture());
+
+ copy->serialize(&file);
+}
+
+void SkDebuggerGUI::loadFile(QListWidgetItem *item) {
+ if (fDirectoryWidgetActive) {
+ fFileName = fPath.toAscii().data();
+ // don't add a '/' to files in the local directory
+ if (fFileName.size() > 0) {
+ fFileName.append("/");
+ }
+ fFileName.append(item->text().toAscii().data());
+ loadPicture(fFileName);
+ }
+}
+
+void SkDebuggerGUI::openFile() {
+ QString temp = QFileDialog::getOpenFileName(this, tr("Open File"), "",
+ tr("Files (*.*)"));
+ openFile(temp);
+}
+
+void SkDebuggerGUI::openFile(const QString &filename) {
+ fDirectoryWidgetActive = false;
+ if (!filename.isEmpty()) {
+ QFileInfo pathInfo(filename);
+ loadPicture(SkString(filename.toAscii().data()));
+ setupDirectoryWidget(pathInfo.path());
+ }
+ fDirectoryWidgetActive = true;
+}
+
+void SkDebuggerGUI::pauseDrawing(bool isPaused) {
+ fPause = isPaused;
+ fPausedRow = fListWidget.currentRow();
+ fCanvasWidget.drawTo(fPausedRow);
+ fImageWidget.draw();
+}
+
+void SkDebuggerGUI::registerListClick(QListWidgetItem *item) {
+ if(!fLoading) {
+ int currentRow = fListWidget.currentRow();
+
+ if (currentRow != -1) {
+ if (!fPause) {
+ fCanvasWidget.drawTo(currentRow);
+ fImageWidget.draw();
+ }
+ SkTDArray<SkString*> *currInfo = fDebugger.getCommandInfo(
+ currentRow);
+
+ /* TODO(chudy): Add command type before parameters. Rename v
+ * to something more informative. */
+ if (currInfo) {
+ QString info;
+ info.append("<b>Parameters: </b><br/>");
+ for (int i = 0; i < currInfo->count(); i++) {
+
+ info.append(QString((*currInfo)[i]->c_str()));
+ info.append("<br/>");
+ }
+ fInspectorWidget.setText(info, SkInspectorWidget::kDetail_TabType);
+ fInspectorWidget.setDisabled(false);
+ }
+ setupClipStackText();
+ }
+
+ }
+}
+
+void SkDebuggerGUI::selectCommand(int command) {
+ if (fPause) {
+ fListWidget.setCurrentRow(command);
+ }
+}
+
+void SkDebuggerGUI::toggleBreakpoint() {
+ QListWidgetItem* item = fListWidget.currentItem();
+ if (item->checkState() == Qt::Unchecked) {
+ item->setCheckState(Qt::Checked);
+ item->setData(Qt::DecorationRole,
+ QPixmap(":/breakpoint_16x16.png"));
+ } else {
+ item->setCheckState(Qt::Unchecked);
+ item->setData(Qt::DecorationRole,
+ QPixmap(":/blank.png"));
+ }
+}
+
+void SkDebuggerGUI::toggleDirectory() {
+ fDirectoryWidget.setHidden(!fDirectoryWidget.isHidden());
+}
+
+void SkDebuggerGUI::toggleFilter(QString string) {
+ for (int row = 0; row < fListWidget.count(); row++) {
+ QListWidgetItem *item = fListWidget.item(row);
+ item->setHidden(item->text() != string);
+ }
+}
+
+void SkDebuggerGUI::setupUi(QMainWindow *SkDebuggerGUI) {
+ QIcon windowIcon;
+ windowIcon.addFile(QString::fromUtf8(":/skia.png"), QSize(),
+ QIcon::Normal, QIcon::Off);
+ SkDebuggerGUI->setObjectName(QString::fromUtf8("SkDebuggerGUI"));
+ SkDebuggerGUI->resize(1200, 1000);
+ SkDebuggerGUI->setWindowIcon(windowIcon);
+ SkDebuggerGUI->setWindowTitle("Skia Debugger");
+
+ fActionOpen.setShortcuts(QKeySequence::Open);
+ fActionOpen.setText("Open");
+
+ QIcon breakpoint;
+ breakpoint.addFile(QString::fromUtf8(":/breakpoint.png"),
+ QSize(), QIcon::Normal, QIcon::Off);
+ fActionBreakpoint.setShortcut(QKeySequence(tr("Ctrl+B")));
+ fActionBreakpoint.setIcon(breakpoint);
+ fActionBreakpoint.setText("Breakpoints");
+
+ fActionToggleIndexStyle.setShortcut(QKeySequence(tr("Ctrl+T")));
+ fActionToggleIndexStyle.setText("Toggle Index Style");
+
+ QIcon cancel;
+ cancel.addFile(QString::fromUtf8(":/reload.png"), QSize(),
+ QIcon::Normal, QIcon::Off);
+ fActionCancel.setIcon(cancel);
+ fActionCancel.setText("Clear Filter");
+
+ fActionClearBreakpoints.setShortcut(QKeySequence(tr("Alt+B")));
+ fActionClearBreakpoints.setText("Clear Breakpoints");
+
+ fActionClearDeletes.setShortcut(QKeySequence(tr("Alt+X")));
+ fActionClearDeletes.setText("Clear Deletes");
+
+ fActionClose.setShortcuts(QKeySequence::Quit);
+ fActionClose.setText("Exit");
+
+ fActionCreateBreakpoint.setShortcut(QKeySequence(tr("B")));
+ fActionCreateBreakpoint.setText("Set Breakpoint");
+
+ fActionDelete.setShortcut(QKeySequence(tr("X")));
+ fActionDelete.setText("Delete Command");
+
+ fActionDirectory.setShortcut(QKeySequence(tr("Ctrl+D")));
+ fActionDirectory.setText("Directory");
+
+ QIcon profile;
+ profile.addFile(QString::fromUtf8(":/profile.png"), QSize(),
+ QIcon::Normal, QIcon::Off);
+ fActionProfile.setIcon(profile);
+ fActionProfile.setText("Profile");
+ fActionProfile.setDisabled(true);
+
+ QIcon inspector;
+ inspector.addFile(QString::fromUtf8(":/inspector.png"),
+ QSize(), QIcon::Normal, QIcon::Off);
+ fActionInspector.setShortcut(QKeySequence(tr("Ctrl+I")));
+ fActionInspector.setIcon(inspector);
+ fActionInspector.setText("Inspector");
+
+ QIcon settings;
+ settings.addFile(QString::fromUtf8(":/inspector.png"),
+ QSize(), QIcon::Normal, QIcon::Off);
+ fActionSettings.setShortcut(QKeySequence(tr("Ctrl+G")));
+ fActionSettings.setIcon(settings);
+ fActionSettings.setText("Settings");
+
+ QIcon play;
+ play.addFile(QString::fromUtf8(":/play.png"), QSize(),
+ QIcon::Normal, QIcon::Off);
+ fActionPlay.setShortcut(QKeySequence(tr("Ctrl+P")));
+ fActionPlay.setIcon(play);
+ fActionPlay.setText("Play");
+
+ QIcon pause;
+ pause.addFile(QString::fromUtf8(":/pause.png"), QSize(),
+ QIcon::Normal, QIcon::Off);
+ fActionPause.setShortcut(QKeySequence(tr("Space")));
+ fActionPause.setCheckable(true);
+ fActionPause.setIcon(pause);
+ fActionPause.setText("Pause");
+
+ QIcon rewind;
+ rewind.addFile(QString::fromUtf8(":/rewind.png"), QSize(),
+ QIcon::Normal, QIcon::Off);
+ fActionRewind.setShortcut(QKeySequence(tr("Ctrl+R")));
+ fActionRewind.setIcon(rewind);
+ fActionRewind.setText("Rewind");
+
+ fActionSave.setShortcut(QKeySequence::Save);
+ fActionSave.setText("Save");
+ fActionSave.setDisabled(true);
+ fActionSaveAs.setShortcut(QKeySequence::SaveAs);
+ fActionSaveAs.setText("Save As");
+ fActionSaveAs.setDisabled(true);
+
+ fActionShowDeletes.setShortcut(QKeySequence(tr("Ctrl+X")));
+ fActionShowDeletes.setText("Deleted Commands");
+
+ QIcon stepBack;
+ stepBack.addFile(QString::fromUtf8(":/previous.png"), QSize(),
+ QIcon::Normal, QIcon::Off);
+ fActionStepBack.setShortcut(QKeySequence(tr("[")));
+ fActionStepBack.setIcon(stepBack);
+ fActionStepBack.setText("Step Back");
+
+ QIcon stepForward;
+ stepForward.addFile(QString::fromUtf8(":/next.png"),
+ QSize(), QIcon::Normal, QIcon::Off);
+ fActionStepForward.setShortcut(QKeySequence(tr("]")));
+ fActionStepForward.setIcon(stepForward);
+ fActionStepForward.setText("Step Forward");
+
+ fActionZoomIn.setShortcut(QKeySequence(tr("Ctrl+=")));
+ fActionZoomIn.setText("Zoom In");
+ fActionZoomOut.setShortcut(QKeySequence(tr("Ctrl+-")));
+ fActionZoomOut.setText("Zoom Out");
+
+ fListWidget.setItemDelegate(new SkListWidget(&fListWidget));
+ fListWidget.setObjectName(QString::fromUtf8("listWidget"));
+ fListWidget.setMinimumWidth(250);
+
+ fFilter.addItem("--Filter By Available Commands--");
+
+ fDirectoryWidget.setMinimumWidth(250);
+ fDirectoryWidget.setStyleSheet("QListWidget::Item {padding: 5px;}");
+
+ fCanvasWidget.setSizePolicy(QSizePolicy::Expanding,
+ QSizePolicy::Expanding);
+
+ fImageWidget.setFixedSize(SkImageWidget::kImageWidgetWidth,
+ SkImageWidget::kImageWidgetHeight);
+
+ fInspectorWidget.setSizePolicy(QSizePolicy::Expanding,
+ QSizePolicy::Expanding);
+ fInspectorWidget.setMaximumHeight(300);
+
+ fSettingsAndImageLayout.setSpacing(6);
+ fSettingsAndImageLayout.addWidget(&fSettingsWidget);
+ fSettingsAndImageLayout.addWidget(&fImageWidget);
+
+ fSettingsWidget.setSizePolicy(QSizePolicy::Expanding,
+ QSizePolicy::Expanding);
+ fSettingsWidget.setMaximumWidth(250);
+
+ fLeftColumnSplitter.addWidget(&fListWidget);
+ fLeftColumnSplitter.addWidget(&fDirectoryWidget);
+ fLeftColumnSplitter.setOrientation(Qt::Vertical);
+
+ fCanvasSettingsAndImageLayout.setSpacing(6);
+ fCanvasSettingsAndImageLayout.addWidget(&fCanvasWidget);
+ fCanvasSettingsAndImageLayout.addLayout(&fSettingsAndImageLayout);
+
+ fMainAndRightColumnLayout.setSpacing(6);
+ fMainAndRightColumnLayout.addLayout(&fCanvasSettingsAndImageLayout);
+ fMainAndRightColumnLayout.addWidget(&fInspectorWidget);
+ fMainAndRightColumnWidget.setLayout(&fMainAndRightColumnLayout);
+
+ fCentralSplitter.addWidget(&fLeftColumnSplitter);
+ fCentralSplitter.addWidget(&fMainAndRightColumnWidget);
+ fCentralSplitter.setStretchFactor(0, 0);
+ fCentralSplitter.setStretchFactor(1, 1);
+
+ SkDebuggerGUI->setCentralWidget(&fCentralSplitter);
+ SkDebuggerGUI->setStatusBar(&fStatusBar);
+
+ fToolBar.setIconSize(QSize(32, 32));
+ fToolBar.setToolButtonStyle(Qt::ToolButtonTextUnderIcon);
+ SkDebuggerGUI->addToolBar(Qt::TopToolBarArea, &fToolBar);
+
+ fSpacer.setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
+
+ fToolBar.addAction(&fActionRewind);
+ fToolBar.addAction(&fActionStepBack);
+ fToolBar.addAction(&fActionPause);
+ fToolBar.addAction(&fActionStepForward);
+ fToolBar.addAction(&fActionPlay);
+ fToolBar.addSeparator();
+ fToolBar.addAction(&fActionInspector);
+ fToolBar.addAction(&fActionSettings);
+ fToolBar.addSeparator();
+ fToolBar.addAction(&fActionProfile);
+
+ fToolBar.addSeparator();
+ fToolBar.addWidget(&fSpacer);
+ fToolBar.addWidget(&fFilter);
+ fToolBar.addAction(&fActionCancel);
+
+ // TODO(chudy): Remove static call.
+ fDirectoryWidgetActive = false;
+ fFileName = "";
+ setupDirectoryWidget("");
+ fDirectoryWidgetActive = true;
+
+ // Menu Bar
+ fMenuFile.setTitle("File");
+ fMenuFile.addAction(&fActionOpen);
+ fMenuFile.addAction(&fActionSave);
+ fMenuFile.addAction(&fActionSaveAs);
+ fMenuFile.addAction(&fActionClose);
+
+ fMenuEdit.setTitle("Edit");
+ fMenuEdit.addAction(&fActionDelete);
+ fMenuEdit.addAction(&fActionClearDeletes);
+ fMenuEdit.addSeparator();
+ fMenuEdit.addAction(&fActionCreateBreakpoint);
+ fMenuEdit.addAction(&fActionClearBreakpoints);
+
+ fMenuNavigate.setTitle("Navigate");
+ fMenuNavigate.addAction(&fActionRewind);
+ fMenuNavigate.addAction(&fActionStepBack);
+ fMenuNavigate.addAction(&fActionStepForward);
+ fMenuNavigate.addAction(&fActionPlay);
+ fMenuNavigate.addAction(&fActionPause);
+ fMenuNavigate.addAction(&fActionGoToLine);
+
+ fMenuView.setTitle("View");
+ fMenuView.addAction(&fActionBreakpoint);
+ fMenuView.addAction(&fActionShowDeletes);
+ fMenuView.addAction(&fActionToggleIndexStyle);
+ fMenuView.addAction(&fActionZoomIn);
+ fMenuView.addAction(&fActionZoomOut);
+
+ fMenuWindows.setTitle("Window");
+ fMenuWindows.addAction(&fActionInspector);
+ fMenuWindows.addAction(&fActionSettings);
+ fMenuWindows.addAction(&fActionDirectory);
+
+ fActionGoToLine.setText("Go to Line...");
+ fActionGoToLine.setDisabled(true);
+ fMenuBar.addAction(fMenuFile.menuAction());
+ fMenuBar.addAction(fMenuEdit.menuAction());
+ fMenuBar.addAction(fMenuView.menuAction());
+ fMenuBar.addAction(fMenuNavigate.menuAction());
+ fMenuBar.addAction(fMenuWindows.menuAction());
+
+ fPause = false;
+
+ SkDebuggerGUI->setMenuBar(&fMenuBar);
+ QMetaObject::connectSlotsByName(SkDebuggerGUI);
+}
+
+void SkDebuggerGUI::setupDirectoryWidget(const QString& path) {
+ fPath = path;
+ QDir dir(path);
+ QRegExp r(".skp");
+ fDirectoryWidget.clear();
+ const QStringList files = dir.entryList();
+ foreach (QString f, files) {
+ if (f.contains(r))
+ fDirectoryWidget.addItem(f);
+ }
+}
+
+void SkDebuggerGUI::loadPicture(const SkString& fileName) {
+ fFileName = fileName;
+ fLoading = true;
+ SkStream* stream = SkNEW_ARGS(SkFILEStream, (fileName.c_str()));
+
+ SkPicture* picture = SkPicture::CreateFromStream(stream);
+
+ if (NULL == picture) {
+ QMessageBox::critical(this, "Error loading file", "Couldn't read file, sorry.");
+ SkSafeUnref(stream);
+ return;
+ }
+
+ fCanvasWidget.resetWidgetTransform();
+ fDebugger.loadPicture(picture);
+
+ fSkipCommands.setCount(fDebugger.getSize());
+ for (int i = 0; i < fSkipCommands.count(); ++i) {
+ fSkipCommands[i] = false;
+ }
+
+ SkSafeUnref(stream);
+ SkSafeUnref(picture);
+
+ // Will this automatically clear out due to nature of refcnt?
+ SkTArray<SkString>* commands = fDebugger.getDrawCommandsAsStrings();
+ SkTDArray<size_t>* offsets = fDebugger.getDrawCommandOffsets();
+ SkASSERT(commands->count() == offsets->count());
+
+ fActionProfile.setDisabled(false);
+
+ /* fDebugCanvas is reinitialized every load picture. Need it to retain value
+ * of the visibility filter.
+ * TODO(chudy): This should be deprecated since fDebugger is not
+ * recreated.
+ * */
+ fDebugger.highlightCurrentCommand(fSettingsWidget.getVisibilityFilter());
+
+ this->setupListWidget(commands, offsets);
+ this->setupComboBox(commands);
+ this->setupOverviewText(NULL, 0.0, 1);
+ fInspectorWidget.setDisabled(false);
+ fSettingsWidget.setDisabled(false);
+ fMenuEdit.setDisabled(false);
+ fMenuNavigate.setDisabled(false);
+ fMenuView.setDisabled(false);
+ fActionSave.setDisabled(false);
+ fActionSaveAs.setDisabled(false);
+ fLoading = false;
+ actionPlay();
+}
+
+void SkDebuggerGUI::setupListWidget(SkTArray<SkString>* commands, SkTDArray<size_t>* offsets) {
+ SkASSERT(commands->count() == offsets->count());
+ fListWidget.clear();
+ int counter = 0;
+ int indent = 0;
+ for (int i = 0; i < commands->count(); i++) {
+ QListWidgetItem *item = new QListWidgetItem();
+ item->setData(Qt::DisplayRole, (*commands)[i].c_str());
+ item->setData(Qt::UserRole + 1, counter++);
+
+ if (0 == strcmp("Restore", (*commands)[i].c_str()) ||
+ 0 == strcmp("EndCommentGroup", (*commands)[i].c_str()) ||
+ 0 == strcmp("PopCull", (*commands)[i].c_str())) {
+ indent -= 10;
+ }
+
+ item->setData(Qt::UserRole + 3, indent);
+
+ if (0 == strcmp("Save", (*commands)[i].c_str()) ||
+ 0 == strcmp("Save Layer", (*commands)[i].c_str()) ||
+ 0 == strcmp("BeginCommentGroup", (*commands)[i].c_str()) ||
+ 0 == strcmp("PushCull", (*commands)[i].c_str())) {
+ indent += 10;
+ }
+
+ item->setData(Qt::UserRole + 4, -1);
+ item->setData(Qt::UserRole + 5, (int)(*offsets)[i]);
+
+ fListWidget.addItem(item);
+ }
+}
+
+void SkDebuggerGUI::setupOverviewText(const SkTDArray<double>* typeTimes,
+ double totTime,
+ int numRuns) {
+ SkString overview;
+ fDebugger.getOverviewText(typeTimes, totTime, &overview, numRuns);
+ fInspectorWidget.setText(overview.c_str(), SkInspectorWidget::kOverview_TabType);
+}
+
+void SkDebuggerGUI::setupClipStackText() {
+ SkString clipStack;
+ fDebugger.getClipStackText(&clipStack);
+ fInspectorWidget.setText(clipStack.c_str(), SkInspectorWidget::kClipStack_TabType);
+}
+
+void SkDebuggerGUI::setupComboBox(SkTArray<SkString>* command) {
+ fFilter.clear();
+ fFilter.addItem("--Filter By Available Commands--");
+
+ std::map<std::string, int> map;
+ for (int i = 0; i < command->count(); i++) {
+ map[(*command)[i].c_str()]++;
+ }
+
+ for (std::map<std::string, int>::iterator it = map.begin(); it != map.end();
+ ++it) {
+ fFilter.addItem((it->first).c_str());
+ }
+
+ // NOTE(chudy): Makes first item unselectable.
+ QStandardItemModel* model = qobject_cast<QStandardItemModel*>(
+ fFilter.model());
+ QModelIndex firstIndex = model->index(0, fFilter.modelColumn(),
+ fFilter.rootModelIndex());
+ QStandardItem* firstItem = model->itemFromIndex(firstIndex);
+ firstItem->setSelectable(false);
+}
diff --git a/src/third_party/skia/debugger/QT/SkDebuggerGUI.h b/src/third_party/skia/debugger/QT/SkDebuggerGUI.h
new file mode 100644
index 0000000..3f44550
--- /dev/null
+++ b/src/third_party/skia/debugger/QT/SkDebuggerGUI.h
@@ -0,0 +1,365 @@
+
+/*
+ * Copyright 2012 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#ifndef SKDEBUGGERUI_H
+#define SKDEBUGGERUI_H
+
+
+#include "SkCanvas.h"
+#include "SkCanvasWidget.h"
+#include "SkDebugger.h"
+#include "SkGLWidget.h"
+#include "SkListWidget.h"
+#include "SkInspectorWidget.h"
+#include "SkRasterWidget.h"
+#include "SkImageWidget.h"
+#include "SkSettingsWidget.h"
+#include <QtCore/QVariant>
+#include <QtGui/QAction>
+#include <QtGui/QApplication>
+#include <QtGui/QButtonGroup>
+#include <QtGui/QHBoxLayout>
+#include <QtGui/QHeaderView>
+#include <QtGui/QListView>
+#include <QtGui/QListWidget>
+#include <QtGui/QMainWindow>
+#include <QtGui/QSplitter>
+#include <QtGui/QStatusBar>
+#include <QtGui/QToolBar>
+#include <QtGui/QVBoxLayout>
+#include <QtGui/QWidget>
+#include <QtGui/QMenu>
+#include <QtGui/QMenuBar>
+#include <vector>
+
+class SkTimedPicture;
+namespace sk_tools {
+ class PictureRenderer;
+}
+
+/** \class SkDebuggerGUI
+
+ Container for the UI and it's functions.
+ */
+class SkDebuggerGUI : public QMainWindow {
+ Q_OBJECT
+
+public:
+ /**
+ Constructs the view of the application.
+ @param parent The parent container of this widget.
+ */
+ SkDebuggerGUI(QWidget *parent = 0);
+
+ ~SkDebuggerGUI();
+
+ /**
+ Updates the directory widget with the latest directory path stored in
+ the global class variable fPath.
+ */
+ void setupDirectoryWidget(const QString& path);
+
+ /**
+ Loads the specified file.
+ */
+ void openFile(const QString& filename);
+
+signals:
+ void commandChanged(int command);
+
+private slots:
+ /**
+ Toggles breakpoint view in the list widget.
+ */
+ void actionBreakpoints();
+
+ /**
+ Toggles between count and offset style of command indexing in GUI
+ */
+ void actionToggleIndexStyle();
+
+ /**
+ Profile the commands
+ */
+ void actionProfile();
+
+ /**
+ Cancels the command filter in the list widget.
+ */
+ void actionCancel();
+
+ /**
+ Clears the breakpoint state off of all commands marked as breakpoints.
+ */
+ void actionClearBreakpoints();
+
+ /**
+ Clears the deleted state off of all commands marked as deleted.
+ */
+ void actionClearDeletes();
+
+ /**
+ Applies a visible filter to all drawing commands other than the previous.
+ */
+ void actionCommandFilter();
+
+ /**
+ Closes the application.
+ */
+ void actionClose();
+
+ /**
+ Deletes the command in question.
+ */
+ void actionDelete();
+
+#if SK_SUPPORT_GPU
+ /**
+ Updates the visibility of the GL canvas widget and sample count of the GL surface.
+ */
+ void actionGLWidget();
+#endif
+
+ /**
+ Toggles the visibility of the inspector widget.
+ */
+ void actionInspector();
+
+ /**
+ Plays from the current step to the next breakpoint if it exists, otherwise
+ executes all remaining draw commands.
+ */
+ void actionPlay();
+
+ /**
+ Toggles the visibility of the raster canvas widget.
+ */
+ void actionRasterWidget(bool isToggled);
+
+ /**
+ Toggles the the overdraw visualization on and off
+ */
+ void actionOverdrawVizWidget(bool isToggled);
+
+ /**
+ Toggles the the mega visualization on and off
+ */
+ void actionMegaVizWidget(bool isToggled);
+
+ /**
+ Toggles using path ops to simplify the clip stack
+ */
+ void actionPathOpsWidget(bool );
+
+ /**
+ Applies the new texture filter override
+ */
+ void actionTextureFilter();
+
+ /**
+ Rewinds from the current step back to the start of the commands.
+ */
+ void actionRewind();
+
+ /**
+ Saves the current SKP with all modifications.
+ */
+ void actionSave();
+
+ /**
+ Saves the current SKP under a different name and/or location.
+ */
+ void actionSaveAs();
+
+ /**
+ Sends the scale factor information to the settings widget.
+ */
+ void actionScale(float scaleFactor);
+
+ /**
+ Toggles the settings widget visibility.
+ */
+ void actionSettings();
+
+ /**
+ Steps forward to the next draw command.
+ */
+ void actionStepBack();
+
+ /**
+ Steps backwards to the next draw command.
+ */
+ void actionStepForward();
+
+ /**
+ Called when the canvas is done being drawn to by SkCanvasWidget.
+ */
+ void drawComplete();
+
+ /**
+ Loads an skpicture selected from the directory.
+ */
+ void loadFile(QListWidgetItem *item);
+
+ /**
+ Toggles a dialog with a file browser for navigating to a skpicture. Loads
+ the selected file.
+ */
+ void openFile();
+
+ /**
+ Toggles whether drawing to a new command requires a double click
+ or simple focus.
+ */
+ void pauseDrawing(bool isPaused = true);
+
+ /**
+ Executes draw commands up to the selected command
+ */
+ void registerListClick(QListWidgetItem *item);
+
+ /**
+ Sets the command to active in the list widget.
+ */
+ void selectCommand(int command);
+
+ /**
+ Toggles the exclusive listing of commands set as deleted.
+ */
+ void showDeletes();
+
+ /**
+ Toggles a breakpoint on the current step in the list widget.
+ */
+ void toggleBreakpoint();
+
+ /**
+ Toggles the visibility of the directory widget.
+ */
+ void toggleDirectory();
+
+ /**
+ Filters the list widgets command visibility based on the currently
+ active selection.
+ */
+ void toggleFilter(QString string);
+
+private:
+ QSplitter fCentralSplitter;
+ QStatusBar fStatusBar;
+ QToolBar fToolBar;
+
+ QAction fActionOpen;
+ QAction fActionBreakpoint;
+ QAction fActionToggleIndexStyle;
+ QAction fActionProfile;
+ QAction fActionCancel;
+ QAction fActionClearBreakpoints;
+ QAction fActionClearDeletes;
+ QAction fActionClose;
+ QAction fActionCreateBreakpoint;
+ QAction fActionDelete;
+ QAction fActionDirectory;
+ QAction fActionGoToLine;
+ QAction fActionInspector;
+ QAction fActionSettings;
+ QAction fActionPlay;
+ QAction fActionPause;
+ QAction fActionRewind;
+ QAction fActionSave;
+ QAction fActionSaveAs;
+ QAction fActionShowDeletes;
+ QAction fActionStepBack;
+ QAction fActionStepForward;
+ QAction fActionZoomIn;
+ QAction fActionZoomOut;
+ QSignalMapper fMapper;
+
+ QWidget fSpacer;
+ QComboBox fFilter;
+
+ QSplitter fLeftColumnSplitter;
+ QWidget fMainAndRightColumnWidget;
+ QVBoxLayout fMainAndRightColumnLayout;
+ QHBoxLayout fCanvasSettingsAndImageLayout;
+ QVBoxLayout fSettingsAndImageLayout;
+
+ QListWidget fListWidget;
+ QListWidget fDirectoryWidget;
+
+ SkDebugger fDebugger;
+ SkCanvasWidget fCanvasWidget;
+ SkImageWidget fImageWidget;
+ SkInspectorWidget fInspectorWidget;
+ SkSettingsWidget fSettingsWidget;
+
+ QString fPath;
+ SkString fFileName;
+ SkTDArray<bool> fSkipCommands; // has a specific command been deleted?
+ bool fDirectoryWidgetActive;
+
+ QMenuBar fMenuBar;
+ QMenu fMenuFile;
+ QMenu fMenuEdit;
+ QMenu fMenuNavigate;
+ QMenu fMenuView;
+ QMenu fMenuWindows;
+
+ bool fBreakpointsActivated;
+ bool fIndexStyleToggle;
+ bool fDeletesActivated;
+ bool fPause;
+ bool fLoading;
+ int fPausedRow;
+
+ /**
+ Creates the entire UI.
+ */
+ void setupUi(QMainWindow *SkDebuggerGUI);
+
+ /**
+ Pipes a QString in with the location of the filename, proceeds to updating
+ the listwidget, combowidget and inspectorwidget.
+ */
+ void loadPicture(const SkString& fileName);
+
+ /**
+ Creates a picture of the current canvas.
+ */
+ void saveToFile(const SkString& filename);
+
+ /**
+ Populates the list widget with the vector of strings passed in.
+ */
+ void setupListWidget(SkTArray<SkString>* commands, SkTDArray<size_t>* offsets);
+
+ /**
+ Populates the combo box widget with the vector of strings passed in.
+ */
+ void setupComboBox(SkTArray<SkString>* command);
+
+ /**
+ Fills in the overview pane with text
+ */
+ void setupOverviewText(const SkTDArray<double>* typeTimes, double totTime, int numRuns);
+
+ /**
+ Fills in the clip stack pane with text
+ */
+ void setupClipStackText();
+
+ /**
+ Render the supplied picture several times tracking the time consumed
+ by each command.
+ */
+ void run(const SkPicture* pict,
+ sk_tools::PictureRenderer* renderer,
+ int repeats);
+};
+
+#endif // SKDEBUGGERUI_H
diff --git a/src/third_party/skia/debugger/QT/SkGLWidget.cpp b/src/third_party/skia/debugger/QT/SkGLWidget.cpp
new file mode 100644
index 0000000..bd24d4e
--- /dev/null
+++ b/src/third_party/skia/debugger/QT/SkGLWidget.cpp
@@ -0,0 +1,100 @@
+
+/*
+ * Copyright 2012 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+
+#include "SkGLWidget.h"
+
+#if SK_SUPPORT_GPU
+
+SkGLWidget::SkGLWidget(SkDebugger* debugger) : QGLWidget() {
+ fDebugger = debugger;
+ fCurIntf = NULL;
+ fCurContext = NULL;
+ fGpuDevice = NULL;
+ fCanvas = NULL;
+}
+
+SkGLWidget::~SkGLWidget() {
+ SkSafeUnref(fCurIntf);
+ SkSafeUnref(fCurContext);
+ SkSafeUnref(fGpuDevice);
+ SkSafeUnref(fCanvas);
+}
+
+void SkGLWidget::setSampleCount(int sampleCount)
+{
+ QGLFormat currentFormat = format();
+ currentFormat.setSampleBuffers(sampleCount > 0);
+ currentFormat.setSamples(sampleCount);
+ setFormat(currentFormat);
+}
+
+void SkGLWidget::initializeGL() {
+ fCurIntf = GrGLCreateNativeInterface();
+ if (!fCurIntf) {
+ return;
+ }
+ glStencilMask(0xffffffff);
+ glClearStencil(0);
+ glClear(GL_STENCIL_BUFFER_BIT);
+
+ fCurContext = GrContext::Create(kOpenGL_GrBackend, (GrBackendContext) fCurIntf);
+ GrBackendRenderTargetDesc desc = this->getDesc(this->width(), this->height());
+ desc.fOrigin = kBottomLeft_GrSurfaceOrigin;
+ GrRenderTarget* curRenderTarget = fCurContext->wrapBackendRenderTarget(desc);
+ fGpuDevice = SkGpuDevice::Create(curRenderTarget,
+ SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType));
+ fCanvas = new SkCanvas(fGpuDevice);
+ curRenderTarget->unref();
+}
+
+void SkGLWidget::resizeGL(int w, int h) {
+ if (fCurContext) {
+ glDisable(GL_SCISSOR_TEST);
+ glStencilMask(0xffffffff);
+ glClearStencil(0);
+ glClear(GL_STENCIL_BUFFER_BIT);
+ fCurContext->resetContext();
+
+ GrBackendRenderTargetDesc desc = this->getDesc(w, h);
+ desc.fOrigin = kBottomLeft_GrSurfaceOrigin;
+ GrRenderTarget* curRenderTarget = fCurContext->wrapBackendRenderTarget(desc);
+ SkSafeUnref(fGpuDevice);
+ SkSafeUnref(fCanvas);
+ fGpuDevice = SkGpuDevice::Create(curRenderTarget,
+ SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType));
+ fCanvas = new SkCanvas(fGpuDevice);
+ }
+ fDebugger->setWindowSize(w, h);
+ draw();
+}
+
+void SkGLWidget::paintGL() {
+ if (!this->isHidden() && fCanvas) {
+ fDebugger->draw(fCanvas);
+ // TODO(chudy): Implement an optional flush button in Gui.
+ fCanvas->flush();
+ emit drawComplete();
+ }
+}
+
+GrBackendRenderTargetDesc SkGLWidget::getDesc(int w, int h) {
+ GrBackendRenderTargetDesc desc;
+ desc.fWidth = SkScalarRoundToInt(this->width());
+ desc.fHeight = SkScalarRoundToInt(this->height());
+ desc.fConfig = kSkia8888_GrPixelConfig;
+ GR_GL_GetIntegerv(fCurIntf, GR_GL_SAMPLES, &desc.fSampleCnt);
+ GR_GL_GetIntegerv(fCurIntf, GR_GL_STENCIL_BITS, &desc.fStencilBits);
+ GrGLint buffer;
+ GR_GL_GetIntegerv(fCurIntf, GR_GL_FRAMEBUFFER_BINDING, &buffer);
+ desc.fRenderTargetHandle = buffer;
+
+ return desc;
+}
+
+#endif
diff --git a/src/third_party/skia/debugger/QT/SkGLWidget.h b/src/third_party/skia/debugger/QT/SkGLWidget.h
new file mode 100644
index 0000000..a8e4604
--- /dev/null
+++ b/src/third_party/skia/debugger/QT/SkGLWidget.h
@@ -0,0 +1,58 @@
+
+/*
+ * Copyright 2012 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+
+#ifndef SKGLWIDGET_H_
+#define SKGLWIDGET_H_
+
+#if SK_SUPPORT_GPU
+
+#include <QtOpenGL/QGLWidget>
+#include "SkDebugCanvas.h"
+#include "SkDebugger.h"
+#include "SkDevice.h"
+#include "SkGpuDevice.h"
+#include "GrContext.h"
+#include "gl/GrGLInterface.h"
+#include "gl/GrGLUtil.h"
+#include "GrRenderTarget.h"
+
+class SkGLWidget : public QGLWidget {
+Q_OBJECT
+
+public:
+ SkGLWidget(SkDebugger* debugger);
+
+ ~SkGLWidget();
+
+ void draw() {
+ this->updateGL();
+ }
+ void setSampleCount(int sampleCount);
+
+signals:
+ void drawComplete();
+
+protected:
+ void initializeGL();
+ void resizeGL(int w, int h);
+ void paintGL();
+
+
+private:
+ const GrGLInterface* fCurIntf;
+ GrContext* fCurContext;
+ SkGpuDevice* fGpuDevice;
+ SkCanvas* fCanvas;
+ SkDebugger* fDebugger;
+ GrBackendRenderTargetDesc getDesc(int w, int h);
+};
+
+#endif /* SK_SUPPORT_GPU */
+
+#endif /* SKGLWIDGET_H_ */
diff --git a/src/third_party/skia/debugger/QT/SkIcons.qrc b/src/third_party/skia/debugger/QT/SkIcons.qrc
new file mode 100644
index 0000000..53f456f
--- /dev/null
+++ b/src/third_party/skia/debugger/QT/SkIcons.qrc
@@ -0,0 +1,18 @@
+<RCC>
+ <qresource prefix="/images">
+ <file>Icons/package-br32.png</file>
+ <file>Icons/drawer-open-icon.png</file>
+ <file>Icons/rewind.png</file>
+ <file>Icons/back.png</file>
+ <file>Icons/go-next.png</file>
+ <file>Icons/play.png</file>
+ <file>Icons/breakpoint.png</file>
+ <file>Icons/breakpoint_16x16.png</file>
+ <file>Icons/inspector.png</file>
+ <file>Icons/reset.png</file>
+ <file>Icons/skia.png</file>
+ <file>Icons/delete.png</file>
+ <file>Icons/reload.png</file>
+ <file>Icons/settings.png</file>
+ </qresource>
+</RCC>
diff --git a/src/third_party/skia/debugger/QT/SkImageWidget.cpp b/src/third_party/skia/debugger/QT/SkImageWidget.cpp
new file mode 100644
index 0000000..aad9794
--- /dev/null
+++ b/src/third_party/skia/debugger/QT/SkImageWidget.cpp
@@ -0,0 +1,54 @@
+
+/*
+ * Copyright 2012 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#include <QtGui>
+
+#include "SkDebugger.h"
+#include "SkImageWidget.h"
+
+SkImageWidget::SkImageWidget(SkDebugger *debugger)
+ : QWidget()
+ , fDebugger(debugger)
+{
+ this->setStyleSheet("QWidget {background-color: white; border: 1px solid #cccccc;}");
+
+ SkImageInfo info = SkImageInfo::MakeN32Premul(kImageWidgetWidth, kImageWidgetHeight);
+ fSurface = SkSurface::NewRasterDirect(info, fPixels, 4 * kImageWidgetWidth);
+}
+
+void SkImageWidget::paintEvent(QPaintEvent* event) {
+ if (this->isHidden()) {
+ return;
+ }
+
+ QPainter painter(this);
+ QStyleOption opt;
+ opt.init(this);
+
+ style()->drawPrimitive(QStyle::PE_Widget, &opt, &painter, this);
+
+ const SkTDArray<SkDrawCommand*>& commands = fDebugger->getDrawCommands();
+ if (0 != commands.count()) {
+ SkDrawCommand* command = commands[fDebugger->index()];
+
+ if (command->render(fSurface->getCanvas())) {
+ QPoint origin(0,0);
+ QImage image((uchar*) fPixels,
+ kImageWidgetWidth,
+ kImageWidgetHeight,
+ QImage::Format_ARGB32_Premultiplied);
+
+ painter.drawImage(origin, image);
+ } else {
+ painter.drawRect(0, 0, kImageWidgetWidth, kImageWidgetHeight);
+ }
+ }
+
+ painter.end();
+ emit drawComplete();
+}
diff --git a/src/third_party/skia/debugger/QT/SkImageWidget.h b/src/third_party/skia/debugger/QT/SkImageWidget.h
new file mode 100644
index 0000000..7ee430f
--- /dev/null
+++ b/src/third_party/skia/debugger/QT/SkImageWidget.h
@@ -0,0 +1,46 @@
+/*
+ * Copyright 2012 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+
+#ifndef SKIMAGEWIDGET_H_
+#define SKIMAGEWIDGET_H_
+
+#include <QWidget>
+
+#include "SkSurface.h"
+class SkDebugger;
+
+class SkImageWidget : public QWidget {
+ Q_OBJECT
+
+public:
+ SkImageWidget(SkDebugger* debugger);
+
+ virtual ~SkImageWidget() {
+ fSurface->unref();
+ }
+
+ void draw() {
+ this->update();
+ }
+
+ static const int kImageWidgetWidth = 256;
+ static const int kImageWidgetHeight = 256;
+
+signals:
+ void drawComplete();
+
+protected:
+ void paintEvent(QPaintEvent* event);
+
+private:
+ SkDebugger* fDebugger;
+ char fPixels[kImageWidgetHeight * 4 * kImageWidgetWidth];
+ SkSurface* fSurface;
+};
+
+#endif /* SKIMAGEWIDGET_H_ */
diff --git a/src/third_party/skia/debugger/QT/SkInspectorWidget.cpp b/src/third_party/skia/debugger/QT/SkInspectorWidget.cpp
new file mode 100644
index 0000000..6bcac1d
--- /dev/null
+++ b/src/third_party/skia/debugger/QT/SkInspectorWidget.cpp
@@ -0,0 +1,115 @@
+
+/*
+ * Copyright 2012 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+
+#include "SkInspectorWidget.h"
+#include <iostream>
+
+SkInspectorWidget::SkInspectorWidget() : QWidget()
+ , fHorizontalLayout(this)
+ , fMatrixAndClipWidget(this)
+ , fVerticalLayout(&fMatrixAndClipWidget)
+ , fMatrixLabel(this)
+ , fClipLabel(this) {
+
+ fHorizontalLayout.setSpacing(6);
+ fHorizontalLayout.setContentsMargins(11, 11, 11, 11);
+
+ QString tabNames[kTotalTabCount];
+ tabNames[kOverview_TabType] = "Overview";
+ tabNames[kDetail_TabType] = "Details";
+ tabNames[kClipStack_TabType] = "Clip Stack";
+
+ for (int i = 0; i < kTotalTabCount; i++) {
+ fTabTexts[i].setReadOnly(true);
+ fTabLayouts[i].setSpacing(6);
+ fTabLayouts[i].setContentsMargins(11, 11, 11, 11);
+ fTabLayouts[i].addWidget(&fTabTexts[i]);
+ fTabs[i].setLayout(&fTabLayouts[i]);
+ fTabWidget.addTab(&fTabs[i], tabNames[i]);
+ }
+
+ fHorizontalLayout.setAlignment(Qt::AlignTop);
+ fHorizontalLayout.addWidget(&fTabWidget);
+
+ /* NOTE(chudy): We add all the line edits to (this). Then we lay them out
+ * by adding them to horizontal layouts.
+ *
+ * We will have 1 big vertical layout, 3 horizontal layouts and then 3
+ * line edits in each horizontal layout. */
+ fMatrixAndClipWidget.setFixedSize(260,300);
+ fMatrixAndClipWidget.setDisabled(true);
+
+ fVerticalLayout.setAlignment(Qt::AlignVCenter);
+ fVerticalLayout.addLayout(setupMatrix());
+ fVerticalLayout.addLayout(setupClip());
+ fHorizontalLayout.addWidget(&fMatrixAndClipWidget);
+}
+
+void SkInspectorWidget::setText(QString text, TabType type) {
+ fTabTexts[type].setHtml(text);
+}
+
+void SkInspectorWidget::setMatrix(const SkMatrix& matrix) {
+ for(int i=0; i<9; i++) {
+ fMatrixEntry[i].setText(QString::number(matrix.get(i)));
+ }
+}
+
+void SkInspectorWidget::setClip(const SkIRect& clip) {
+ fClipEntry[0].setText(QString::number(clip.left()));
+ fClipEntry[1].setText(QString::number(clip.top()));
+ fClipEntry[2].setText(QString::number(clip.right()));
+ fClipEntry[3].setText(QString::number(clip.bottom()));
+}
+
+QVBoxLayout* SkInspectorWidget::setupMatrix() {
+ fMatrixLabel.setText("Current Matrix");
+ fMatrixLabel.setAlignment(Qt::AlignHCenter);
+
+ fMatrixLayout.setSpacing(6);
+ fMatrixLayout.setContentsMargins(11,11,11,0);
+ fMatrixLayout.setAlignment(Qt::AlignTop | Qt::AlignHCenter);
+ fMatrixLayout.addWidget(&fMatrixLabel);
+
+ for(int i =0; i<9; i++) {
+ fMatrixEntry[i].setMinimumSize(QSize(70,25));
+ fMatrixEntry[i].setMaximumSize(QSize(70,16777215));
+ fMatrixEntry[i].setReadOnly(true);
+
+ fMatrixRow[i/3].addWidget(&fMatrixEntry[i]);
+ if(i%3 == 2) {
+ fMatrixLayout.addLayout(&fMatrixRow[i/3]);
+ }
+ }
+
+ return &fMatrixLayout;
+}
+
+QVBoxLayout* SkInspectorWidget::setupClip() {
+ fClipLabel.setText("Current Clip");
+ fClipLabel.setAlignment(Qt::AlignHCenter);
+
+ fClipLayout.setSpacing(6);
+ fClipLayout.setContentsMargins(11,11,11,0);
+ fClipLayout.setAlignment(Qt::AlignTop | Qt::AlignHCenter);
+ fClipLayout.addWidget(&fClipLabel);
+
+ for(int i =0; i<4; i++) {
+ fClipEntry[i].setMinimumSize(QSize(70,25));
+ fClipEntry[i].setMaximumSize(QSize(70,16777215));
+ fClipEntry[i].setReadOnly(true);
+
+ fClipRow[i/2].addWidget(&fClipEntry[i]);
+ if(i%2 == 1) {
+ fClipLayout.addLayout(&fClipRow[i/2]);
+ }
+ }
+
+ return &fClipLayout;
+}
diff --git a/src/third_party/skia/debugger/QT/SkInspectorWidget.h b/src/third_party/skia/debugger/QT/SkInspectorWidget.h
new file mode 100644
index 0000000..96a6da3
--- /dev/null
+++ b/src/third_party/skia/debugger/QT/SkInspectorWidget.h
@@ -0,0 +1,107 @@
+
+/*
+ * Copyright 2012 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+
+#ifndef SKINSPECTORWIDGET_H_
+#define SKINSPECTORWIDGET_H_
+
+#include "SkMatrix.h"
+
+#include <QWidget>
+#include <QTabWidget>
+#include <QTextEdit>
+#include <QHBoxLayout>
+#include <QLabel>
+#include <QLineEdit>
+
+/** \class SkInspectorWidget
+
+ The InspectorWidget contains the overview and details tab. These contain
+ information about the whole picture and details about each draw command.
+ */
+class SkInspectorWidget : public QWidget {
+ Q_OBJECT
+
+public:
+ enum TabType {
+ kOverview_TabType,
+ kDetail_TabType,
+ kClipStack_TabType,
+ kTotalTabCount,
+ };
+
+ /**
+ Constructs a widget with the specified parent for layout purposes.
+ @param parent The parent container of this widget
+ */
+ SkInspectorWidget();
+
+ void setDisabled(bool isDisabled) {
+ fMatrixAndClipWidget.setDisabled(isDisabled);
+ }
+
+ /**
+ Sets the text in tab at the specified index.
+ @param text
+ */
+ void setText(QString text, TabType type);
+
+ /**
+ Sets the text in the current matrix.
+ @param matrixValues
+ */
+ void setMatrix(const SkMatrix& matrix);
+
+ /**
+ Sets the text in the current clip.
+ @param clipValues
+ */
+ void setClip(const SkIRect& clip);
+
+ class Tab : public QWidget {
+ QWidget fTab;
+ QHBoxLayout fTabLayout;
+ QTextEdit fTabText;
+ QString fName;
+
+ Tab(const char* name) {
+ fTabText.setReadOnly(true);
+ fTabLayout.setSpacing(6);
+ fTabLayout.setContentsMargins(11, 11, 11, 11);
+ fTabLayout.addWidget(&fTabText);
+ fTab.setLayout(&fTabLayout);
+ fName = QString(name);
+ }
+ };
+
+private:
+ QHBoxLayout fHorizontalLayout;
+ QTabWidget fTabWidget;
+
+ QWidget fTabs[kTotalTabCount];
+ QHBoxLayout fTabLayouts[kTotalTabCount];
+ QTextEdit fTabTexts[kTotalTabCount];
+
+ QWidget fMatrixAndClipWidget;
+ QVBoxLayout fVerticalLayout;
+
+ QLabel fMatrixLabel;
+ QVBoxLayout fMatrixLayout;
+ QHBoxLayout fMatrixRow[3];
+ QLineEdit fMatrixEntry[9];
+
+ QLabel fClipLabel;
+ QVBoxLayout fClipLayout;
+ QHBoxLayout fClipRow[2];
+ QLineEdit fClipEntry[4];
+
+ QVBoxLayout* setupMatrix();
+ QVBoxLayout* setupClip();
+};
+
+#endif
diff --git a/src/third_party/skia/debugger/QT/SkListWidget.cpp b/src/third_party/skia/debugger/QT/SkListWidget.cpp
new file mode 100644
index 0000000..b5f9038
--- /dev/null
+++ b/src/third_party/skia/debugger/QT/SkListWidget.cpp
@@ -0,0 +1,121 @@
+
+/*
+ * Copyright 2012 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+
+#include "SkListWidget.h"
+
+void SkListWidget::paint (QPainter *painter,
+ const QStyleOptionViewItem &option,
+ const QModelIndex &index) const {
+ /* We adjust the initial position of the list item so that
+ * we don't have overlapping top and bottom borders of concurrent
+ * widget items. */
+ QRect r = option.rect;
+ r.adjust(-1,-1,1,0);
+
+ QPen linePen(QColor::fromRgb(211,211,211), 1, Qt::SolidLine);
+ QPen fontPen(QColor::fromRgb(51,51,51), 1, Qt::SolidLine);
+ QPen fontMarkedPen(Qt::white, 1, Qt::SolidLine);
+
+ // If selected
+ if(option.state & QStyle::State_Selected){
+ QLinearGradient gradientSelected(r.left(),r.top(),r.left(),r.height()+r.top());
+ gradientSelected.setColorAt(0.0, QColor::fromRgb(119,213,247));
+ gradientSelected.setColorAt(0.9, QColor::fromRgb(27,134,183));
+ gradientSelected.setColorAt(1.0, QColor::fromRgb(0,120,174));
+ painter->setBrush(gradientSelected);
+ painter->drawRect(r);
+
+ painter->setPen(linePen);
+ painter->drawLine(r.topLeft(),r.topRight());
+ painter->drawLine(r.topRight(),r.bottomRight());
+ painter->drawLine(r.bottomLeft(),r.bottomRight());
+ painter->drawLine(r.topLeft(),r.bottomLeft());
+
+ painter->setPen(fontMarkedPen);
+
+ } else {
+ // Alternating background
+ painter->setBrush((index.row() % 2) ? Qt::white : QColor(252,252,252));
+ painter->drawRect(r);
+
+ painter->setPen(linePen);
+ painter->drawLine(r.topLeft(),r.topRight());
+ painter->drawLine(r.topRight(),r.bottomRight());
+ painter->drawLine(r.bottomLeft(),r.bottomRight());
+ painter->drawLine(r.topLeft(),r.bottomLeft());
+
+ painter->setPen(fontPen);
+ }
+
+ QIcon breakpointIcon =
+ QIcon(qvariant_cast<QPixmap>(index.data(Qt::DecorationRole)));
+ QIcon deleteIcon =
+ QIcon(qvariant_cast<QPixmap>(index.data(Qt::UserRole + 2)));
+ int indent = index.data(Qt::UserRole + 3).toInt();
+
+ QString drawCommandText = index.data(Qt::DisplayRole).toString();
+ QString drawCommandNumber;
+ if (kIndex_IndexStyle == fIndexStyle) {
+ drawCommandNumber = index.data(Qt::UserRole + 1).toString();
+ } else {
+ drawCommandNumber = index.data(Qt::UserRole + 5).toString();
+ }
+ float time = index.data(Qt::UserRole + 4).toFloat();
+ QString drawTime;
+ drawTime.setNum(time, 'f', 2);
+ drawTime += "%";
+
+ /* option.rect is a struct that Qt uses as a target to draw into. Following
+ * the format (x1,y1,x2,y2) x1 and y1 represent where the painter can start
+ * drawing. x2 and y2 represent where the drawing area has to terminate
+ * counting from the bottom right corner of each list item styled with this
+ * widget. A (x1,y1,0,0) rect would mean that the item being drawn would
+ * be pushed down into that bottom corner. Negative values in the x2,y2
+ * spot act as a margin for the bottom and right sides. Positive values in
+ * x1,y1 act as a margin for the top and left. The target area will not
+ * affect size of text but will scale icons. */
+ static const int kImageSpace = 35;
+ static const int kCommandNumberSpace = 33;
+ static const int kTimeSpace = 30;
+
+ // Breakpoint Icon
+ r = option.rect.adjusted(5, 10, -10, -10);
+ breakpointIcon.paint(painter, r, Qt::AlignVCenter|Qt::AlignLeft);
+
+ // Delete Icon
+ r = option.rect.adjusted(19, 10, -10, -10);
+ deleteIcon.paint(painter, r, Qt::AlignVCenter|Qt::AlignLeft);
+
+ // Draw Command
+ if (time >= 0.0) {
+ r = option.rect.adjusted(kImageSpace+kCommandNumberSpace+kTimeSpace+indent, 0, -10, -7);
+ } else {
+ // don't need time offset
+ r = option.rect.adjusted(kImageSpace+kCommandNumberSpace+indent, 0, -10, -7);
+ }
+ painter->drawText(r.left(), r.top(), r.width(), r.height(),
+ Qt::AlignBottom|Qt::AlignLeft, drawCommandText, &r);
+
+ // Draw Command Number
+ r = option.rect.adjusted(kImageSpace, 0, -10, -7);
+ painter->drawText(r.left(), r.top(), r.width(), r.height(),
+ Qt::AlignBottom|Qt::AlignLeft, drawCommandNumber, &r);
+
+ if (time >= 0.0) {
+ // Draw time
+ r = option.rect.adjusted(kImageSpace+kCommandNumberSpace, 0, -10, -7);
+ painter->drawText(r.left(), r.top(), r.width(), r.height(),
+ Qt::AlignBottom|Qt::AlignLeft, drawTime, &r);
+ }
+}
+
+QSize SkListWidget::sizeHint (const QStyleOptionViewItem& option,
+ const QModelIndex& index) const{
+ return QSize(200, 30);
+}
diff --git a/src/third_party/skia/debugger/QT/SkListWidget.h b/src/third_party/skia/debugger/QT/SkListWidget.h
new file mode 100644
index 0000000..d6e797a
--- /dev/null
+++ b/src/third_party/skia/debugger/QT/SkListWidget.h
@@ -0,0 +1,56 @@
+
+/*
+ * Copyright 2012 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+
+#ifndef SKLISTWIDGET_H_
+#define SKLISTWIDGET_H_
+
+#include <QAbstractItemDelegate>
+#include <QPainter>
+
+/** \class SkListWidget
+
+ This widget contains the draw commands.
+ */
+class SkListWidget : public QAbstractItemDelegate {
+public:
+ enum IndexStyle {
+ kIndex_IndexStyle,
+ kOffset_IndexStyle,
+ };
+
+ /**
+ Constructs the list widget with the specified parent for layout purposes.
+ @param parent The parent container of this widget
+ */
+ SkListWidget(QObject* parent = NULL) : fIndexStyle(kIndex_IndexStyle) {}
+
+ virtual ~SkListWidget() {}
+
+ /**
+ Draws the current state of the widget. Overriden from QWidget.
+ */
+ void paint(QPainter* painter, const QStyleOptionViewItem& option,
+ const QModelIndex& index ) const;
+
+ /**
+ Returns the default size of the widget. Overriden from QWidget.
+ */
+ QSize sizeHint(const QStyleOptionViewItem& option,
+ const QModelIndex& index) const;
+
+
+ void setIndexStyle(IndexStyle indexStyle) {
+ fIndexStyle = indexStyle;
+ }
+
+protected:
+ IndexStyle fIndexStyle;
+};
+
+#endif
diff --git a/src/third_party/skia/debugger/QT/SkRasterWidget.cpp b/src/third_party/skia/debugger/QT/SkRasterWidget.cpp
new file mode 100644
index 0000000..ad05d39
--- /dev/null
+++ b/src/third_party/skia/debugger/QT/SkRasterWidget.cpp
@@ -0,0 +1,57 @@
+
+/*
+ * Copyright 2012 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#include "SkRasterWidget.h"
+
+SkRasterWidget::SkRasterWidget(SkDebugger *debugger) : QWidget() {
+ fBitmap.allocN32Pixels(800, 800);
+ fBitmap.eraseColor(SK_ColorTRANSPARENT);
+ fDevice = new SkBitmapDevice(fBitmap);
+ fDebugger = debugger;
+ fCanvas = new SkCanvas(fDevice);
+ this->setStyleSheet("QWidget {background-color: white; border: 1px solid #cccccc;}");
+}
+
+SkRasterWidget::~SkRasterWidget() {
+ SkSafeUnref(fCanvas);
+ SkSafeUnref(fDevice);
+}
+
+void SkRasterWidget::resizeEvent(QResizeEvent* event) {
+ fBitmap.allocN32Pixels(event->size().width(), event->size().height());
+ fBitmap.eraseColor(SK_ColorTRANSPARENT);
+ SkSafeUnref(fCanvas);
+ SkSafeUnref(fDevice);
+ fDevice = new SkBitmapDevice(fBitmap);
+ fCanvas = new SkCanvas(fDevice);
+ fDebugger->setWindowSize(event->size().width(), event->size().height());
+ this->update();
+}
+
+void SkRasterWidget::paintEvent(QPaintEvent* event) {
+ if (!this->isHidden()) {
+ fDebugger->draw(fCanvas);
+ QPainter painter(this);
+ QStyleOption opt;
+ opt.init(this);
+
+ style()->drawPrimitive(QStyle::PE_Widget, &opt, &painter, this);
+
+ QPoint origin(0,0);
+ QImage image((uchar *)fBitmap.getPixels(), fBitmap.width(),
+ fBitmap.height(), QImage::Format_ARGB32_Premultiplied);
+
+#if SK_R32_SHIFT == 0
+ painter.drawImage(origin, image.rgbSwapped());
+#else
+ painter.drawImage(origin, image);
+#endif
+ painter.end();
+ emit drawComplete();
+ }
+}
diff --git a/src/third_party/skia/debugger/QT/SkRasterWidget.h b/src/third_party/skia/debugger/QT/SkRasterWidget.h
new file mode 100644
index 0000000..afad609
--- /dev/null
+++ b/src/third_party/skia/debugger/QT/SkRasterWidget.h
@@ -0,0 +1,50 @@
+/*
+ * SkRasterWidget.h
+ *
+ * Created on: Jul 28, 2012
+ * Author: chudy
+ */
+
+
+#ifndef SKRASTERWIDGET_H_
+#define SKRASTERWIDGET_H_
+
+#if SK_SUPPORT_GPU
+#include "SkGpuDevice.h"
+#endif
+
+#include "SkBitmapDevice.h"
+#include "SkDebugger.h"
+
+#include <QApplication>
+#include <QtGui>
+#include <QWidget>
+
+class SkRasterWidget : public QWidget {
+ Q_OBJECT
+
+public:
+ SkRasterWidget(SkDebugger* debugger);
+
+ ~SkRasterWidget();
+
+ void draw() {
+ this->update();
+ }
+
+signals:
+ void drawComplete();
+
+protected:
+ void paintEvent(QPaintEvent* event);
+
+ void resizeEvent(QResizeEvent* event);
+
+private:
+ SkBitmap fBitmap;
+ SkDebugger* fDebugger;
+ SkCanvas* fCanvas;
+ SkBaseDevice* fDevice;
+};
+
+#endif /* SKRASTERWIDGET_H_ */
diff --git a/src/third_party/skia/debugger/QT/SkSettingsWidget.cpp b/src/third_party/skia/debugger/QT/SkSettingsWidget.cpp
new file mode 100644
index 0000000..dc9dc6e
--- /dev/null
+++ b/src/third_party/skia/debugger/QT/SkSettingsWidget.cpp
@@ -0,0 +1,217 @@
+
+/*
+ * Copyright 2012 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+
+#include "SkSettingsWidget.h"
+#include <iostream>
+#include <math.h>
+
+// TODO(chudy): See if the layout can't be attached to the frame post construction.
+SkSettingsWidget::SkSettingsWidget() : QWidget()
+ , mainFrameLayout(this)
+ , fVerticalLayout(&mainFrame)
+ , fVisibleFrameLayout(&fVisibleFrame)
+ , fCommandLayout(&fCommandFrame)
+ , fCurrentCommandBox(&fCommandFrame)
+ , fCommandHitBox(&fCommandFrame)
+ , fCanvasLayout(&fCanvasFrame)
+ , fZoomLayout(&fZoomFrame)
+ , fZoomBox(&fZoomFrame)
+{
+ // Sets up the container and it's alignment around the settings widget.
+ mainFrame.setFrameShape(QFrame::StyledPanel);
+ mainFrame.setFrameShadow(QFrame::Raised);
+ mainFrameLayout.setSpacing(6);
+ mainFrameLayout.setContentsMargins(0,0,0,0);
+ mainFrameLayout.addWidget(&mainFrame);
+
+ // Vertical Layout is the alignment inside of the main frame.
+ fVerticalLayout.setContentsMargins(11,11,11,11);
+ fVerticalLayout.setAlignment(Qt::AlignTop);
+
+ // Visible Toggle
+ fVisibleText.setText("Visibility Filter");
+ fVisibleFrame.setFrameShape(QFrame::StyledPanel);
+ fVisibleFrame.setFrameShadow(QFrame::Raised);
+
+ fVisibilityCombo.addItem("Off", QVariant(false));
+ fVisibilityCombo.addItem("On", QVariant(true));
+
+ fVisibleFrameLayout.setContentsMargins(11, 5, 11, 5);
+ fVisibleFrameLayout.addWidget(&fVisibilityCombo);
+ connect(&fVisibilityCombo, SIGNAL(activated(int)), this,
+ SIGNAL(visibilityFilterChanged()));
+
+ // Canvas
+ fCanvasToggle.setText("Render Targets");
+ fCanvasFrame.setFrameShape(QFrame::StyledPanel);
+ fCanvasFrame.setFrameShadow(QFrame::Raised);
+
+ fRasterLabel.setText("Raster: ");
+ fRasterLabel.setMinimumWidth(178);
+ fRasterLabel.setMaximumWidth(178);
+
+ fPathOpsLabel.setText("PathOps: ");
+ fPathOpsLabel.setMinimumWidth(178);
+ fPathOpsLabel.setMaximumWidth(178);
+
+ fRasterCheckBox.setChecked(true);
+
+ fOverdrawVizLabel.setText(" Overdraw Viz: ");
+ fOverdrawVizLabel.setMinimumWidth(178);
+ fOverdrawVizLabel.setMaximumWidth(178);
+
+ fMegaVizLabel.setText(" Mega Viz: ");
+ fMegaVizLabel.setMinimumWidth(178);
+ fMegaVizLabel.setMaximumWidth(178);
+
+#if SK_SUPPORT_GPU
+ fGLLabel.setText("OpenGL: ");
+ fGLLabel.setMinimumWidth(178);
+ fGLLabel.setMaximumWidth(178);
+
+ fGLMSAAButtonGroup.setTitle("MSAA");
+ fGLMSAAButtonGroup.setMinimumWidth(178);
+ fGLMSAAButtonGroup.setMaximumWidth(178);
+ fGLMSAAButtonGroup.setEnabled(fGLCheckBox.isChecked());
+
+ fGLMSAACombo.addItem("Off", QVariant(0));
+ fGLMSAACombo.addItem("4", QVariant(4));
+ fGLMSAACombo.addItem("16", QVariant(16));
+
+ fGLMSAALayout.addWidget(&fGLMSAACombo);
+ fGLMSAAButtonGroup.setLayout(&fGLMSAALayout);
+
+ connect(&fGLCheckBox, SIGNAL(toggled(bool)), &fGLMSAAButtonGroup,
+ SLOT(setEnabled(bool)));
+ connect(&fGLCheckBox, SIGNAL(toggled(bool)), this,
+ SIGNAL(glSettingsChanged()));
+ connect(&fGLMSAACombo, SIGNAL(activated(int)), this,
+ SIGNAL(glSettingsChanged()));
+#endif
+
+ {
+ // set up filter buttons
+ fFilterButtonGroup.setTitle("Filtering");
+ fFilterButtonGroup.setMinimumWidth(178);
+ fFilterButtonGroup.setMaximumWidth(178);
+
+ fFilterCombo.addItem("As encoded", QVariant(SkPaint::kNone_FilterLevel));
+ fFilterCombo.addItem("None", QVariant(SkPaint::kNone_FilterLevel));
+ fFilterCombo.addItem("Low", QVariant(SkPaint::kLow_FilterLevel));
+ fFilterCombo.addItem("Medium", QVariant(SkPaint::kMedium_FilterLevel));
+ fFilterCombo.addItem("High", QVariant(SkPaint::kHigh_FilterLevel));
+
+ fFilterLayout.addWidget(&fFilterCombo);
+ fFilterButtonGroup.setLayout(&fFilterLayout);
+
+ connect(&fFilterCombo, SIGNAL(activated(int)), this,
+ SIGNAL(texFilterSettingsChanged()));
+ }
+
+ fRasterLayout.addWidget(&fRasterLabel);
+ fRasterLayout.addWidget(&fRasterCheckBox);
+ fRasterLayout.addWidget(&fPathOpsLabel);
+ fRasterLayout.addWidget(&fPathOpsCheckBox);
+
+ fVizLayout.addWidget(&fOverdrawVizLabel);
+ fVizLayout.addWidget(&fOverdrawVizCheckBox);
+ fVizLayout.addWidget(&fMegaVizLabel);
+ fVizLayout.addWidget(&fMegaVizCheckBox);
+
+#if SK_SUPPORT_GPU
+ fGLLayout.addWidget(&fGLLabel);
+ fGLLayout.addWidget(&fGLCheckBox);
+#endif
+
+ fCanvasLayout.setSpacing(6);
+ fCanvasLayout.setContentsMargins(11,11,11,11);
+ fCanvasLayout.addLayout(&fRasterLayout);
+ fCanvasLayout.addLayout(&fVizLayout);
+#if SK_SUPPORT_GPU
+ fCanvasLayout.addLayout(&fGLLayout);
+ fCanvasLayout.addWidget(&fGLMSAAButtonGroup);
+#endif
+ fCanvasLayout.addWidget(&fFilterButtonGroup);
+
+ // Command Toggle
+ fCommandToggle.setText("Command Scrolling Preferences");
+ fCommandFrame.setFrameShape(QFrame::StyledPanel);
+ fCommandFrame.setFrameShadow(QFrame::Raised);
+
+ fCurrentCommandLabel.setText("Current Command: ");
+ fCurrentCommandLabel.setMinimumWidth(178);
+ fCurrentCommandLabel.setMaximumWidth(178);
+ fCurrentCommandBox.setText("0");
+ fCurrentCommandBox.setMinimumSize(QSize(50,25));
+ fCurrentCommandBox.setMaximumSize(QSize(50,25));
+ fCurrentCommandBox.setAlignment(Qt::AlignRight);
+
+ fCurrentCommandLayout.setSpacing(0);
+ fCurrentCommandLayout.setContentsMargins(0,0,0,0);
+ fCurrentCommandLayout.setAlignment(Qt::AlignLeft);
+ fCurrentCommandLayout.addWidget(&fCurrentCommandLabel);
+ fCurrentCommandLayout.addWidget(&fCurrentCommandBox);
+
+ fCommandHitLabel.setText("Command HitBox: ");
+ fCommandHitLabel.setMinimumWidth(178);
+ fCommandHitLabel.setMaximumWidth(178);
+ fCommandHitBox.setText("0");
+ fCommandHitBox.setMinimumSize(QSize(50,25));
+ fCommandHitBox.setMaximumSize(QSize(50,25));
+ fCommandHitBox.setAlignment(Qt::AlignRight);
+ fCommandHitLayout.setSpacing(0);
+ fCommandHitLayout.setContentsMargins(0,0,0,0);
+ fCommandHitLayout.setAlignment(Qt::AlignLeft);
+ fCommandHitLayout.addWidget(&fCommandHitLabel);
+ fCommandHitLayout.addWidget(&fCommandHitBox);
+
+ fCommandLayout.setSpacing(6);
+ fCommandLayout.setContentsMargins(11,11,11,11);
+ fCommandLayout.addLayout(&fCurrentCommandLayout);
+ fCommandLayout.addLayout(&fCommandHitLayout);
+
+ // Zoom Info
+ fZoomSetting.setText("Zoom Level: ");
+ fZoomSetting.setMinimumWidth(178);
+ fZoomSetting.setMaximumWidth(178);
+ fZoomFrame.setFrameShape(QFrame::StyledPanel);
+ fZoomFrame.setFrameShadow(QFrame::Raised);
+ fZoomBox.setText("100%");
+ fZoomBox.setMinimumSize(QSize(50,25));
+ fZoomBox.setMaximumSize(QSize(50,25));
+ fZoomBox.setAlignment(Qt::AlignRight);
+ fZoomLayout.setSpacing(6);
+ fZoomLayout.setContentsMargins(11,11,11,11);
+ fZoomLayout.addWidget(&fZoomSetting);
+ fZoomLayout.addWidget(&fZoomBox);
+
+ // Adds all widgets to settings container
+ fVerticalLayout.addWidget(&fVisibleText);
+ fVerticalLayout.addWidget(&fVisibleFrame);
+ fVerticalLayout.addWidget(&fCommandToggle);
+ fVerticalLayout.addWidget(&fCommandFrame);
+ fVerticalLayout.addWidget(&fCanvasToggle);
+ fVerticalLayout.addWidget(&fCanvasFrame);
+ fVerticalLayout.addWidget(&fZoomFrame);
+
+ this->setDisabled(true);
+}
+
+
+void SkSettingsWidget::updateCommand(int newCommand) {
+ fCurrentCommandBox.setText(QString::number(newCommand));
+}
+
+void SkSettingsWidget::updateHit(int newHit) {
+ fCommandHitBox.setText(QString::number(newHit));
+}
+
+void SkSettingsWidget::setZoomText(float scale) {
+ fZoomBox.setText(QString::number(scale*100, 'f', 0).append("%"));
+}
diff --git a/src/third_party/skia/debugger/QT/SkSettingsWidget.h b/src/third_party/skia/debugger/QT/SkSettingsWidget.h
new file mode 100644
index 0000000..f35df94
--- /dev/null
+++ b/src/third_party/skia/debugger/QT/SkSettingsWidget.h
@@ -0,0 +1,152 @@
+
+/*
+ * Copyright 2012 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+
+#ifndef SKSETTINGSWIDGET_H_
+#define SKSETTINGSWIDGET_H_
+
+#include <QWidget>
+#include <QHBoxLayout>
+#include <QTextEdit>
+#include <QFrame>
+#include <QGroupBox>
+#include <QLabel>
+#include <QCheckBox>
+#include <QLineEdit>
+#include <QComboBox>
+
+#include "SkPaint.h"
+
+/** \class SkSettingsWidget
+
+ The SettingsWidget contains multiple checkboxes and toggles for altering
+ the visibility.
+ */
+class SkSettingsWidget : public QWidget {
+ Q_OBJECT
+
+public:
+ /**
+ Constructs a widget with the specified parent for layout purposes.
+ @param parent The parent container of this widget
+ */
+ SkSettingsWidget();
+
+ /** Sets the displayed user zoom level. A scale of 1.0 represents no zoom. */
+ void setZoomText(float scale);
+
+ bool getVisibilityFilter() const {
+ return fVisibilityCombo.itemData(fVisibilityCombo.currentIndex()).toBool();
+ }
+
+#if SK_SUPPORT_GPU
+ bool isGLActive() const {
+ return fGLCheckBox.isChecked();
+ }
+
+ int getGLSampleCount() const {
+ return fGLMSAACombo.itemData(fGLMSAACombo.currentIndex()).toInt();
+ }
+
+#endif
+
+ bool getFilterOverride(SkPaint::FilterLevel* filterLevel) const {
+ int index = fFilterCombo.currentIndex();
+ *filterLevel = (SkPaint::FilterLevel)fFilterCombo.itemData(index).toUInt();
+
+ return index > 0;
+ }
+
+ QCheckBox* getRasterCheckBox() {
+ return &fRasterCheckBox;
+ }
+
+ QCheckBox* getOverdrawVizCheckBox() {
+ return &fOverdrawVizCheckBox;
+ }
+
+ QCheckBox* getMegaVizCheckBox() {
+ return &fMegaVizCheckBox;
+ }
+
+ QCheckBox* getPathOpsCheckBox() {
+ return &fPathOpsCheckBox;
+ }
+
+private slots:
+ void updateCommand(int newCommand);
+ void updateHit(int newHit);
+
+signals:
+ void scrollingPreferences(bool isStickyActivate);
+ void showStyle(bool isSingleCommand);
+ void visibilityFilterChanged();
+ void texFilterSettingsChanged();
+#if SK_SUPPORT_GPU
+ void glSettingsChanged();
+#endif
+
+private:
+ QVBoxLayout mainFrameLayout;
+ QFrame mainFrame;
+ QVBoxLayout fVerticalLayout;
+
+ QLabel fVisibleText;
+ QFrame fVisibleFrame;
+ QVBoxLayout fVisibleFrameLayout;
+ QComboBox fVisibilityCombo;
+
+ QLabel fCommandToggle;
+ QFrame fCommandFrame;
+ QVBoxLayout fCommandLayout;
+
+ QHBoxLayout fCurrentCommandLayout;
+ QLabel fCurrentCommandLabel;
+ QLineEdit fCurrentCommandBox;
+
+ QHBoxLayout fCommandHitLayout;
+ QLabel fCommandHitLabel;
+ QLineEdit fCommandHitBox;
+
+ QFrame fCanvasFrame;
+ QVBoxLayout fCanvasLayout;
+ QLabel fCanvasToggle;
+
+ QHBoxLayout fRasterLayout;
+ QLabel fRasterLabel;
+ QCheckBox fRasterCheckBox;
+
+ QHBoxLayout fVizLayout;
+ QLabel fOverdrawVizLabel;
+ QCheckBox fOverdrawVizCheckBox;
+ QLabel fMegaVizLabel;
+ QCheckBox fMegaVizCheckBox;
+ QLabel fPathOpsLabel;
+ QCheckBox fPathOpsCheckBox;
+
+#if SK_SUPPORT_GPU
+ QHBoxLayout fGLLayout;
+ QLabel fGLLabel;
+ QCheckBox fGLCheckBox;
+ QGroupBox fGLMSAAButtonGroup;
+ QVBoxLayout fGLMSAALayout;
+ QComboBox fGLMSAACombo;
+#endif
+
+ // for filtering group
+ QGroupBox fFilterButtonGroup;
+ QComboBox fFilterCombo;
+ QVBoxLayout fFilterLayout;
+
+ QFrame fZoomFrame;
+ QHBoxLayout fZoomLayout;
+ QLabel fZoomSetting;
+ QLineEdit fZoomBox;
+};
+
+#endif /* SKSETTINGSWIDGET_H_ */
diff --git a/src/third_party/skia/debugger/QT/qrc_SkIcons.cpp b/src/third_party/skia/debugger/QT/qrc_SkIcons.cpp
new file mode 100644
index 0000000..bf43dbe
--- /dev/null
+++ b/src/third_party/skia/debugger/QT/qrc_SkIcons.cpp
@@ -0,0 +1,1150 @@
+/****************************************************************************
+** Resource object code
+**
+** Created: Mon Nov 19 12:59:51 2012
+** by: The Resource Compiler for Qt version 4.8.2
+**
+** WARNING! All changes made in this file will be lost!
+*****************************************************************************/
+
+#include <QtCore/qglobal.h>
+
+static const unsigned char qt_resource_data[] = {
+ // D:/src/skia.1/trunk/debugger/QT/Icons/skia.png
+ 0x0,0x0,0x4,0x1e,
+ 0x89,
+ 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0,
+ 0x0,0x0,0x20,0x0,0x0,0x0,0x20,0x8,0x3,0x0,0x0,0x0,0x44,0xa4,0x8a,0xc6,
+ 0x0,0x0,0x1,0x80,0x50,0x4c,0x54,0x45,0xff,0xff,0xff,0x0,0x55,0xac,0x2,0x64,
+ 0xc4,0x8d,0x8d,0x83,0x0,0x61,0xbb,0x8d,0x8d,0x83,0x8d,0x8d,0x83,0x8d,0x8d,0x83,
+ 0x7,0x86,0xfd,0x5,0x76,0xe1,0x1,0x5b,0xb4,0x5,0x7a,0xe7,0x3,0x6b,0xcf,0x0,
+ 0x55,0xac,0x6,0x84,0xf8,0x6,0x7d,0xee,0x5,0x7a,0xe7,0x6,0x80,0xf1,0x3,0x6e,
+ 0xd5,0x3,0x6b,0xcf,0x0,0x58,0xad,0x6,0x80,0xf1,0x4,0x74,0xde,0x6,0x7d,0xee,
+ 0x3,0x6e,0xd5,0xb6,0xb6,0xb3,0xb6,0xb6,0xb3,0x95,0x95,0x8c,0x8d,0x8d,0x83,0x7,
+ 0x86,0xfd,0xb6,0xb6,0xb3,0xb6,0xb6,0xb3,0x9c,0x9c,0x94,0x7,0x86,0xfd,0x1,0x72,
+ 0xce,0x2,0x6b,0xc5,0x3,0x6b,0xcf,0x35,0xa3,0xdc,0x5,0x7a,0xe7,0x6,0x7d,0xee,
+ 0x4,0x74,0xde,0x3a,0xa6,0xdf,0x6,0x80,0xf1,0x0,0x69,0xbc,0xff,0xce,0xa,0xfc,
+ 0xb8,0x29,0x3,0x6e,0xd5,0x5,0x76,0xe1,0x2e,0xa8,0x46,0x3a,0xae,0xed,0x36,0x9f,
+ 0xd6,0x0,0x55,0xac,0x6,0x84,0xf8,0x0,0x84,0x3d,0x2,0x9a,0x3a,0x0,0x61,0xbb,
+ 0x95,0x95,0x8c,0xae,0xae,0xa9,0x6d,0xb6,0xdf,0x69,0xac,0xcf,0x18,0x92,0x86,0xe,
+ 0x75,0xcd,0x3b,0xb2,0xf1,0x83,0xd0,0xff,0x2,0x7b,0xd5,0x8d,0x8d,0x83,0x42,0xbb,
+ 0xff,0x3,0x73,0xd5,0x0,0x58,0xad,0x2,0x64,0xc4,0x6f,0xca,0xff,0x39,0xaa,0xe6,
+ 0x59,0xbc,0x9b,0x31,0xad,0xd0,0x43,0xb0,0x57,0x59,0x98,0xd0,0x22,0xa4,0x43,0x0,
+ 0x8c,0x3b,0x96,0xd7,0xff,0x3f,0xb9,0xfd,0x87,0xbf,0xdf,0x8c,0xd3,0xff,0x33,0xaa,
+ 0x48,0xe,0x71,0xc6,0x75,0xcc,0xff,0xd,0x83,0x32,0x99,0xab,0x8e,0x33,0x99,0xcc,
+ 0x70,0xad,0xcf,0x51,0xc0,0xff,0x0,0x94,0x3a,0x0,0x7b,0x3f,0x0,0x62,0xb6,0x9,
+ 0x9c,0x3c,0x83,0xaf,0xc7,0x66,0xb4,0xdf,0xf,0x9e,0x3d,0xa5,0xa5,0x9f,0x59,0xc3,
+ 0xff,0x1,0x5b,0xb4,0x57,0xaf,0xdf,0x9c,0x9c,0x94,0x13,0x7d,0xd8,0x1a,0x84,0xe0,
+ 0x47,0x75,0x9e,0x3d,0xb5,0xf6,0x18,0xa5,0x82,0x27,0x8c,0x39,0xa,0x82,0x5c,0x0,
+ 0x7b,0xac,0xc,0x6b,0xbc,0x39,0xac,0x4a,0x7,0x86,0xfd,0x29,0xa6,0x45,0x1,0x94,
+ 0x66,0x63,0xc6,0xff,0x82,0xb3,0xcf,0x7b,0xce,0xff,0x1a,0xa2,0x41,0x22,0x8b,0xe8,
+ 0x0,0x7b,0x67,0xfe,0xc1,0x17,0x1,0x8d,0x66,0x0,0x82,0x67,0x6a,0xc8,0xff,0x49,
+ 0xbe,0xff,0x3e,0xb6,0xf7,0x13,0x9f,0x3f,0xa2,0xb1,0x27,0x7c,0x0,0x0,0x0,0x22,
+ 0x74,0x52,0x4e,0x53,0x0,0x44,0x44,0x44,0x44,0x66,0xbb,0xdd,0x44,0x44,0x44,0x88,
+ 0x88,0x22,0x44,0x44,0x44,0x44,0x44,0x44,0x44,0x88,0x88,0x88,0x88,0x99,0xbb,0x22,
+ 0x22,0x22,0x22,0x33,0x33,0x33,0xc3,0x29,0x6b,0x68,0x0,0x0,0x2,0x2b,0x49,0x44,
+ 0x41,0x54,0x78,0x5e,0x95,0x93,0x65,0x73,0xdb,0x40,0x18,0x6,0x65,0x3b,0x55,0x92,
+ 0xda,0x29,0xdb,0x49,0x53,0x48,0x2b,0x66,0x33,0x33,0x33,0x63,0x98,0x99,0xa9,0xc,
+ 0x7f,0xbd,0xef,0x9d,0x9a,0xa8,0x93,0x49,0x3b,0xd3,0xd5,0xc7,0xdd,0x79,0x4e,0x9a,
+ 0x39,0x11,0xff,0xc9,0x5c,0x38,0x3c,0xf7,0x2f,0x3d,0xbb,0x1d,0x4a,0x6f,0xcf,0xbe,
+ 0xfb,0xab,0x5e,0x4f,0x93,0x16,0xb,0x9,0x89,0xe5,0x5e,0x1d,0xe,0x91,0x58,0x40,
+ 0x12,0x22,0xef,0xae,0xbc,0x7d,0x19,0xe,0x8d,0x3f,0xb8,0x89,0x1f,0x8c,0x87,0x42,
+ 0xe4,0xab,0x7b,0xb5,0x91,0xa4,0xd3,0xe4,0x6b,0xdd,0xbe,0xb7,0xdb,0x47,0xd5,0xea,
+ 0x9e,0xdd,0x6e,0x9f,0x9e,0xb6,0x5a,0xad,0xe,0x87,0x63,0x66,0xc6,0x66,0xb3,0xed,
+ 0x1,0x36,0xdb,0x14,0x41,0xbc,0x39,0x43,0x48,0x67,0x3e,0x49,0xe2,0x79,0x8e,0x73,
+ 0x3a,0x5,0x41,0xd3,0x18,0x86,0x66,0xf2,0xc1,0xa0,0xd7,0x9b,0x9b,0x22,0x26,0x40,
+ 0xfb,0x0,0xe9,0x36,0xc8,0xa2,0x80,0xc9,0x43,0xb0,0xb9,0xe9,0x35,0x11,0x13,0x3e,
+ 0xf0,0x1f,0x11,0xbb,0xc0,0xe,0x10,0xdf,0x89,0xc7,0xbb,0xdd,0x93,0x93,0x6e,0x1e,
+ 0x7,0x8f,0xc0,0x57,0xaf,0x5a,0xad,0x56,0x24,0x12,0x59,0x5d,0xdd,0xda,0x12,0x45,
+ 0x91,0xf5,0x78,0x3c,0x43,0x60,0x57,0xc6,0x1,0xcc,0xaf,0x34,0x1a,0x8d,0x76,0x3b,
+ 0x79,0x5d,0xf8,0x76,0xb9,0x31,0xff,0x3d,0xd3,0xfc,0xb1,0xef,0xe,0xab,0xa5,0xa2,
+ 0x48,0xe5,0xf4,0x40,0xba,0x42,0x41,0x32,0xd9,0x2b,0x5c,0xa2,0xa0,0x9,0xc1,0x40,
+ 0x51,0x3e,0x47,0xcb,0x59,0x14,0x3c,0xf5,0x49,0x10,0xb4,0xc1,0x5f,0xf7,0xd0,0xc0,
+ 0x7c,0xa6,0xd9,0xdc,0x4f,0x28,0x8a,0xa2,0xe,0x3c,0x29,0x1c,0xc0,0xeb,0x8f,0x74,
+ 0x6f,0x9c,0x90,0x50,0x15,0x55,0x5d,0x19,0xa6,0xbc,0x38,0xe0,0xf9,0x51,0xf2,0xc6,
+ 0x6f,0xcc,0x67,0x70,0x10,0x1d,0xa8,0xeb,0x2c,0x8b,0x83,0xc7,0x3c,0xcf,0x47,0x41,
+ 0xf7,0x4a,0xa5,0x4a,0xe7,0xbc,0x76,0x50,0xce,0x80,0x4f,0xb8,0x45,0x37,0x2b,0xb2,
+ 0x14,0xe,0x38,0x9e,0x8b,0x16,0x22,0xa5,0x4a,0xa5,0x3,0xfe,0xc3,0xcf,0xe5,0x3,
+ 0x8,0xdc,0xee,0x62,0xb1,0xc8,0xb2,0x59,0x14,0x3c,0xe1,0x38,0xae,0x5a,0xaa,0x9c,
+ 0x9e,0x76,0x5c,0xd8,0x7,0x2,0x17,0xe5,0x84,0xee,0x61,0x41,0xf,0x9c,0x2e,0xa4,
+ 0x5d,0x35,0xe4,0x97,0x17,0x80,0x58,0xb9,0x58,0x14,0x59,0x76,0x28,0xa3,0xaf,0x98,
+ 0x74,0x3a,0x9d,0x87,0x2e,0xd7,0x39,0xcc,0x23,0x1f,0x0,0x5f,0xaf,0xd7,0x8f,0x62,
+ 0xb1,0xd8,0xd1,0x22,0x5e,0x98,0x14,0x4,0xe1,0xb0,0x56,0x43,0x7a,0xd,0xf6,0x75,
+ 0xef,0xf7,0xfb,0x17,0x1,0x3d,0xc8,0xa,0x42,0x1f,0x2c,0xe8,0xbb,0x5e,0xf,0x9e,
+ 0x9,0x9a,0xd0,0x5f,0x3,0x8b,0xb5,0xe1,0x8d,0x40,0xd3,0xb4,0x7e,0x0,0xa1,0x6b,
+ 0xc3,0x1b,0x41,0xd6,0xbf,0xb0,0xa0,0x6b,0xc3,0x63,0x18,0x14,0x3c,0x87,0xdb,0x73,
+ 0x7c,0x81,0xf9,0x82,0xf8,0xa,0x7c,0xd2,0x39,0xe,0x7a,0x73,0x10,0x50,0xc,0x43,
+ 0xa5,0x7e,0x43,0xa5,0x28,0x8a,0xa2,0x29,0x9a,0xce,0xa3,0x7,0xee,0xe4,0x92,0x89,
+ 0x30,0x33,0x29,0xa,0xc1,0xd0,0x18,0x59,0xe,0xca,0x4b,0xb7,0xc8,0xb0,0x40,0xe4,
+ 0x69,0x86,0xa2,0x6f,0x34,0xf6,0x6,0x39,0x2f,0x1,0x98,0xc7,0xcc,0xe6,0x31,0xcc,
+ 0x43,0xe0,0x85,0xe9,0xf,0xe0,0xb7,0xf8,0x5,0xfe,0x47,0xd1,0xc6,0x31,0x88,0x99,
+ 0xe7,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82,
+ // D:/src/skia.1/trunk/debugger/QT/Icons/delete.png
+ 0x0,0x0,0x5,0x87,
+ 0x89,
+ 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0,
+ 0x0,0x0,0x20,0x0,0x0,0x0,0x20,0x8,0x6,0x0,0x0,0x0,0x73,0x7a,0x7a,0xf4,
+ 0x0,0x0,0x0,0x4,0x73,0x42,0x49,0x54,0x8,0x8,0x8,0x8,0x7c,0x8,0x64,0x88,
+ 0x0,0x0,0x0,0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xa,0xf0,0x0,0x0,0xa,0xf0,
+ 0x1,0x42,0xac,0x34,0x98,0x0,0x0,0x0,0x18,0x74,0x45,0x58,0x74,0x53,0x6f,0x66,
+ 0x74,0x77,0x61,0x72,0x65,0x0,0x41,0x64,0x6f,0x62,0x65,0x20,0x46,0x69,0x72,0x65,
+ 0x77,0x6f,0x72,0x6b,0x73,0x4f,0xb3,0x1f,0x4e,0x0,0x0,0x5,0x5,0x49,0x44,0x41,
+ 0x54,0x58,0x85,0xc5,0x97,0x5d,0x6c,0x54,0x45,0x14,0xc7,0xff,0x67,0xe6,0xee,0x6e,
+ 0x3f,0xb7,0xd0,0x52,0xa,0xba,0x18,0x40,0x81,0x2,0x9a,0xd0,0xa6,0x2d,0xf1,0xb,
+ 0x5b,0xe5,0x81,0x25,0x25,0x6b,0xfb,0x62,0x8c,0x10,0xa3,0xc4,0xf8,0x80,0x31,0x68,
+ 0xa2,0x4,0x9f,0x4c,0x48,0xd4,0x7,0x13,0x24,0x7e,0x24,0x3e,0xa8,0x60,0xc4,0x68,
+ 0x4c,0x1b,0x4d,0xb0,0x54,0x25,0x88,0x89,0x89,0x1f,0x58,0x8a,0xa9,0x2,0x96,0x96,
+ 0x60,0xd5,0x7e,0xb1,0xbb,0x94,0x76,0x5b,0xee,0xee,0x9d,0x99,0xe3,0x43,0xdb,0xb5,
+ 0xbb,0xbd,0xfb,0x51,0x8d,0xe1,0x24,0x27,0xb9,0xb9,0x33,0xe7,0xfc,0x7f,0x33,0x73,
+ 0x66,0xcf,0x5d,0x62,0x66,0xdc,0x48,0x13,0x37,0x54,0x1d,0x80,0x95,0x69,0xe0,0x57,
+ 0x6f,0x49,0x69,0x41,0xed,0xca,0x97,0x49,0x8a,0x4a,0x15,0x8d,0xbd,0xba,0xf6,0xfc,
+ 0xa5,0xd3,0xb,0x4d,0xde,0xdf,0xb0,0xf1,0x45,0xe1,0xf3,0x6c,0x54,0x31,0xfb,0xe8,
+ 0x9a,0xee,0xb,0x9f,0xba,0xcd,0x21,0xb7,0x23,0xe8,0xb9,0x29,0x50,0x56,0xbc,0x7e,
+ 0xf9,0x9,0x63,0x74,0x1d,0xc,0x83,0x3c,0x32,0xe1,0x84,0xc7,0xb7,0x55,0x9f,0xed,
+ 0xfd,0x3a,0x5f,0xf1,0xbe,0x2d,0x9b,0xda,0xc9,0xb2,0x5a,0x58,0x29,0x8,0xaf,0x7,
+ 0xda,0x76,0x76,0xaf,0xf9,0xf6,0xec,0xbb,0x39,0x1,0xba,0x56,0xac,0x28,0xf3,0xaf,
+ 0x5f,0x7e,0x42,0x8d,0xc5,0xea,0xe2,0xa3,0x57,0x1,0x66,0x58,0xfe,0x62,0xf8,0xaa,
+ 0x16,0x27,0x9c,0x68,0x2c,0xb8,0xe1,0xcc,0x85,0x93,0xb9,0xc4,0x7b,0x9b,0x6a,0xdb,
+ 0x8d,0xa3,0x5a,0xe2,0x83,0x61,0xb0,0x36,0x10,0x5,0x3e,0x14,0x6,0x2a,0x61,0x14,
+ 0xef,0x5e,0xf7,0x4d,0x57,0xa,0x44,0xa,0xc0,0xd9,0x9a,0xea,0xb2,0xc2,0x25,0xfe,
+ 0xaf,0x12,0x63,0xb1,0xfa,0x78,0x78,0xc,0xc2,0x92,0x0,0x0,0xd6,0x6,0xb2,0xc8,
+ 0x87,0xc2,0xaa,0xf2,0x44,0x22,0x1a,0xb,0xde,0xd1,0xed,0xe,0x41,0x20,0x9c,0x6f,
+ 0xac,0x69,0xd7,0x8e,0x6a,0xb1,0x87,0x22,0x80,0x10,0x20,0x2,0xd8,0x30,0x48,0xa,
+ 0x14,0x5,0x96,0x82,0x41,0x3b,0xd7,0x9f,0x3c,0x7d,0x74,0x36,0x26,0xa5,0x8,0x65,
+ 0x49,0xe1,0x63,0xd7,0xaf,0xc6,0xea,0x27,0xaf,0x8c,0x41,0x4b,0x9,0x87,0x1,0x87,
+ 0x1,0x25,0x4,0xec,0xc9,0x38,0x26,0x86,0xa3,0x5e,0x59,0x5e,0xd2,0x71,0xa6,0x66,
+ 0xdd,0xfd,0x6e,0x0,0xbf,0x34,0xd6,0xb4,0x25,0x12,0xaa,0x65,0x62,0x30,0x2,0x25,
+ 0x4,0x14,0x66,0xe2,0x89,0xe0,0x28,0x8d,0x89,0xbf,0xae,0x40,0x25,0x12,0x87,0xba,
+ 0x9b,0x6a,0xa5,0x2b,0x40,0xec,0xca,0xd8,0xd4,0x64,0x74,0x1c,0xc6,0x92,0xd0,0x40,
+ 0x8a,0x1b,0x29,0x10,0x9f,0x8a,0x63,0x62,0x38,0xea,0xf3,0x96,0xfb,0x3b,0x7e,0xaa,
+ 0xa9,0x4e,0x42,0x10,0x8,0x3d,0x8d,0xb5,0xed,0x4e,0x42,0xb5,0x4e,0xc,0x45,0x60,
+ 0xa4,0x98,0x17,0xaf,0x85,0x98,0x86,0x18,0x8e,0x4e,0xe9,0x71,0x9b,0x5d,0x1,0x74,
+ 0x49,0xe9,0x11,0x23,0x45,0xa7,0x2,0xe0,0xe6,0x5a,0xa,0xd8,0x53,0x36,0xc6,0x87,
+ 0x23,0x3e,0x6f,0x79,0x69,0xc7,0xf7,0xb5,0xeb,0xee,0x5,0x80,0xee,0xc6,0x9a,0xb6,
+ 0x84,0xa3,0x5a,0xae,0xd,0x85,0xa1,0x25,0xb9,0xc6,0x2a,0x0,0x8a,0x48,0x1b,0xcb,
+ 0x7a,0xa2,0xae,0xeb,0x9c,0x49,0xc2,0xa7,0x17,0x61,0xe7,0xe6,0xd,0xd2,0x17,0x9d,
+ 0x38,0xc6,0x86,0xb7,0xb9,0x6d,0x33,0x8,0x60,0x65,0xe0,0x29,0xf2,0xc1,0xbf,0xac,
+ 0x62,0xc,0xc0,0xcf,0x8e,0x1d,0xbf,0x6f,0x7c,0x30,0xc,0x92,0xd2,0x35,0x64,0x26,
+ 0x4e,0x93,0x10,0xa1,0xa6,0xde,0x81,0xcf,0x53,0x5e,0xbb,0x5d,0xc3,0xe3,0x9b,0x1b,
+ 0xa4,0x27,0x32,0x74,0x8c,0x39,0x3,0x4,0xa6,0xb,0xd3,0x5b,0x5c,0x80,0x2,0x7f,
+ 0x31,0xae,0xd,0x45,0x20,0x84,0x0,0x28,0xa3,0xbc,0x26,0x21,0x43,0x5b,0x2f,0xfe,
+ 0xfe,0x79,0xfa,0x80,0x2b,0x0,0x0,0x7c,0x76,0x4f,0xbd,0xf4,0xe,0xf,0x1f,0x43,
+ 0x36,0x8,0xc3,0x60,0x63,0x92,0xb7,0x25,0xa3,0xb8,0x94,0xa1,0x6d,0xbd,0xf3,0xc5,
+ 0xb3,0x2,0x0,0x40,0xdb,0xdd,0x75,0xd2,0x3b,0x32,0x92,0x15,0x22,0x87,0x69,0x92,
+ 0x32,0xd4,0x9c,0x41,0x3c,0x27,0x0,0x0,0x7c,0xdc,0x50,0x23,0xbd,0x91,0xf0,0xbf,
+ 0x81,0xd0,0x24,0x45,0xe8,0xc1,0x8b,0x3,0x19,0xc5,0x81,0x3c,0x9a,0xd1,0x43,0x3f,
+ 0x76,0xeb,0x68,0xf3,0x23,0x41,0x4d,0xd4,0x9e,0xb1,0xba,0xe7,0x7b,0xcc,0x48,0xf9,
+ 0x40,0x2e,0xf1,0xbc,0x0,0x0,0x60,0xf7,0xa1,0x57,0xa0,0x8,0x71,0xd,0x46,0x9e,
+ 0x6e,0x12,0xc4,0x53,0xf9,0xe4,0xce,0x79,0x4,0x0,0xf0,0xc1,0xad,0x81,0x76,0x30,
+ 0xb7,0x2c,0xe4,0xcb,0x81,0x80,0x38,0x84,0xc,0xee,0xec,0x1b,0xc8,0xda,0xc0,0x72,
+ 0x2,0x1c,0x59,0x1d,0x68,0x63,0xe6,0xd6,0x5,0x68,0xcf,0xb5,0x38,0x49,0x19,0x7c,
+ 0x34,0xb,0x44,0x56,0x80,0x77,0x56,0x2f,0x7c,0xe5,0xf3,0x4,0xa6,0x21,0xb6,0x3f,
+ 0xde,0x37,0xe0,0xde,0xc0,0x32,0x1,0xbc,0xfd,0xdf,0x56,0x9e,0x2a,0x42,0xd3,0xc7,
+ 0xf1,0xa4,0xcb,0x4e,0xb8,0x2,0xbc,0xb1,0x2a,0xd0,0x86,0x7c,0xc4,0x9,0x93,0x44,
+ 0x74,0x8e,0xd,0xd7,0xe7,0x31,0x37,0x4e,0x42,0x6,0xf7,0xf4,0xa7,0x42,0xa4,0xdc,
+ 0x82,0xf7,0xef,0xaa,0xb3,0xe,0xad,0xa,0xb4,0x69,0x36,0xad,0xd9,0xaa,0x5c,0x81,
+ 0xa1,0x0,0x6d,0x84,0x6c,0xdd,0x73,0xe9,0xcf,0x6,0x4d,0xd4,0xa9,0x72,0xdd,0xc,
+ 0x66,0x9f,0xd2,0xfa,0xf8,0xeb,0xb7,0xdd,0xb2,0x25,0x23,0x40,0x64,0x74,0x74,0x97,
+ 0x62,0xd3,0x9a,0xeb,0x9e,0x6b,0x40,0xb3,0x14,0xa1,0xa7,0xfb,0x7,0xbe,0x4,0x0,
+ 0x5e,0xba,0x78,0x87,0x21,0xca,0xd8,0x45,0xff,0x71,0xf6,0x39,0x5a,0x1f,0x7e,0xad,
+ 0x7a,0x75,0x52,0x37,0x5,0xc0,0x61,0x2e,0x77,0x72,0x26,0x81,0x36,0x52,0x86,0x9e,
+ 0xe9,0xff,0x23,0xf9,0x23,0xb3,0xf7,0x87,0x1e,0x65,0x2f,0x5b,0xd6,0xac,0x89,0x3a,
+ 0x73,0xc5,0x3b,0xcc,0x8b,0xe2,0xb6,0x9d,0x6c,0x5b,0x29,0x0,0x54,0x50,0x78,0xd8,
+ 0x8,0xd9,0xe3,0x30,0xa0,0xd2,0xdc,0x61,0x40,0x81,0x8c,0x11,0x32,0xf4,0xdc,0x1c,
+ 0xf1,0x59,0x7b,0xe1,0xbb,0x2e,0x6d,0x57,0x54,0x36,0x1b,0x50,0xa7,0x5b,0xbc,0x9a,
+ 0x8e,0x7,0x7b,0xbc,0xcf,0xef,0xbb,0x3c,0xa8,0x93,0x9a,0xe9,0x45,0xf8,0xd6,0x9d,
+ 0x75,0x15,0x91,0x91,0x91,0x53,0xac,0xf5,0xed,0x73,0x47,0x8,0x50,0x1e,0xcb,0xda,
+ 0xb1,0xbf,0x7f,0xa0,0x33,0x5d,0x3c,0xdd,0xe,0xac,0xbc,0xb9,0x83,0x99,0x83,0x29,
+ 0xf1,0x44,0xf0,0x78,0x7d,0x4f,0xed,0xef,0xbd,0xf4,0x66,0xca,0xa2,0x99,0x19,0x16,
+ 0xd1,0x8c,0x6,0x84,0x62,0xd6,0x2f,0xd5,0x6d,0xaa,0xb4,0x23,0xe1,0x53,0xc4,0x66,
+ 0x3,0x18,0x0,0x91,0x1e,0x37,0xfc,0xf0,0xc1,0x81,0xc1,0x4f,0x2c,0xa2,0xb2,0x99,
+ 0xb9,0xe9,0xdd,0x9f,0x1,0x40,0x3,0x89,0x4d,0xcb,0xab,0xcc,0x76,0x8f,0xe8,0xb0,
+ 0x88,0x9a,0xc0,0xc,0x10,0xc1,0x58,0x9e,0x67,0xf,0xf4,0x5d,0x3e,0x48,0x44,0x52,
+ 0x2,0x6,0x0,0x2b,0xe6,0x24,0x40,0x1,0x80,0xa,0x0,0xa5,0x0,0x7c,0x1a,0x88,
+ 0xaf,0xf5,0x97,0x6,0xb6,0xfa,0x8b,0xf7,0x59,0xc0,0xa2,0xdf,0xec,0xc4,0x87,0x5f,
+ 0x84,0xa3,0x27,0x24,0xb0,0x64,0xce,0xb1,0xb9,0x2,0x0,0x60,0xd,0x5c,0x2f,0xb0,
+ 0x2c,0xb9,0xab,0xaa,0x62,0x6f,0x11,0xd1,0xca,0x11,0x6d,0x8e,0x7f,0x34,0x34,0xfa,
+ 0x1e,0x80,0x62,0x9,0x38,0x0,0x26,0x0,0x44,0x14,0xb3,0x3d,0xb,0x60,0x1,0x28,
+ 0x2,0xe0,0x3,0xe0,0x1,0xe0,0xd1,0xd3,0xdf,0x92,0x71,0x0,0x12,0x80,0x47,0x4e,
+ 0xc3,0xcd,0xa,0xd3,0x9c,0xe7,0x14,0xf1,0xb9,0x3b,0x31,0x23,0xc4,0x0,0xc,0x1,
+ 0x45,0x62,0xa6,0xe,0x67,0xf2,0x4e,0x29,0x66,0x95,0x57,0x33,0x2,0x30,0x7b,0x4c,
+ 0xe9,0x96,0xe,0x90,0x34,0x95,0x67,0xde,0xbc,0x1,0xfe,0x2f,0xbb,0xe1,0xff,0x8e,
+ 0xff,0x6,0xd,0xb3,0xf2,0x0,0x51,0x1b,0x2c,0x34,0x0,0x0,0x0,0x0,0x49,0x45,
+ 0x4e,0x44,0xae,0x42,0x60,0x82,
+ // D:/src/skia.1/trunk/debugger/QT/Icons/next.png
+ 0x0,0x0,0x3,0xaa,
+ 0x89,
+ 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0,
+ 0x0,0x0,0x20,0x0,0x0,0x0,0x20,0x8,0x6,0x0,0x0,0x0,0x73,0x7a,0x7a,0xf4,
+ 0x0,0x0,0x0,0x4,0x73,0x42,0x49,0x54,0x8,0x8,0x8,0x8,0x7c,0x8,0x64,0x88,
+ 0x0,0x0,0x3,0x61,0x49,0x44,0x41,0x54,0x58,0x85,0xed,0x94,0xcf,0x6b,0x5c,0x55,
+ 0x14,0xc7,0x3f,0xe7,0xce,0xbc,0x37,0x49,0x67,0xda,0x12,0xb1,0x58,0x1b,0x27,0xbf,
+ 0x9a,0xa1,0x6a,0x2c,0xa9,0x82,0xc5,0x6c,0x5c,0x8a,0x8a,0x3f,0xa0,0xa2,0x36,0x41,
+ 0xc1,0x85,0xe8,0xae,0x2b,0x45,0xff,0x5,0x75,0x33,0x71,0xab,0xd0,0xa0,0x55,0xa1,
+ 0x25,0x14,0x71,0x21,0x76,0x84,0xce,0xc4,0x3f,0x41,0xb0,0x69,0x2b,0x46,0xd1,0x4a,
+ 0xea,0xc2,0x4c,0x52,0xdb,0x79,0x3f,0xef,0x75,0x71,0xdf,0x1b,0x5e,0xa6,0x9d,0x8c,
+ 0x29,0x63,0x5d,0x98,0x3,0x87,0xfb,0x2e,0xbc,0xf7,0xbe,0x9f,0xf3,0x3d,0xe7,0x5e,
+ 0xd8,0x89,0x9d,0xe8,0x43,0x7c,0x39,0xc7,0xcc,0x17,0xb3,0xa5,0xb1,0xdb,0xf9,0x56,
+ 0xf5,0x41,0xdf,0xdd,0xe3,0xf0,0xce,0xa1,0x89,0xb1,0xf9,0x8f,0x5e,0x28,0x4e,0xfc,
+ 0x17,0x0,0xf9,0xc1,0x1c,0xf9,0xca,0xc3,0x8f,0x3f,0x37,0x33,0x7d,0xff,0xe2,0xc9,
+ 0xe3,0x7b,0xf,0xde,0x69,0x0,0x44,0xc0,0x2d,0xc,0x32,0x7a,0x68,0xfa,0xc8,0x91,
+ 0x83,0xf7,0x54,0x17,0xb6,0x1,0xd1,0x1f,0x0,0x5,0x98,0x10,0xb7,0x50,0x60,0x72,
+ 0xea,0x91,0x67,0x8e,0x3e,0x58,0x5e,0x3c,0xf5,0xca,0xdd,0x93,0x77,0x1c,0x0,0x13,
+ 0xe1,0xb8,0x3,0x94,0xc7,0x2b,0xd3,0x87,0xc7,0xf6,0xce,0x7f,0xf6,0xea,0xbe,0x9e,
+ 0x10,0xf9,0xec,0xe6,0xab,0x17,0x99,0x19,0xd9,0xc5,0x30,0x62,0x6d,0x45,0xec,0xcf,
+ 0x25,0x59,0x6f,0xda,0x3,0x1b,0x1,0x3,0x43,0x83,0xdc,0x8b,0xe,0xc0,0x44,0x8,
+ 0x21,0x6e,0xc1,0x61,0xa2,0x32,0xf9,0xb4,0x5b,0x58,0x29,0x7f,0xfe,0x9a,0x3a,0x36,
+ 0xb7,0x70,0xf5,0xc7,0xae,0xf0,0x99,0x67,0xb7,0x3e,0xcb,0xe9,0xa9,0xa3,0x4f,0x3c,
+ 0x8f,0x52,0xa0,0x4,0x11,0xb1,0x1e,0x89,0x58,0x71,0x31,0x20,0x6,0x30,0x80,0x46,
+ 0x30,0x8,0x9a,0xbc,0xd2,0xb8,0x77,0x95,0x41,0x47,0x60,0x22,0xd0,0x21,0x46,0x87,
+ 0x84,0xde,0x35,0x56,0x7e,0x5a,0xf9,0xfa,0x87,0xdf,0x82,0x13,0xc7,0x4f,0xae,0xde,
+ 0x12,0x22,0xeb,0x40,0x3e,0xf,0xf9,0xdd,0xfb,0x46,0x40,0x29,0xc8,0x25,0xa5,0xaa,
+ 0x54,0x1c,0x2b,0xdc,0x6,0x88,0xc1,0x68,0x90,0x18,0x74,0x4c,0xea,0x40,0xa,0x21,
+ 0x26,0xc0,0x75,0x72,0x8c,0x8f,0xee,0x7f,0xca,0x75,0xfe,0x38,0x7b,0xfa,0xf5,0xe1,
+ 0x63,0x2f,0x7d,0x7c,0xe5,0x72,0x27,0xc0,0xe6,0x19,0x10,0xec,0x8f,0x74,0x0,0x71,
+ 0x66,0x8d,0x3b,0xf6,0x3a,0x0,0x1d,0xda,0xbe,0xc7,0x41,0xd2,0xff,0x24,0x9,0xdb,
+ 0xf3,0x0,0x11,0x8e,0x9b,0x63,0x78,0xff,0x9e,0x87,0x1e,0x38,0x60,0x3e,0x3c,0xf3,
+ 0x46,0xb9,0xb2,0x35,0x0,0x40,0xe4,0x27,0xe9,0xd9,0x8c,0x3d,0x24,0xf6,0x30,0x69,
+ 0x6a,0x1f,0x62,0xf,0xb4,0x97,0xac,0x1,0x68,0x3f,0xc9,0x4,0xce,0x4,0x6d,0x10,
+ 0x31,0x21,0x8e,0xa3,0x18,0x3b,0x50,0x7a,0xf2,0xf0,0x7d,0xf1,0xd9,0x33,0x6f,0x8e,
+ 0x6c,0x82,0xd8,0x34,0x84,0x22,0x60,0xe2,0x0,0x8c,0x20,0x28,0x30,0x2,0x46,0x30,
+ 0xc9,0x40,0x22,0x26,0x59,0x35,0x90,0xa4,0x68,0x30,0x31,0x10,0xd9,0x96,0x68,0xb,
+ 0x4a,0xd4,0x82,0xd8,0x87,0xd8,0xc7,0xe8,0x90,0x5c,0x1c,0x32,0xe4,0xb6,0xa6,0x4c,
+ 0x34,0xf4,0x2c,0x30,0x6f,0x7b,0xd8,0x1,0x60,0x1d,0xf0,0x40,0x29,0x8c,0xb6,0xfd,
+ 0x17,0x95,0xce,0x81,0x1,0x65,0xfb,0x6f,0x74,0x0,0x3a,0x11,0x8,0x9a,0x98,0xf8,
+ 0x6,0x44,0xd7,0xad,0x2b,0xda,0x3,0x63,0xda,0xa7,0x8,0xb1,0x23,0xd3,0xbc,0x21,
+ 0x7e,0xfd,0x62,0xf1,0x9b,0xb9,0x53,0x57,0x16,0xbb,0x3a,0xd0,0x9e,0x1,0x93,0x9c,
+ 0xb9,0xb4,0x74,0x3,0x68,0x1f,0x13,0x6c,0x80,0xff,0x27,0x26,0xdc,0x80,0xb8,0x85,
+ 0xa4,0xfd,0x4e,0x5e,0x27,0x73,0x54,0xc9,0x7c,0xea,0x45,0x50,0xbf,0x54,0x3c,0x57,
+ 0x5d,0xa,0x3f,0x0,0x56,0xd3,0xea,0xbb,0x38,0xe0,0xdb,0x53,0xa0,0xd,0xe8,0x0,
+ 0xed,0xaf,0x61,0xfc,0x35,0xf0,0xd7,0x10,0x22,0x2b,0xd2,0x99,0xdd,0xc4,0xc5,0x56,
+ 0xde,0x58,0x2e,0xd6,0xe6,0x3e,0xfd,0xeb,0x6d,0xe0,0x67,0xc0,0xef,0xea,0xc0,0x7a,
+ 0x8,0xab,0xbf,0x5c,0x0,0x95,0x9c,0x79,0xed,0x23,0x71,0xb,0x44,0xdb,0xb,0x28,
+ 0x93,0x24,0xab,0xca,0xc1,0x40,0x1,0xa,0xb9,0x8c,0xb8,0xb2,0x95,0xfb,0x11,0x34,
+ 0x2e,0x96,0x6a,0xd5,0x7a,0xf0,0xde,0xad,0xc4,0x53,0xd3,0xd3,0x70,0x81,0xa,0x30,
+ 0x7a,0x93,0x2b,0x5b,0x87,0xf3,0xdd,0x9,0xde,0x7d,0x74,0x94,0xc7,0x52,0x47,0x8c,
+ 0xc0,0x7a,0x4b,0xf9,0x8d,0xb,0xc5,0xda,0xcb,0xb,0xd7,0xde,0xea,0x26,0xde,0xe9,
+ 0x40,0x0,0x5c,0x6,0x56,0xb6,0x9,0xb0,0x6b,0x77,0x81,0x66,0xb6,0xe7,0x7e,0x4,
+ 0x4b,0xcb,0xc5,0x6f,0xab,0xe7,0xc3,0xf7,0xb7,0x12,0xef,0x4,0x48,0x21,0x82,0x6d,
+ 0x2,0x90,0x57,0xc4,0xa9,0x78,0xb3,0x25,0xfe,0xd2,0x72,0xa9,0x67,0xe5,0xdd,0x0,
+ 0x6e,0x2f,0x32,0x95,0x37,0x96,0x4b,0xb5,0xea,0xf9,0xee,0x3d,0xff,0x57,0x0,0x8c,
+ 0x81,0xe6,0x75,0xf1,0xeb,0x97,0x8a,0xb5,0xd9,0x4f,0xfe,0x59,0xe5,0x7d,0x5,0x58,
+ 0xf7,0xe0,0xfb,0xdf,0x8b,0xe7,0xe6,0x1b,0xbd,0x7b,0xde,0x19,0xd2,0xfb,0x95,0x9e,
+ 0xe1,0x2,0xe3,0xd8,0xcb,0xe5,0xd7,0xed,0x88,0xf7,0x33,0x1c,0xfa,0x35,0x4f,0x3b,
+ 0xf1,0xbf,0x8b,0xbf,0x1,0x89,0x9f,0x95,0xb4,0x21,0x16,0x51,0x5d,0x0,0x0,0x0,
+ 0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82,
+ // D:/src/skia.1/trunk/debugger/QT/Icons/inspector.png
+ 0x0,0x0,0x7,0xa8,
+ 0x89,
+ 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0,
+ 0x0,0x0,0x20,0x0,0x0,0x0,0x20,0x8,0x6,0x0,0x0,0x0,0x73,0x7a,0x7a,0xf4,
+ 0x0,0x0,0x0,0x4,0x73,0x42,0x49,0x54,0x8,0x8,0x8,0x8,0x7c,0x8,0x64,0x88,
+ 0x0,0x0,0x7,0x5f,0x49,0x44,0x41,0x54,0x58,0x85,0xa5,0x97,0x6b,0x8c,0x5d,0x55,
+ 0x15,0xc7,0x7f,0x6b,0xef,0x73,0xee,0xb9,0xf7,0xce,0x9d,0xb9,0xf3,0x68,0x87,0x4e,
+ 0x5b,0x18,0x79,0x98,0x62,0xa9,0x5,0x1,0x9,0x55,0x24,0x41,0x20,0x3e,0x12,0x13,
+ 0x88,0x89,0x68,0x34,0x4,0x5f,0x1,0x62,0x8c,0x86,0x4f,0x9a,0x60,0x8c,0x8f,0xa8,
+ 0xf1,0x83,0x1f,0x14,0x4b,0x48,0x88,0xc1,0x47,0x14,0x92,0xfa,0xf8,0xa0,0x41,0x54,
+ 0x24,0x1,0x11,0x63,0x0,0x5b,0xc6,0xa6,0x15,0xa4,0x85,0x4c,0x3b,0x7d,0xcc,0xe3,
+ 0xce,0xdc,0xc7,0xb9,0xe7,0xb9,0x97,0x1f,0xce,0x9d,0x99,0x3b,0xcc,0x4c,0x8b,0xba,
+ 0x92,0x95,0x93,0xbd,0xcf,0xda,0x6b,0xfd,0xd7,0x7f,0xaf,0xbd,0xce,0xd9,0xc2,0x79,
+ 0x44,0x55,0xfb,0x87,0x2,0x18,0xc0,0xf6,0xd4,0x2c,0x9b,0x1,0x19,0x90,0x3,0xe,
+ 0x50,0x11,0x39,0x9f,0xeb,0x15,0x87,0x6f,0x26,0xb8,0x1,0x4a,0xaa,0x5a,0x5,0x86,
+ 0xe2,0x34,0xaf,0xbf,0x7e,0xb6,0x35,0x96,0x64,0x6e,0x40,0x4,0x7c,0x6b,0xc2,0xc9,
+ 0xf1,0xc1,0xf9,0xc0,0xb7,0x4b,0x22,0xb2,0x4,0x84,0x40,0x2,0xb8,0xf3,0x1,0x39,
+ 0x1f,0x0,0x51,0xd5,0x92,0x88,0xc,0xfd,0x7b,0x66,0x71,0xe7,0xb3,0x47,0x4f,0xef,
+ 0x5b,0x68,0xc5,0x37,0x8a,0x70,0xf9,0x40,0xb9,0x34,0x56,0xd,0xbc,0x92,0x8,0x74,
+ 0x93,0x3c,0xe9,0x44,0xe9,0x82,0xaa,0x1e,0x1d,0xad,0x95,0x9e,0xd9,0xb7,0x6b,0xdb,
+ 0x73,0x97,0x6d,0x1f,0x9e,0x6,0x9a,0x40,0x7c,0x2e,0x46,0xd6,0xcd,0xf6,0x67,0xad,
+ 0xaa,0x95,0xd3,0x8d,0xce,0xc4,0xfe,0xdf,0x4d,0x7d,0xa4,0xd9,0x4d,0x3f,0x31,0x39,
+ 0x5e,0xbf,0x64,0x72,0xbc,0x5e,0xb2,0xc6,0x4a,0x96,0x17,0xbc,0x4b,0xcf,0x8b,0x67,
+ 0x20,0xce,0x32,0x9d,0x9e,0x6d,0x26,0x33,0xf3,0xad,0xd7,0x6,0x2b,0xde,0xcf,0xef,
+ 0x7e,0xff,0x9e,0x47,0xb7,0x8f,0xd5,0x4e,0x2,0xdd,0xcd,0xd8,0x58,0x37,0xe3,0x9c,
+ 0x3,0x30,0xed,0x6e,0x52,0xdb,0xff,0xdb,0x43,0xd7,0x1d,0x3c,0x3e,0xff,0x9d,0x8b,
+ 0x27,0x46,0xae,0xbe,0x7c,0xe7,0x56,0x89,0x33,0x68,0xb4,0x53,0xdc,0xda,0xba,0x58,
+ 0x11,0x23,0xc2,0x48,0xcd,0x27,0xf0,0xe1,0x95,0x99,0x79,0x3d,0x3e,0xd3,0x38,0xf8,
+ 0xf6,0xc9,0x91,0x2f,0xdf,0xf3,0xc1,0xbd,0x7f,0xab,0xd7,0xca,0xad,0x8d,0x40,0xac,
+ 0x19,0xa9,0x2a,0xaa,0x2a,0xc7,0x4f,0x35,0x6,0xbe,0xf4,0xa3,0x67,0x6e,0x6f,0x27,
+ 0xee,0xdb,0x37,0xee,0xbd,0x78,0xc7,0x40,0xb9,0xca,0x52,0x98,0xe2,0x74,0xed,0x22,
+ 0x65,0xe3,0xb1,0x11,0xa8,0x57,0x7d,0xe2,0x34,0xe2,0xe9,0xa9,0xd7,0x66,0xaa,0x9e,
+ 0xdc,0xff,0xcd,0x3b,0xdf,0x75,0xe0,0xd2,0x1d,0xa3,0x6d,0x63,0xcc,0xba,0xaa,0x5e,
+ 0x93,0xfd,0xe1,0x63,0xa7,0x4a,0xf7,0xfe,0xe0,0x4f,0xb7,0x5b,0x3f,0x78,0xe0,0xd6,
+ 0x6b,0x77,0x8d,0xe5,0x6a,0x25,0xc9,0x36,0xce,0xd8,0xb3,0x82,0x0,0x69,0xbe,0xf1,
+ 0xfb,0x92,0x67,0x8,0x3c,0xa7,0x7f,0x7c,0xe1,0xe5,0x85,0x2c,0x89,0xbf,0xf0,0xfd,
+ 0x7b,0xde,0x7b,0x60,0xef,0x5b,0x27,0xe2,0x7e,0x16,0xd6,0x1,0xd8,0xfb,0xa9,0x7,
+ 0xdf,0x11,0xa9,0xfd,0xcd,0x6d,0xef,0xb9,0xf2,0x42,0xcf,0x2b,0x4b,0xee,0x36,0x76,
+ 0x7e,0xc5,0x45,0x75,0x6e,0xbe,0x72,0x1b,0x0,0x4f,0xbd,0x74,0x9a,0xa9,0xd7,0x97,
+ 0x36,0xb4,0xb3,0x56,0xb0,0x64,0xfa,0xcb,0xa7,0xf,0xcd,0x94,0x25,0xbb,0xed,0xef,
+ 0xfb,0x3f,0xfd,0x7c,0xa9,0xe4,0x6f,0x0,0xe0,0x9a,0x2f,0xb2,0xa5,0x5e,0x9,0xa2,
+ 0x4a,0xfd,0xf,0x1f,0xba,0xe1,0xaa,0x1b,0xb7,0x6f,0xdd,0x42,0xba,0x49,0xf0,0xc1,
+ 0xb2,0xe1,0xbe,0xdb,0x76,0x33,0x3a,0x58,0x6,0xa0,0xd1,0x8e,0xf9,0xde,0xaf,0xf,
+ 0xd3,0x8c,0xdc,0x86,0xf6,0xbe,0x35,0x2c,0xb6,0x16,0x39,0xf0,0xe7,0x17,0x9f,0x1b,
+ 0x48,0xdb,0xb7,0xcc,0x3c,0xfe,0xb5,0x70,0xf9,0x9d,0x59,0xb1,0x5a,0x6c,0x32,0x97,
+ 0xda,0x3b,0x2e,0x18,0xad,0xdf,0x30,0x36,0x32,0x4c,0x98,0x64,0xa4,0x59,0xbe,0xa1,
+ 0xe2,0x1c,0x65,0xdf,0x2,0x45,0xdd,0x4,0xbe,0x5,0x75,0x24,0x9b,0xd8,0x87,0x71,
+ 0x4a,0xbd,0x36,0xc8,0xce,0xf1,0x91,0xeb,0x67,0x42,0xfd,0x28,0x3b,0x3f,0xcc,0x7a,
+ 0x0,0xf5,0xe1,0x21,0x44,0x3e,0x7f,0xd5,0xae,0xb7,0x98,0x6e,0x92,0x13,0x67,0x39,
+ 0x71,0xda,0xd3,0x6c,0xed,0xf8,0x54,0xa3,0xcb,0xc1,0x63,0x73,0x38,0x55,0x14,0x78,
+ 0xe9,0xd8,0x2c,0x33,0xb,0x21,0xc9,0x26,0xf6,0x71,0x96,0xb3,0x14,0xa6,0xec,0xdb,
+ 0x73,0xa9,0x20,0xe6,0x73,0x4c,0x4c,0xe,0x2f,0x87,0xf5,0x8a,0xc7,0x5d,0x10,0x78,
+ 0xd7,0x8d,0x8f,0xe,0xed,0xae,0xd,0xd4,0x88,0xd3,0x7c,0x43,0x2a,0xfb,0xe5,0xe1,
+ 0x27,0x5e,0xe6,0xd9,0xc3,0x67,0x40,0xe0,0xc8,0xf4,0x12,0xa9,0x1a,0x70,0xe7,0x5e,
+ 0x57,0xd,0x2,0x76,0x8e,0xd7,0xdf,0x76,0xe2,0x44,0x77,0x1f,0xdc,0xf5,0x38,0x3c,
+ 0x82,0x47,0xed,0x3,0x70,0x81,0x8,0xa2,0xef,0xdb,0x71,0xc1,0xd6,0x4a,0x37,0xce,
+ 0x36,0x75,0xa0,0xc0,0x60,0xd9,0x3,0x55,0x14,0xc3,0x91,0x93,0xad,0xde,0xbc,0x90,
+ 0xbc,0x9,0xd0,0x49,0x9a,0x73,0xf1,0x8e,0xf1,0xf2,0x89,0x13,0x67,0x6e,0xe5,0x92,
+ 0xfc,0x9,0x8e,0xe1,0x3c,0xaa,0x13,0x50,0xf2,0x4b,0xc0,0x35,0x95,0x6a,0x55,0x92,
+ 0x6c,0xe3,0x42,0x2,0xc8,0xf3,0x9c,0xfd,0xf7,0x5e,0x8f,0x5d,0x3e,0x46,0xbd,0xc7,
+ 0x42,0x2b,0xe6,0x1b,0x8f,0x1e,0x64,0xa9,0x9b,0xad,0x36,0x83,0x4d,0xa4,0x3e,0x38,
+ 0x8,0xa2,0x57,0x53,0xaa,0x94,0x80,0xc8,0x23,0x48,0x21,0xa8,0xe,0x19,0x23,0xdb,
+ 0xac,0xf5,0x88,0xb3,0xcd,0x32,0x11,0xb2,0x2c,0xc7,0x1a,0xc1,0x33,0xc2,0x40,0xd9,
+ 0xc7,0x98,0x2,0x41,0x96,0x3b,0x52,0x7,0x71,0x2e,0xa0,0xae,0xe0,0x6a,0x93,0x6e,
+ 0xe9,0x19,0x8f,0x72,0xc9,0x9b,0x88,0x2a,0x41,0xbd,0x0,0xe0,0x47,0x60,0xea,0x15,
+ 0x3,0x95,0x5c,0x37,0xa0,0x52,0x64,0x45,0x1d,0x96,0xcf,0x3c,0xf0,0x1c,0x83,0x65,
+ 0xcb,0x77,0xef,0xba,0x96,0xf1,0xe1,0xa,0x14,0xe1,0x48,0x72,0x25,0x71,0x2,0x2a,
+ 0xc5,0x84,0x6a,0x1,0xa6,0xf,0x48,0xc9,0x33,0xa8,0x80,0xa0,0x15,0x84,0x2a,0x80,
+ 0x87,0x96,0x41,0x11,0x55,0x95,0x38,0xcd,0x31,0x76,0xb9,0x6,0x7a,0x81,0x8d,0x29,
+ 0x54,0x4,0xc4,0x72,0xb6,0xb,0x49,0x9e,0xb3,0xa6,0x41,0x29,0x24,0x39,0xc4,0xe,
+ 0x44,0xd,0xe0,0x30,0x2a,0x18,0x31,0x78,0xc6,0x21,0xaa,0x2c,0x76,0x22,0x66,0x16,
+ 0xda,0x9c,0x98,0x6d,0x42,0x94,0xca,0xf2,0x6,0x7a,0xcc,0x77,0xa0,0x5e,0x8f,0x9d,
+ 0xd3,0xa8,0xd5,0x8d,0xc1,0x58,0x8c,0x11,0x44,0xc,0x18,0xb,0x8,0xd2,0x7,0x46,
+ 0x11,0x92,0xde,0xf1,0x5b,0xfe,0x72,0x2a,0x80,0x31,0x88,0x15,0x8c,0x80,0xa8,0xa3,
+ 0x15,0xc6,0x2c,0xb5,0xbb,0x34,0x9a,0x21,0xcd,0x56,0x48,0x9a,0xa5,0x3d,0xb0,0xa,
+ 0x68,0x84,0xd3,0xa8,0x0,0xd0,0xfc,0x15,0xc4,0xf7,0x34,0x35,0x70,0xb3,0xaf,0x9e,
+ 0x6a,0xec,0xf2,0xfc,0x10,0xcf,0x5a,0xfc,0x52,0x89,0x52,0x10,0x60,0x7d,0x1f,0xeb,
+ 0xf9,0x78,0xbe,0x8f,0xef,0xb,0xc6,0x58,0x8c,0x3a,0xa2,0x28,0x22,0x8a,0x4,0x55,
+ 0xa5,0xdd,0xe,0x39,0x36,0x1f,0x71,0xa2,0x2d,0x44,0x49,0x4a,0x1c,0xa5,0x68,0x9e,
+ 0x82,0xcb,0x20,0xcb,0x8a,0x6d,0x41,0x58,0xa9,0x50,0xe7,0x66,0x89,0xb3,0xa5,0x2,
+ 0x0,0x40,0xa2,0x31,0xea,0xa6,0xf2,0x3c,0x7b,0x77,0x8e,0x27,0x71,0xe,0xe4,0x39,
+ 0x24,0xe9,0xea,0xcf,0x97,0x55,0xb0,0xe,0x8c,0x65,0x5b,0x25,0xa3,0x13,0x46,0x44,
+ 0x95,0xa2,0x8,0xa3,0x24,0xa1,0xd1,0x75,0x2c,0xc6,0x1e,0x38,0x5b,0xd8,0x2e,0x8b,
+ 0xd5,0x5e,0x51,0xba,0xa2,0x4f,0xa8,0x3,0x75,0x53,0x24,0x1a,0xc3,0x72,0x27,0x3c,
+ 0xbb,0x98,0xe3,0xf4,0x49,0xba,0x4b,0x31,0x36,0x0,0xb1,0x5,0xfd,0xc6,0x82,0xf5,
+ 0x7a,0xea,0xf7,0xb4,0x4,0xc6,0x5b,0x7f,0xda,0x8c,0x5,0xaf,0x4,0xde,0xb2,0x5d,
+ 0x6f,0x9d,0xe9,0x53,0x2f,0x80,0x68,0x31,0xc1,0xe9,0x53,0x74,0xe6,0xb3,0x55,0x0,
+ 0xad,0xc7,0x20,0x4e,0xff,0x4a,0xd4,0x3a,0x86,0xb8,0xde,0x42,0xdb,0x5b,0xd8,0x7b,
+ 0xf6,0x83,0x30,0xde,0x1b,0xbe,0xa3,0xd2,0xb3,0xf1,0xc1,0xf8,0x6b,0x83,0x1a,0x5b,
+ 0x14,0xb1,0xf5,0x40,0x50,0xa2,0xe6,0x71,0xb2,0xec,0x2f,0x9c,0x3e,0xc0,0x2a,0x0,
+ 0x80,0x66,0xe7,0xc,0x59,0xfa,0x8,0xad,0x33,0x8a,0x57,0x2,0xe9,0x55,0xbf,0xe9,
+ 0x63,0xc3,0xe5,0x8c,0x78,0x31,0xc3,0x1,0xab,0xcd,0x8,0x30,0x46,0x18,0xe,0x94,
+ 0x11,0x1b,0x15,0xfb,0xbe,0x92,0x40,0x9f,0x7a,0x1,0xb4,0x4e,0x41,0x9a,0xfc,0x94,
+ 0x46,0x34,0xd3,0x7,0xbd,0x27,0x95,0x3b,0xe1,0xb2,0xc1,0x2d,0xd4,0x2a,0x4f,0x31,
+ 0x71,0xc5,0x1e,0xca,0xc3,0x5,0x8,0x2f,0x28,0x68,0xf5,0x4a,0x90,0xc4,0x1c,0xfe,
+ 0xca,0x15,0x94,0x3c,0xc3,0x70,0xd5,0xc3,0xf6,0x1a,0x51,0xee,0x94,0xc5,0xde,0x1f,
+ 0xd3,0xee,0xaf,0x4f,0x91,0xfb,0x55,0xc8,0x92,0x55,0x55,0x7,0xdd,0x45,0xe5,0xd4,
+ 0x3f,0x8f,0xd2,0xee,0xdc,0xc4,0x2b,0xcd,0x33,0x44,0x3f,0x7b,0x3,0x3,0xdd,0x9f,
+ 0xc0,0x91,0xa5,0x39,0xe2,0xe4,0x3e,0xce,0xbe,0x32,0x8b,0xcb,0xb4,0xa0,0x54,0xa,
+ 0x20,0x62,0xc0,0x16,0x47,0x54,0x11,0x1a,0x61,0xce,0x5c,0x3b,0x63,0xae,0x93,0xd1,
+ 0x8,0x73,0x14,0x41,0x44,0x7a,0x54,0x9b,0xbe,0x35,0x9e,0xe2,0x52,0x65,0xf6,0xe5,
+ 0x5,0xe2,0xe8,0x3e,0x5e,0x5b,0xd,0xbe,0x96,0x81,0x65,0xd9,0x73,0xb7,0x4f,0xb9,
+ 0xfc,0x59,0x6a,0xa3,0xdf,0x62,0xc7,0x95,0x43,0x94,0x87,0x4,0x31,0xe0,0x97,0x40,
+ 0x85,0xad,0x83,0x16,0xe9,0xd5,0x84,0xf6,0x6a,0x41,0xf2,0x1c,0x5c,0x8a,0xe6,0x19,
+ 0xb3,0xed,0xbc,0xe8,0x19,0x69,0x2f,0xf3,0xa8,0xa9,0x9c,0x3c,0xd8,0xa2,0x35,0x7f,
+ 0x3f,0xdd,0xe8,0x21,0xe,0x3f,0x94,0xf4,0x87,0xb3,0xeb,0x0,0x84,0xef,0x74,0x54,
+ 0x75,0xa,0x4d,0x1a,0x84,0x73,0xd7,0x53,0x19,0xae,0x52,0x5d,0xde,0xe,0x9f,0x50,
+ 0xca,0x74,0xa8,0xd0,0x91,0x2a,0xa1,0x54,0x9,0x29,0xd3,0x71,0x1e,0x9d,0xdc,0x23,
+ 0xcc,0x4d,0x2f,0x27,0x57,0xd8,0xb7,0xce,0x2a,0xd3,0x2f,0x34,0xe8,0x2c,0x7e,0x95,
+ 0x30,0x7d,0x98,0xe9,0x3c,0x26,0x79,0x91,0x73,0x3,0x48,0x9e,0x87,0xee,0xd,0x19,
+ 0xd5,0xe8,0x10,0x9a,0x1f,0xa2,0x73,0xe6,0x5a,0xe2,0xd6,0x18,0xd5,0x11,0xa1,0x3c,
+ 0xc8,0x4a,0x8b,0x16,0x1,0xe9,0x3b,0xdf,0x2e,0x3,0xd7,0xb,0xdc,0x5d,0x52,0x4e,
+ 0xfe,0x3,0x4e,0x1f,0x79,0x95,0x6e,0xe7,0x5e,0xba,0xf1,0x63,0x4c,0x57,0x63,0x5a,
+ 0x3f,0x5c,0x17,0xee,0xdc,0xf7,0xa6,0xc9,0x5b,0x60,0x78,0xd7,0x76,0x9,0xfc,0xbb,
+ 0xd5,0x2f,0x7d,0x9c,0xa1,0x6d,0x17,0x31,0x76,0x89,0x47,0x6d,0xb,0x4,0xb5,0xe2,
+ 0xd8,0x1,0xe4,0x29,0xc4,0x1d,0x68,0xcf,0xc2,0xfc,0xf1,0x8c,0xe6,0xe9,0x69,0x49,
+ 0xe3,0x5f,0x68,0x9c,0x3e,0x48,0xf3,0xd5,0x93,0x1c,0xff,0xfd,0xa6,0x21,0xce,0x7f,
+ 0x83,0xbc,0xf0,0x63,0x50,0xab,0x7b,0x52,0xf1,0x27,0xf1,0xed,0x4d,0x18,0x7b,0xb3,
+ 0x5a,0x7f,0x37,0x5e,0x30,0x86,0xf5,0x82,0x2,0x40,0x96,0x90,0xc5,0x73,0x92,0xa7,
+ 0x47,0x71,0xee,0x49,0xb2,0xfc,0x49,0xed,0x66,0xaf,0xd3,0xa,0x33,0xa6,0x1f,0x39,
+ 0xa7,0xfb,0x37,0x77,0x85,0x5d,0x96,0xcb,0x3f,0x9,0xb6,0x1c,0xe0,0xfb,0x83,0x66,
+ 0xc0,0x1f,0x55,0xe7,0x6,0x0,0xc4,0x98,0xd0,0x85,0xe9,0x3c,0x49,0xd6,0x22,0xeb,
+ 0xc4,0xfc,0xeb,0xc7,0xff,0x95,0xdb,0xff,0x5d,0xb6,0xdd,0x1,0x13,0x77,0xfc,0x5f,
+ 0x2e,0xfe,0x3,0x8e,0x26,0xc0,0xa6,0x8,0xff,0x6,0x23,0x0,0x0,0x0,0x0,0x49,
+ 0x45,0x4e,0x44,0xae,0x42,0x60,0x82,
+ // D:/src/skia.1/trunk/debugger/QT/Icons/breakpoint_16x16.png
+ 0x0,0x0,0x4,0x54,
+ 0x89,
+ 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0,
+ 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61,
+ 0x0,0x0,0x4,0x1b,0x49,0x44,0x41,0x54,0x38,0x11,0x1,0x10,0x4,0xef,0xfb,0x0,
+ 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+ 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+ 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+ 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+ 0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd3,0x40,0xc,
+ 0xcf,0x14,0x4d,0x5c,0x30,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+ 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xfa,0xe4,0xdf,
+ 0x0,0x1e,0xe4,0xb9,0x3,0x1,0xab,0x0,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+ 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xd5,0x39,0xe,0x12,0xe3,0x7e,
+ 0x57,0xff,0xf4,0xd5,0xcb,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
+ 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xde,0x68,
+ 0x3c,0xff,0xcc,0x3d,0xb,0xed,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+ 0x0,0x0,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xcd,0x49,0x1c,0xfd,0xa,
+ 0x16,0x19,0x2,0x14,0x2d,0x30,0x0,0xf5,0xda,0xd1,0x0,0x0,0x0,0x0,0x0,0x0,
+ 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x1,0x1,0x0,0xc,
+ 0x58,0x79,0x0,0xf6,0xbb,0xa0,0x0,0xe2,0xbb,0xbb,0x31,0x3b,0xcb,0xf5,0xd0,0x0,
+ 0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x0,0xbe,0x33,0xa,0x4a,0x12,0x25,0x28,0x2,
+ 0x23,0x92,0xb7,0x0,0xf2,0xd5,0xce,0x0,0xfd,0xfb,0xfd,0x0,0xfd,0xfb,0xfd,0x0,
+ 0xfd,0xfb,0xfd,0x0,0xfd,0xfb,0xfd,0x0,0xfd,0xfb,0xfd,0x0,0xfc,0xfa,0xfc,0x0,
+ 0xfe,0xdb,0xc8,0x0,0xf2,0xe1,0xe1,0x0,0x4,0xc,0x9,0xcf,0x0,0x0,0x0,0x0,
+ 0x0,0x0,0x0,0x0,0x3,0x0,0x0,0x0,0x0,0x6f,0x3c,0x29,0xda,0xfe,0xd,0x16,
+ 0x0,0xf8,0xb8,0x9c,0x0,0xfb,0xf8,0xf9,0x0,0xfe,0xfe,0xfe,0x0,0xfe,0xfe,0xfe,
+ 0x0,0xfe,0xfe,0xfe,0x0,0xfe,0xfe,0xfe,0x0,0xfe,0xfe,0xfe,0x0,0xfe,0xfe,0xfe,
+ 0x0,0xf7,0xe1,0xdc,0x0,0x1c,0x8a,0xb0,0x0,0xff,0xda,0xc9,0x0,0x4d,0xfb,0xe8,
+ 0xf9,0xa3,0xe8,0xfc,0xc4,0x2,0xb4,0x2c,0xa,0x9d,0x7,0x5,0x4,0x0,0x16,0x5d,
+ 0x70,0x0,0xf6,0xef,0xf3,0x0,0xfc,0xfa,0xfd,0x0,0xfc,0xfa,0xfd,0x0,0xfc,0xfa,
+ 0xfd,0x0,0xfc,0xfa,0xfd,0x0,0xfc,0xfa,0xfd,0x0,0xfc,0xfa,0xfd,0x0,0xfc,0xfa,
+ 0xfd,0x0,0xfc,0xfa,0xfd,0x0,0xe8,0x84,0x62,0x0,0xef,0xf1,0xfc,0x0,0xd,0x1a,
+ 0x1c,0x87,0x0,0x0,0x0,0x0,0x1,0xc7,0x50,0x2c,0xff,0x11,0x4a,0x5b,0x0,0xfa,
+ 0xb9,0xa3,0x0,0xfd,0xfe,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+ 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+ 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x13,0x7f,0xa0,0x0,0xef,
+ 0x83,0x63,0x0,0xda,0xd4,0xdc,0xc4,0x4,0xea,0xe7,0xed,0x0,0x4,0xa3,0x8d,0x0,
+ 0xf2,0xb,0x17,0x0,0x7,0xe9,0xe0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+ 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+ 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xfd,0xff,0x0,0x0,0xa,0xdb,0xd2,0x0,
+ 0xfd,0xfe,0xff,0x0,0xfa,0xfe,0x2,0x6d,0x2,0xe6,0xe5,0xf0,0x1b,0xfa,0xa,0x13,
+ 0x0,0x15,0x6d,0x81,0x0,0xf9,0xfb,0xff,0x0,0xfa,0xfb,0xff,0x0,0xfa,0xfb,0xff,
+ 0x0,0xfa,0xfb,0xff,0x0,0xfa,0xfb,0xff,0x0,0xfa,0xfb,0xff,0x0,0xfa,0xfb,0xff,
+ 0x0,0xfa,0xfb,0xff,0x0,0xfa,0xfb,0xff,0x0,0x5,0x59,0x70,0x0,0xe7,0x83,0x6f,
+ 0x0,0xcf,0xd0,0xdd,0xf4,0x5b,0xdb,0xf5,0xd0,0x2,0x69,0xe4,0xf7,0xe6,0xce,0xd6,
+ 0xe2,0xde,0xeb,0x74,0x5e,0x0,0x0,0x48,0x5b,0x0,0xfc,0xfc,0x0,0x0,0xfc,0xfc,
+ 0x0,0x0,0xfc,0xfc,0x0,0x0,0xfc,0xfc,0x0,0x0,0xfc,0xfc,0x0,0x0,0xfc,0xfc,
+ 0x0,0x0,0xfc,0xfc,0x0,0x0,0xf6,0xfa,0x0,0x0,0x4,0xe5,0xdb,0x0,0xfc,0x16,
+ 0x1d,0x0,0xd,0xa,0xf7,0x13,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x0,0x6d,
+ 0xe3,0xf7,0x23,0xf6,0x13,0x1b,0x0,0x6,0xfc,0xf8,0x0,0xf8,0xfa,0x0,0x0,0xfb,
+ 0xfc,0x0,0x0,0xfb,0xfc,0x0,0x0,0xfb,0xfc,0x0,0x0,0xfb,0xfc,0x0,0x0,0xfb,
+ 0xfc,0x0,0x0,0xfb,0xfc,0x0,0x0,0xe,0x8c,0xa4,0x0,0xef,0xba,0xb8,0x0,0xd1,
+ 0xd4,0xdf,0xc4,0x56,0xd5,0x0,0xfa,0x0,0x0,0x0,0x0,0x3,0x0,0x0,0x0,0x0,
+ 0x0,0x0,0x0,0x0,0x2d,0xf6,0xf5,0x18,0xf,0xde,0xda,0x34,0x5,0x7a,0x8c,0x0,
+ 0xeb,0xb9,0xb9,0x0,0xf6,0xfa,0x0,0x0,0xf6,0xfa,0x0,0x0,0xf6,0xfa,0x0,0x0,
+ 0xf6,0xfa,0x0,0x0,0xf9,0x8,0xe,0x0,0x9,0xc6,0xb8,0x0,0xe9,0xfc,0x2,0x0,
+ 0x68,0xe0,0xf2,0x1f,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,
+ 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x9d,0x24,0x14,0xff,0x1e,0xfc,0xf8,
+ 0x0,0x4,0x2,0x1,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+ 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xf2,0x2,0x6,0x0,0xcf,0xef,0xf4,
+ 0x6d,0x80,0xed,0xf9,0x94,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,
+ 0x0,0x0,0x0,0x0,0x0,0x12,0x0,0x0,0x0,0xa,0x5b,0xa,0x5,0x48,0x22,0x6,
+ 0x1,0x9b,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+ 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x83,0xf0,
+ 0xfa,0x27,0x0,0x0,0x0,0xf8,0x0,0x0,0x0,0xf0,0x0,0x0,0x0,0xf2,0x1,0x0,
+ 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
+ 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe,0x0,0x0,0x0,0x0,0x0,
+ 0x0,0x0,0x0,0x0,0x0,0x0,0xfa,0x0,0x0,0x0,0xf8,0x0,0x0,0x0,0x0,0x0,
+ 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0xe1,
+ 0xf,0x4b,0x5c,0x44,0xc0,0xce,0x74,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,
+ 0x42,0x60,0x82,
+ // D:/src/skia.1/trunk/debugger/QT/Icons/blank.png
+ 0x0,0x0,0x0,0x92,
+ 0x89,
+ 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0,
+ 0x0,0x0,0x10,0x0,0x0,0x0,0x10,0x8,0x6,0x0,0x0,0x0,0x1f,0xf3,0xff,0x61,
+ 0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0,
+ 0x6,0x62,0x4b,0x47,0x44,0x0,0xff,0x0,0xff,0x0,0xff,0xa0,0xbd,0xa7,0x93,0x0,
+ 0x0,0x0,0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xb,0x13,0x0,0x0,0xb,0x13,0x1,
+ 0x0,0x9a,0x9c,0x18,0x0,0x0,0x0,0x7,0x74,0x49,0x4d,0x45,0x7,0xdc,0x6,0xb,
+ 0x14,0xb,0x34,0x28,0x6,0x22,0x87,0x0,0x0,0x0,0x12,0x49,0x44,0x41,0x54,0x38,
+ 0xcb,0x63,0x60,0x18,0x5,0xa3,0x60,0x14,0x8c,0x2,0x8,0x0,0x0,0x4,0x10,0x0,
+ 0x1,0x85,0x3f,0xaa,0x72,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,
+ 0x82,
+ // D:/src/skia.1/trunk/debugger/QT/Icons/reload.png
+ 0x0,0x0,0x7,0x8c,
+ 0x89,
+ 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0,
+ 0x0,0x0,0x20,0x0,0x0,0x0,0x20,0x8,0x6,0x0,0x0,0x0,0x73,0x7a,0x7a,0xf4,
+ 0x0,0x0,0x0,0x4,0x73,0x42,0x49,0x54,0x8,0x8,0x8,0x8,0x7c,0x8,0x64,0x88,
+ 0x0,0x0,0x7,0x43,0x49,0x44,0x41,0x54,0x58,0x85,0xad,0x96,0x5b,0x6c,0x54,0xd7,
+ 0x15,0x86,0xff,0xb5,0xf7,0x39,0x33,0x67,0x2e,0x67,0x6c,0x8f,0x1d,0x1b,0x63,0x63,
+ 0x12,0x63,0x7,0xe2,0x81,0x70,0x89,0xcb,0x25,0x21,0x4d,0x68,0x9b,0xaa,0x17,0xa9,
+ 0x8a,0xaa,0xaa,0x2f,0x51,0xa5,0x34,0xaa,0x54,0x45,0x6a,0x33,0xf,0xc9,0x4b,0xa4,
+ 0x3e,0xb4,0x6a,0xa5,0x94,0x3e,0x54,0xa5,0xaa,0xa2,0x5e,0x22,0xb5,0xf,0x95,0xda,
+ 0xaa,0x55,0xa4,0x84,0x40,0x9a,0x96,0x88,0x4b,0x1c,0xb0,0xc1,0x71,0x8d,0x31,0x36,
+ 0x97,0x80,0x31,0xd8,0xd8,0x66,0x6c,0x8f,0xcd,0x8c,0x67,0xce,0x39,0xfb,0xd6,0x87,
+ 0x31,0xc1,0x98,0x31,0x18,0xc8,0x92,0x8e,0x46,0xda,0xb3,0xf7,0xfa,0xbf,0xb5,0xd6,
+ 0xd6,0x5e,0xb,0x78,0x40,0x73,0x53,0xe9,0xf5,0x6e,0x2a,0xbd,0xeb,0x7e,0xcf,0xb3,
+ 0x7,0x5,0x0,0xd0,0x50,0x59,0x9d,0xfc,0xa9,0x9b,0x4a,0xb7,0xdd,0xcf,0x61,0xfe,
+ 0xa0,0xea,0xe1,0xda,0xed,0x2d,0x2f,0xfe,0xf0,0x9b,0x3f,0xe,0xc7,0xe2,0x5f,0xcc,
+ 0xb3,0xb6,0x8b,0xf9,0x91,0x23,0x43,0xf7,0x72,0xfe,0xf3,0xc8,0x0,0x38,0x1,0x5f,
+ 0xfa,0xfa,0xb6,0x4d,0x8f,0x3f,0xf1,0xd8,0x2f,0xef,0x35,0x13,0xd6,0xbd,0x8a,0xb9,
+ 0xa9,0x34,0x0,0x84,0x1,0xb8,0x0,0xa2,0x0,0x56,0x28,0xd,0xe4,0xb5,0x65,0x3d,
+ 0xf7,0xfc,0xb3,0x4f,0x28,0x43,0x7f,0xe9,0x77,0x7f,0xf2,0xfa,0x44,0xe7,0x2f,0x3e,
+ 0xfc,0x5c,0x1,0xdc,0x54,0x9a,0x0,0x34,0x2,0xf8,0x46,0x55,0x4d,0x72,0x73,0x53,
+ 0xcb,0xea,0x95,0x55,0xc9,0x4a,0xd7,0xa,0x5b,0x35,0x89,0x64,0x32,0x9c,0xb,0xc,
+ 0x2,0x29,0x69,0xe7,0x73,0xdb,0x37,0x1b,0x83,0x37,0xa,0xb9,0xf4,0x8b,0xb9,0xd3,
+ 0x7b,0x6,0xee,0xe6,0x97,0x96,0x21,0x1c,0x6,0xb0,0xbe,0x79,0xed,0xea,0xd7,0x9a,
+ 0x1e,0x69,0xf8,0xf2,0xba,0xd,0xad,0x55,0x15,0x55,0x71,0xae,0x89,0x93,0x34,0x80,
+ 0x1,0xc1,0x80,0x21,0xe7,0x97,0xdc,0x31,0xc6,0x50,0x19,0xb5,0xcd,0xc1,0xbd,0x7,
+ 0xbb,0x7,0x7a,0x4e,0xbf,0x7e,0xad,0xeb,0xce,0x99,0xb8,0xe3,0x25,0x74,0x53,0x69,
+ 0xc4,0xe2,0xb1,0x57,0xbe,0xf0,0xe4,0xe3,0x3f,0xdf,0xf6,0xf4,0xa6,0x9d,0x2b,0x9b,
+ 0x9b,0xe2,0xd2,0xe,0xf1,0x7c,0x0,0x2a,0x8,0x83,0x62,0x0,0x14,0x25,0xa1,0x28,
+ 0x0,0x65,0x18,0xb4,0x21,0x48,0xcd,0x50,0x90,0xa0,0xe6,0xe6,0xc6,0x3a,0xaf,0xe0,
+ 0xa5,0xa6,0xbd,0xc6,0x8f,0x83,0x4c,0x57,0xe6,0x9e,0x1,0xdc,0x54,0x7a,0x45,0x4d,
+ 0x6d,0x72,0xf7,0xae,0xaf,0x6e,0x7f,0x75,0xcd,0xfa,0xd6,0x7a,0xdf,0x72,0xb8,0x2f,
+ 0x41,0x81,0x4,0x94,0x22,0x28,0x5,0x28,0x4d,0x50,0x8a,0xa0,0x35,0x41,0x6a,0x82,
+ 0x32,0x4,0x65,0x18,0x84,0x66,0xe0,0x56,0x98,0x6a,0xaa,0xdd,0xe4,0xc9,0x63,0x27,
+ 0xa6,0xc3,0xb5,0x3b,0xba,0x82,0x4c,0x97,0x2c,0xa7,0xb3,0xe4,0x1d,0xa8,0xaa,0xa9,
+ 0x7c,0xad,0x7d,0xc7,0x86,0x17,0x2a,0x1b,0xea,0x23,0x39,0x41,0xd0,0x46,0xc3,0x80,
+ 0xc1,0x0,0x0,0x34,0xc,0x31,0x18,0x18,0x18,0x32,0x0,0x11,0xc,0xa8,0xf4,0xcb,
+ 0x18,0x42,0x9c,0xe0,0x4f,0x67,0xfc,0x8f,0xf6,0x7f,0xf0,0xa1,0x3f,0xd1,0xf1,0x8e,
+ 0x98,0xfa,0x5f,0xb0,0x94,0xce,0x6d,0x0,0x6e,0x2a,0xcd,0x39,0xe7,0x2f,0x6d,0x6a,
+ 0x4f,0xbd,0x5c,0xdd,0xd0,0x10,0xc9,0xfb,0x6,0x30,0xaa,0x24,0x48,0x6,0x0,0x81,
+ 0x19,0x3,0x32,0xda,0x68,0xa9,0x8c,0xd1,0x5a,0x47,0xa2,0x11,0x96,0xe3,0x9,0x66,
+ 0x18,0xc1,0x81,0x32,0x62,0x26,0xe3,0xbf,0xf7,0xb7,0x7f,0xfc,0x3d,0x33,0xf0,0xce,
+ 0x5b,0x72,0x76,0xf0,0x2c,0x0,0xbd,0x6c,0x0,0x0,0x6b,0x9a,0x9a,0x1b,0xbf,0x5f,
+ 0xb7,0xaa,0x3e,0x52,0x90,0x20,0xd,0x55,0x8a,0x6e,0xde,0x78,0x50,0x30,0x23,0xc3,
+ 0xa3,0xc5,0x89,0x91,0xd1,0xac,0x54,0x6a,0x58,0x4,0x52,0x6e,0xda,0xba,0x79,0x2b,
+ 0xad,0xaa,0x70,0x6c,0xa3,0x51,0x9c,0x1c,0xb,0xba,0xf,0x1e,0x3a,0x9c,0x19,0x7c,
+ 0xf7,0x2d,0x39,0x3b,0x78,0xa,0x80,0xb7,0x94,0x78,0x59,0x80,0x8a,0xaa,0x8a,0x97,
+ 0x9a,0x5b,0x56,0x6d,0xc9,0xb,0x46,0xca,0x28,0x18,0x30,0x80,0x18,0xb8,0xf6,0x4c,
+ 0xfe,0xda,0xb8,0xe8,0xef,0xe9,0x3b,0x3e,0x31,0xd4,0xf7,0x4f,0x6f,0xe4,0x83,0x63,
+ 0x46,0xce,0x79,0x91,0xd5,0xcf,0x3f,0xd9,0xda,0xb6,0xb6,0x3d,0x21,0x7c,0x53,0x9c,
+ 0x1c,0xb,0x3a,0xf6,0xed,0xfd,0x57,0xf6,0xdc,0xfe,0xdf,0xcb,0x99,0x81,0x4f,0xee,
+ 0x26,0x7e,0x1b,0x80,0x9b,0x4a,0x53,0x3c,0x1e,0xf9,0x56,0xd8,0xad,0x8,0xf9,0x42,
+ 0x3,0x6,0xa5,0x9a,0x93,0x46,0x61,0x72,0x5c,0xf6,0x7f,0x72,0xb2,0x73,0xac,0x7f,
+ 0xdf,0xee,0x60,0xba,0xf7,0xc,0x8c,0x9c,0x2,0x20,0xb9,0x53,0xd7,0x22,0x95,0x42,
+ 0xfe,0xea,0xb0,0xe8,0x3f,0x76,0xac,0x23,0x7b,0xee,0xfd,0x3f,0x88,0x99,0xd3,0x7d,
+ 0xcb,0x11,0x2f,0x97,0x81,0x67,0x92,0xf,0x55,0xaf,0xe,0xc,0x27,0xe9,0xcb,0x52,
+ 0xe1,0xc8,0x80,0x7,0x73,0x66,0xa0,0xf7,0xd4,0xd9,0xf1,0x73,0x47,0x7e,0x1d,0x4c,
+ 0x75,0x1f,0x6,0x30,0x77,0xe3,0x0,0x59,0x8e,0xc8,0x8c,0x4f,0xca,0x2b,0x1d,0x47,
+ 0xf7,0xce,0xe,0x1d,0x78,0x53,0xcc,0xf4,0x9f,0x58,0xae,0x78,0x39,0x80,0x8d,0xb1,
+ 0x84,0x1b,0x12,0xc2,0x40,0xa2,0x94,0x7e,0x82,0x44,0x21,0x3b,0xa3,0x33,0xa3,0x57,
+ 0xe,0x8a,0x6c,0xff,0xd1,0x85,0xe2,0x37,0x6c,0x68,0xf0,0x4c,0xf7,0xdc,0xc8,0xc1,
+ 0x37,0x45,0xf6,0x54,0xef,0xbd,0x88,0x97,0x3,0xa8,0x27,0xc6,0x99,0x27,0x14,0xb4,
+ 0x21,0x18,0xa3,0x41,0xd0,0x98,0x9a,0xc8,0x8,0xa3,0xc5,0x21,0xed,0x65,0x6e,0x7b,
+ 0x50,0x54,0xfe,0xca,0xa0,0x97,0xfb,0xf4,0x67,0x22,0xdb,0x77,0x7c,0xa1,0xb8,0x9b,
+ 0x4a,0x3f,0x8a,0xd2,0x3b,0x63,0x16,0x7d,0x79,0x0,0x63,0xb9,0xd3,0x7b,0xca,0x2,
+ 0x24,0x8c,0x1,0x9,0xa1,0x61,0xe6,0x9f,0x59,0xe9,0x7b,0xb8,0x9e,0x9d,0x95,0xaa,
+ 0x30,0xd1,0x5b,0x2e,0x82,0xc2,0xf0,0xdb,0x63,0x0,0x26,0x17,0x89,0x73,0xb7,0xba,
+ 0xfa,0x8f,0xb5,0x4d,0x8f,0xc4,0x18,0xe7,0x9a,0x31,0xe,0xc6,0xb9,0x26,0xc6,0xf4,
+ 0xc0,0xc7,0x87,0xf7,0x1,0x78,0x63,0x1e,0x66,0x11,0x80,0x31,0xbe,0xef,0xf9,0x46,
+ 0x21,0x42,0x52,0x3,0xbe,0x50,0x90,0xbe,0xf,0x6e,0xd9,0x96,0x55,0xd1,0xd2,0x80,
+ 0x51,0x5c,0x2c,0xc7,0x50,0x66,0x6d,0xf3,0xca,0xd6,0xd4,0x96,0xba,0x2d,0xcf,0xb8,
+ 0xca,0x72,0x40,0xc4,0x60,0x71,0x42,0x2,0x39,0x35,0xd0,0x71,0xe8,0x40,0x6e,0xe0,
+ 0xb7,0xe6,0xc6,0xc6,0x45,0x19,0x30,0xd7,0x7d,0xcf,0x37,0x64,0x29,0x78,0x81,0x46,
+ 0xd1,0x97,0xb0,0x39,0x87,0xed,0x38,0x9c,0x88,0x6f,0x6,0xf0,0x51,0xb9,0x2c,0x94,
+ 0xb1,0xd,0xe1,0xaa,0x87,0xec,0x1c,0xe2,0x50,0x26,0xc,0x18,0x20,0xc,0xd,0xdb,
+ 0x2b,0x2a,0x18,0x95,0x5d,0xb8,0xf1,0x96,0x81,0x44,0x2b,0xff,0x42,0x7e,0xf6,0xba,
+ 0x94,0x22,0x40,0xd1,0xf3,0x61,0x8c,0x81,0x22,0xe,0x2b,0xea,0x5a,0x76,0x28,0xf4,
+ 0x6d,0x37,0x95,0x7e,0xf8,0x6e,0xca,0x6e,0x2a,0xdd,0x18,0x4f,0x26,0xbf,0xe3,0xd4,
+ 0x34,0x84,0x24,0xd9,0x9f,0xad,0x5b,0xa4,0x30,0x3b,0x31,0x1a,0x68,0xe5,0xdd,0x92,
+ 0xc5,0x5b,0x0,0xe4,0xec,0x99,0xa3,0xd7,0xb3,0x33,0x9e,0xf0,0x8a,0xc6,0xe8,0xd2,
+ 0xb3,0x6b,0x40,0x30,0xd1,0x24,0x25,0xaa,0x2a,0xb7,0x32,0xce,0x7f,0x74,0x37,0x80,
+ 0x50,0x24,0xfa,0x83,0xc6,0x75,0xeb,0x9f,0x12,0xf1,0x7a,0x46,0xec,0xa6,0xfb,0x30,
+ 0x2,0x33,0x79,0xe9,0xfc,0xac,0xc8,0xf6,0x9d,0x5c,0xb8,0xff,0x96,0x12,0xf8,0xe3,
+ 0x47,0x86,0xb,0x2b,0xb6,0x74,0x26,0x72,0xd9,0xaf,0x50,0xb4,0x96,0x97,0xa,0x45,
+ 0x50,0x2c,0x84,0x78,0xe3,0x1a,0x47,0x29,0xfd,0xa,0x6d,0x7c,0xb5,0x4e,0x49,0xf9,
+ 0x1b,0x0,0xbd,0xb9,0xd3,0x7b,0xd4,0x7c,0xd4,0x1c,0xc0,0xfa,0x70,0x2c,0xf6,0xf2,
+ 0xca,0xd6,0xb6,0xef,0x45,0x5a,0xb7,0x45,0x94,0x15,0x59,0x10,0xa5,0x1,0x4d,0x5f,
+ 0xe,0xb2,0x63,0x97,0xf,0x7,0x99,0x13,0x57,0x97,0x4,0x0,0x20,0xbc,0xdc,0xc4,
+ 0xdb,0xd7,0xb3,0x89,0xf6,0x8a,0x68,0x65,0xb5,0x4f,0x37,0xff,0x36,0x91,0x6a,0xaa,
+ 0x5c,0xe3,0x58,0xf6,0xc8,0xb9,0xef,0xe6,0xb2,0xd9,0x2d,0x5e,0xa1,0x70,0xdc,0x4d,
+ 0xa5,0x2f,0x1,0xd0,0x20,0x6a,0xaa,0xa8,0xa9,0x69,0xaf,0x7d,0xb8,0x65,0x6d,0xbc,
+ 0x6d,0xa7,0xa3,0x62,0x75,0xb7,0xc,0x3a,0x9,0x2a,0xe0,0xda,0xc5,0xc1,0xf1,0xe9,
+ 0xcb,0xfd,0xfb,0x1,0x88,0x3b,0x1,0xc0,0x9f,0x3a,0xb9,0x77,0xc6,0x76,0x9f,0x72,
+ 0xa2,0xf1,0x17,0xec,0xea,0x6,0xae,0xc8,0x29,0xb5,0x59,0xe2,0xd0,0xd1,0x6a,0x72,
+ 0xd7,0xed,0x8,0x25,0x8a,0xd9,0x36,0xe9,0xcd,0x3d,0x66,0x44,0xa0,0xb9,0x1d,0x42,
+ 0xb8,0x22,0xc9,0xc2,0x55,0x75,0xa4,0x2a,0x1a,0x21,0x9c,0x4,0x88,0xf1,0xcf,0xda,
+ 0x57,0x4,0x45,0xa3,0xc6,0xcf,0x88,0x81,0x8e,0xff,0xbe,0xeb,0x8d,0x1f,0x3f,0xb0,
+ 0x58,0xef,0x36,0x0,0x39,0x33,0x90,0xf1,0xed,0xc4,0x9f,0xb2,0xd1,0xc4,0xd3,0x49,
+ 0xcb,0x5e,0xcd,0x6b,0x63,0xac,0xd4,0xf,0x4a,0x9f,0xe6,0x61,0x50,0x65,0x13,0x2c,
+ 0xdb,0x26,0x4e,0xe0,0xcc,0xe,0x1,0xe1,0x18,0x2,0xcb,0x1,0xf1,0x10,0xd8,0xc2,
+ 0xce,0x9,0x5,0x7b,0xea,0x82,0x3c,0xdb,0x79,0xa4,0xaf,0x38,0xd6,0xf9,0x57,0x99,
+ 0x1f,0x9a,0x5a,0xac,0x57,0x6e,0x22,0xd2,0xaa,0x30,0x92,0x51,0x14,0x1d,0x15,0xda,
+ 0x69,0xb,0x41,0xd6,0x84,0x22,0x31,0xc0,0x8e,0x12,0x31,0xe,0xe2,0x16,0x88,0x73,
+ 0x10,0xb3,0x1,0x2b,0x4,0x58,0xe,0xc0,0xac,0x9b,0xeb,0xdc,0x2,0x11,0x83,0xa3,
+ 0x72,0xc6,0x9a,0x18,0x90,0x67,0xe,0xbf,0xdf,0x35,0xd6,0xb7,0xef,0x57,0x41,0xa6,
+ 0xeb,0x28,0x80,0xdb,0x6,0x93,0xa5,0x46,0x32,0xa9,0x8b,0xe3,0x19,0xad,0xd9,0x25,
+ 0x5,0x77,0x23,0x89,0x62,0x95,0x13,0xb6,0x19,0x77,0xe2,0x20,0x6e,0x83,0x18,0x7,
+ 0x9b,0x17,0x64,0xcc,0x2,0x31,0xb,0x8c,0x73,0x10,0xb3,0x60,0x31,0x83,0x88,0x97,
+ 0x81,0x37,0xd4,0x13,0xc,0x9d,0xe8,0xe8,0x19,0xef,0x7f,0x6f,0xb7,0x98,0xec,0xee,
+ 0x84,0x91,0x33,0xe5,0x84,0x96,0x1e,0x4a,0xb5,0x98,0x53,0xf9,0xe1,0xab,0xd2,0x9b,
+ 0x39,0xe1,0x8b,0x70,0xd1,0xcf,0xe7,0xeb,0x4d,0x6e,0x32,0x1a,0x62,0x92,0x88,0x8,
+ 0x8c,0x40,0x9c,0xc,0x38,0x29,0x30,0x15,0x80,0x8b,0x39,0xc3,0x67,0xaf,0xe8,0xe0,
+ 0x52,0x8f,0x3f,0xd6,0x77,0xec,0xc2,0xf9,0xa3,0xff,0xfe,0xf3,0xcc,0xf9,0x77,0x7f,
+ 0x27,0xb2,0x7d,0xdd,0xf3,0xad,0xbb,0xac,0xdd,0x75,0x2c,0x7,0x50,0x1,0xe2,0xf5,
+ 0x4e,0xfd,0xae,0x6d,0x76,0xa2,0xa9,0x3d,0x1c,0xab,0xf9,0x5a,0xc8,0x89,0xac,0x74,
+ 0xe2,0x2e,0xb7,0x23,0x31,0xe2,0x96,0x5,0x29,0x85,0x16,0x85,0x39,0x3f,0xf0,0xa,
+ 0x97,0xa,0xd9,0xab,0xff,0x29,0x4e,0x9e,0xed,0xf1,0xc6,0x8f,0xf4,0xc2,0xe8,0x31,
+ 0x0,0xb3,0x77,0x72,0xbe,0x1c,0x80,0x1b,0x56,0xd,0xa0,0xa,0xa0,0xa8,0x95,0x78,
+ 0xb4,0xc6,0x4a,0x34,0xaf,0x22,0x3b,0x5e,0xd,0x18,0x63,0x44,0x3e,0x23,0x67,0x3f,
+ 0x1d,0x95,0xb9,0xb,0x53,0x80,0x29,0x0,0xc8,0x2,0x58,0x32,0xea,0xfb,0x5,0x0,
+ 0x4a,0x25,0x73,0x0,0x44,0x0,0x84,0x0,0xdc,0x78,0x6b,0x5,0x4a,0x17,0xac,0x88,
+ 0x52,0x57,0x54,0xcb,0x75,0xf8,0x7f,0xd4,0xec,0x69,0x2,0x3f,0xb2,0xd3,0x69,0x0,
+ 0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82,
+ // D:/src/skia.1/trunk/debugger/QT/Icons/breakpoint.png
+ 0x0,0x0,0x8,0xc7,
+ 0x89,
+ 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0,
+ 0x0,0x0,0x20,0x0,0x0,0x0,0x20,0x8,0x6,0x0,0x0,0x1,0x4,0x7d,0x4a,0x62,
+ 0x0,0x0,0x0,0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xb,0x13,0x0,0x0,0xb,0x13,
+ 0x1,0x0,0x9a,0x9c,0x18,0x0,0x0,0x0,0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xd7,
+ 0xfb,0x6f,0x33,0x18,0x1,0x0,0x0,0x0,0x20,0x63,0x48,0x52,0x4d,0x0,0x0,0x6c,
+ 0x9b,0x0,0x0,0x72,0x6f,0x0,0x0,0xf6,0xae,0x0,0x0,0x85,0x83,0x0,0x0,0x6e,
+ 0xf7,0x0,0x0,0xe8,0x41,0x0,0x0,0x31,0x74,0x0,0x0,0x17,0x6c,0xa1,0xb6,0x2d,
+ 0x9b,0x0,0x0,0x8,0x3d,0x49,0x44,0x41,0x54,0x78,0xda,0x62,0xfc,0xff,0xff,0x3f,
+ 0x3,0x32,0x60,0x61,0x60,0x60,0x60,0xf8,0x7a,0x62,0xeb,0xff,0xd7,0x73,0x1a,0x19,
+ 0x7e,0x89,0xaa,0x30,0x30,0x2e,0x53,0xe3,0x3c,0xac,0x22,0x23,0x64,0xc3,0xcc,0xcd,
+ 0xcb,0xf0,0xe7,0xd3,0x7b,0x6,0x86,0xff,0xff,0xff,0x33,0xec,0x5b,0xb7,0xfa,0xff,
+ 0x16,0x45,0xae,0xff,0x3b,0x54,0xb8,0xfe,0x3,0x0,0x0,0x0,0xff,0xff,0x62,0x44,
+ 0x37,0x83,0xf1,0x98,0x25,0xf7,0x16,0x49,0x2d,0x2d,0x6f,0x6,0x6,0x6,0x6,0x85,
+ 0x39,0xa7,0x18,0x19,0xaf,0x2f,0x9c,0xf4,0xff,0xeb,0xf2,0x9,0x10,0x1b,0x64,0x94,
+ 0x18,0x18,0xbb,0x44,0x59,0xd,0xb4,0x78,0x58,0xcf,0x33,0x30,0x30,0x30,0x78,0xdf,
+ 0xfb,0xca,0x8,0x0,0x0,0x0,0xff,0xff,0x82,0x9b,0xf1,0xb8,0xcc,0xfb,0xff,0xcb,
+ 0x3b,0x4f,0xe0,0x66,0xf1,0xfe,0xff,0xc8,0xa0,0xbe,0xfe,0x1,0x23,0xe3,0xff,0xff,
+ 0xff,0x19,0x2e,0x5,0x6b,0xff,0x67,0x63,0x63,0x86,0xda,0xc2,0x8,0xa5,0x18,0x19,
+ 0x18,0xf8,0x4,0x19,0x18,0xff,0xff,0xff,0xcf,0xb0,0xdf,0x50,0xe0,0xff,0xbf,0x9f,
+ 0xbf,0x51,0x5c,0xf3,0x53,0x42,0x8e,0xe1,0xf7,0xe7,0xf,0x10,0x5,0x8c,0x8c,0x8c,
+ 0x4c,0x6b,0xc,0x95,0xfe,0xf2,0xb2,0xb2,0xc1,0x15,0x1c,0xbd,0x73,0xef,0x5e,0xe3,
+ 0xdb,0x9f,0xca,0x0,0x0,0x0,0x0,0xff,0xff,0xc2,0xf0,0x7,0x3a,0x60,0x61,0x60,
+ 0x60,0x60,0xb8,0x64,0xcd,0x9d,0xf9,0x4b,0x5c,0x65,0x1a,0x4c,0x90,0x9b,0x87,0x9d,
+ 0x41,0x73,0xd1,0x29,0x46,0x6,0x6,0x6,0x88,0x15,0xf7,0x52,0x2d,0xff,0x33,0xfd,
+ 0xff,0x8b,0xd0,0xc5,0xcd,0xc5,0xf0,0xed,0xf3,0x77,0x6,0xb5,0x79,0x27,0x19,0x99,
+ 0x76,0x59,0x8,0x7f,0xe6,0xd0,0xb3,0x62,0xf8,0xf1,0xed,0x27,0xc3,0x8f,0xaf,0x3f,
+ 0x18,0x7e,0x7c,0xfd,0xc1,0xf0,0xe5,0xf5,0x7b,0x6,0x16,0xbb,0x70,0x86,0x2d,0x6,
+ 0x5c,0xd2,0x8c,0xc7,0x8c,0xb8,0xff,0x33,0x71,0x72,0x32,0xb0,0xf0,0xf2,0x31,0x30,
+ 0x32,0x33,0x33,0xfc,0xff,0xfb,0x97,0xe1,0xff,0xdf,0x7f,0xc,0x5f,0x3f,0x7e,0x66,
+ 0x60,0x97,0x96,0x61,0x60,0xba,0xfc,0xe6,0x5f,0x25,0x7b,0xf3,0x32,0x86,0xf,0xf,
+ 0x5f,0x30,0xbc,0xbf,0xf7,0x94,0xe1,0xc3,0xc3,0x17,0xc,0x1f,0x9f,0xbc,0x62,0x60,
+ 0x65,0x60,0x60,0xb0,0x58,0x77,0x1,0x12,0x50,0x7b,0x4c,0xa4,0xff,0xff,0x7c,0xf7,
+ 0x1,0xee,0x86,0xff,0xbe,0x91,0xc,0x37,0xd7,0x2c,0xff,0x5b,0xfc,0xf4,0x2b,0xb,
+ 0xe3,0xff,0xff,0xff,0x19,0x14,0x19,0x19,0x5,0x66,0x9a,0x69,0xbc,0x47,0xf6,0x9e,
+ 0xfb,0xa9,0x1b,0xec,0xff,0xff,0xff,0xff,0x5,0x20,0x94,0xec,0x41,0x12,0xa,0xa3,
+ 0x30,0xfc,0x7c,0xf8,0x57,0x69,0xa4,0x9,0xa1,0x4b,0x4e,0x12,0x54,0x50,0x12,0x41,
+ 0x63,0x21,0x41,0xb9,0x38,0x35,0x44,0x63,0x5b,0x18,0x8d,0xd5,0x52,0x20,0x84,0x53,
+ 0x53,0x83,0x6e,0x6d,0x77,0x8,0x22,0xa8,0xa0,0xa1,0x1f,0x34,0x70,0xac,0x1c,0xc2,
+ 0x96,0x74,0xc8,0x8a,0x9b,0x95,0x18,0x7a,0x43,0x3,0xfd,0x5a,0xf2,0x56,0x28,0xf5,
+ 0xc2,0xe1,0x3d,0xcb,0x79,0x87,0xe7,0x3d,0x4d,0x1c,0xd2,0xe3,0xb6,0xbf,0xc1,0x48,
+ 0xe1,0xef,0x4f,0x94,0xce,0xf4,0xfe,0x7f,0x6,0x64,0x43,0x7e,0x29,0x5d,0x5e,0x3a,
+ 0x5e,0x6e,0x40,0xd6,0x9b,0x6e,0x7b,0x36,0xe,0x78,0xc,0xcf,0xa1,0x26,0xe3,0xd1,
+ 0xd1,0xa4,0xb6,0xa0,0x7,0xa4,0x7,0x85,0xd9,0x34,0x39,0x5d,0xed,0xa,0xcc,0x53,
+ 0x56,0x22,0xd4,0x1b,0xa1,0xd,0x17,0x42,0xdf,0x5d,0xcb,0x31,0xd4,0xcd,0x45,0x72,
+ 0xa9,0xeb,0xdb,0x89,0xb,0xcd,0x2b,0xf6,0x6,0xac,0xc3,0x7d,0x63,0x23,0x57,0xce,
+ 0x95,0x18,0xf9,0xd5,0x19,0x40,0x2,0xa2,0x85,0x7f,0xcb,0x3e,0x35,0x4b,0xfe,0x50,
+ 0xe1,0x3e,0x9b,0xab,0x9,0x29,0x25,0x89,0xa0,0x4f,0x3a,0x3c,0x1e,0x9e,0x4e,0x8f,
+ 0x31,0x9b,0x4,0xff,0xc9,0xbd,0x1d,0xe7,0x39,0x14,0x20,0xa3,0x96,0x14,0x9d,0x81,
+ 0xe2,0x73,0xcb,0xde,0x4e,0x23,0x5,0xad,0x8e,0x45,0x2b,0xb6,0xe6,0x7,0xd8,0xc3,
+ 0x51,0xaa,0x5b,0x6b,0xa4,0xb2,0x6a,0x70,0xe9,0xa1,0xb2,0xff,0xb,0x62,0xc4,0x6d,
+ 0x7d,0x1d,0x6a,0x13,0xdd,0x86,0xd8,0x6e,0xeb,0xcf,0x3c,0xda,0xe1,0xfd,0xfc,0x84,
+ 0xcb,0xcc,0x9d,0x73,0xfd,0x4d,0x16,0x74,0x88,0x42,0x8,0x23,0x60,0x5,0x6c,0x80,
+ 0x3,0x68,0xff,0x1a,0xb,0x60,0x0,0x6a,0xc0,0x7,0x50,0x1,0x8a,0x80,0x6,0x14,
+ 0xa5,0x94,0xe5,0x4f,0x42,0xaa,0x26,0x24,0xaa,0x28,0xa,0x7f,0x77,0x9c,0x9f,0xe7,
+ 0xbc,0xe1,0x8d,0x3e,0x9d,0x81,0x71,0xb0,0xd2,0x46,0x14,0x4b,0x71,0x48,0x1c,0x6a,
+ 0x84,0x82,0x6a,0x11,0x12,0x41,0xed,0x92,0x5c,0x95,0xe4,0xaa,0x88,0x5a,0x44,0x41,
+ 0xf4,0xb3,0x88,0x70,0x21,0x24,0xe6,0x36,0x50,0x74,0xd3,0x26,0x6c,0xe3,0xa2,0xda,
+ 0x48,0x50,0x10,0x95,0xda,0x8f,0x36,0xd,0x8a,0x39,0x68,0xcc,0xbc,0x19,0xc7,0xe7,
+ 0x9b,0x77,0xdf,0x7d,0xf3,0x5a,0xcc,0x4f,0x4f,0xa6,0x71,0x2e,0x7c,0x9c,0x73,0x16,
+ 0xe7,0xbb,0xdc,0xfb,0x9d,0xf3,0x55,0xdc,0x87,0x4a,0xc7,0x6a,0x2e,0x16,0x4e,0xb8,
+ 0x4e,0x5b,0x80,0xd9,0xbd,0x1a,0xda,0xdf,0x6e,0x93,0xb2,0x4,0x5c,0xe0,0xd0,0xec,
+ 0x4e,0x9a,0x82,0x52,0xfd,0x9f,0xf6,0xa6,0xe8,0xeb,0x68,0xc5,0x97,0x30,0x3f,0xd4,
+ 0x39,0x27,0x3f,0x2b,0xf4,0x58,0xa,0xc9,0x87,0x30,0x3f,0x66,0xab,0xe6,0xd1,0x36,
+ 0x3c,0xd,0xff,0x3e,0x37,0xfc,0x8d,0xc2,0xae,0xb8,0x3f,0xd8,0x86,0xf4,0x1f,0x9,
+ 0x8e,0x3,0x7,0xc7,0xcc,0x97,0x16,0x9,0xc4,0xd0,0xf1,0x21,0xeb,0x91,0x33,0x88,
+ 0x3d,0x1c,0x80,0x2a,0xab,0x25,0x90,0x57,0xa2,0x68,0x79,0x34,0x1,0xae,0x56,0xc4,
+ 0xbb,0x10,0x3f,0xb3,0x8b,0xe0,0x4d,0x88,0x5f,0xd6,0x36,0x62,0x70,0x8a,0x6e,0x68,
+ 0xaa,0x6,0xa6,0x31,0x30,0xa6,0xe7,0xa2,0x9,0xab,0x37,0xfb,0xa0,0x35,0x6,0x21,
+ 0x76,0x75,0xf7,0x7d,0x3d,0x4c,0xec,0x0,0x60,0x99,0xe9,0x72,0xfa,0xfd,0x3d,0xbd,
+ 0x81,0xba,0xeb,0x23,0xd8,0x98,0x1a,0x5,0xa3,0xc,0x4c,0xd3,0xc1,0x54,0x2d,0x97,
+ 0x17,0x6a,0xca,0xa0,0x2a,0x14,0xee,0xee,0x30,0x58,0x4a,0x42,0xd4,0xea,0x8c,0x3,
+ 0x0,0x79,0x15,0xf6,0x31,0x8f,0xc7,0x53,0x55,0xdf,0xde,0xa,0x79,0x69,0xd1,0x34,
+ 0xf7,0x66,0x79,0x49,0xb1,0x26,0x84,0xc0,0x75,0xf9,0x1,0x32,0x2f,0x46,0xf1,0x6d,
+ 0xee,0x7d,0xd0,0x5a,0xdf,0xe0,0xaf,0x12,0x8e,0x9e,0xc4,0xfa,0xf4,0x38,0x6c,0x9c,
+ 0x3,0xc4,0xce,0xc1,0x62,0xcd,0x89,0x43,0xf2,0x46,0x6a,0x68,0x14,0x0,0x90,0xa5,
+ 0x2a,0xc,0x4a,0xc1,0xd7,0x78,0x21,0x7d,0xfe,0x8,0x45,0xd3,0x9f,0x92,0xe7,0xcd,
+ 0xdc,0x64,0x53,0x8d,0xed,0xa2,0xfb,0xee,0x38,0xa4,0xfb,0x83,0x15,0x7,0x87,0x3a,
+ 0xdd,0x10,0x6b,0x5d,0x90,0x14,0x1d,0xa7,0x5e,0xff,0x24,0x96,0x81,0x88,0xd2,0x9f,
+ 0x16,0xbc,0xa0,0x53,0x23,0x90,0xb3,0x76,0x30,0x6a,0xec,0x9,0xcf,0x93,0x49,0x28,
+ 0xdb,0xa,0x7e,0x45,0xd6,0x6f,0x17,0x55,0x58,0x5e,0x5a,0x3b,0xb7,0x15,0x89,0x42,
+ 0x1c,0x9e,0x0,0xcb,0xa2,0x2c,0x32,0x9d,0xbd,0x90,0xae,0x9e,0x45,0x24,0x96,0xc4,
+ 0xe0,0xca,0xce,0xe3,0x22,0xc1,0xb5,0xdf,0x99,0x97,0xf3,0x12,0xd3,0xe5,0x1b,0xfd,
+ 0x90,0x7d,0x1,0x30,0x8a,0x12,0x50,0x15,0x70,0x5,0x7b,0x60,0x8,0x1e,0x6c,0x26,
+ 0x33,0xc1,0x92,0x51,0x4e,0xc6,0x93,0x5e,0x99,0x6f,0x88,0xbb,0x2e,0x5c,0x82,0xd1,
+ 0xd2,0xf1,0xdf,0xf7,0xa7,0xae,0x9c,0xc7,0xbc,0x9a,0x4d,0xdc,0xd9,0xa4,0x9f,0x4a,
+ 0x4c,0x95,0x10,0x62,0xbb,0x27,0x3a,0xbe,0x1f,0xb,0x34,0x35,0x97,0xfb,0xc0,0x44,
+ 0x2a,0x85,0x5b,0x3f,0x62,0x75,0x6b,0xb9,0x55,0xce,0x9a,0xfd,0xa0,0x1a,0x80,0x90,
+ 0xf7,0x3,0x21,0xef,0x5,0x1c,0x0,0x5b,0xbe,0x57,0x3,0xa0,0x2,0x50,0x0,0x24,
+ 0x0,0x6c,0x1,0x48,0x1b,0x86,0xa1,0xfd,0x65,0xbd,0x5c,0x43,0x9a,0x8c,0xc2,0x38,
+ 0xfe,0x3f,0xdb,0xde,0xdd,0xde,0x6d,0xba,0x4d,0x27,0x39,0x15,0xd3,0xd6,0xc5,0x12,
+ 0x2c,0x56,0x94,0xd4,0x87,0xca,0xbe,0x74,0x81,0x12,0x8a,0x40,0x30,0xc8,0xa0,0x12,
+ 0x24,0xca,0x3e,0xa4,0x41,0xd1,0x45,0xa4,0x48,0xa9,0x28,0xb,0x53,0x8c,0xa2,0xa2,
+ 0x24,0xe8,0xe6,0x97,0xae,0x94,0x62,0x11,0x6a,0x66,0x77,0x67,0x99,0xe8,0xa6,0x6e,
+ 0x66,0x6d,0xee,0x7d,0xdb,0xfb,0xee,0x72,0xfa,0x90,0xc5,0xa2,0x2c,0xe7,0x7a,0xe0,
+ 0x7c,0x3a,0xf0,0xfc,0x1f,0xce,0xf3,0x9c,0xff,0xef,0x9c,0xa8,0xfd,0x20,0xda,0x90,
+ 0x8d,0xb9,0xb3,0x8e,0x48,0x5f,0xba,0x34,0x2d,0xfa,0xa5,0xab,0xb3,0xa4,0x6a,0xcd,
+ 0x84,0x92,0x8b,0x7d,0xdd,0xf0,0xb4,0x35,0xb5,0xcf,0x32,0x71,0x56,0x5c,0x9,0xe3,
+ 0x77,0xf8,0x1d,0xf9,0xd3,0x9,0xbc,0xce,0x8e,0x31,0xf8,0x59,0xc6,0x66,0xcc,0xce,
+ 0x31,0xf0,0x7d,0xdd,0x30,0x17,0x9f,0x4,0x9b,0x61,0x8d,0x48,0xdc,0x7e,0xae,0x2,
+ 0xe2,0xe3,0x6b,0x90,0x19,0xe2,0xe1,0x6c,0xbc,0x3d,0xac,0xa,0x48,0x2d,0x19,0xcd,
+ 0xee,0xe1,0x7f,0x16,0xd0,0x3c,0x4f,0x93,0xa5,0x8c,0xd3,0xb7,0x24,0xcc,0xb6,0x4a,
+ 0x47,0xec,0x76,0xa4,0x95,0xd7,0xc3,0x73,0xb1,0xc,0x5c,0xe7,0xf3,0x71,0x8b,0x13,
+ 0x42,0x10,0xbb,0x66,0x33,0x2,0xa,0x3,0x86,0xcf,0x95,0x41,0x39,0xc9,0xc,0xc7,
+ 0xa3,0xfb,0xc1,0x80,0x10,0xb4,0x66,0x3f,0xf5,0xb6,0x8f,0x59,0xc0,0x3,0x2b,0xbb,
+ 0x22,0x36,0x25,0xe9,0x96,0x3e,0x39,0x5,0x1c,0xef,0xc7,0xd4,0x8a,0xab,0x70,0x1e,
+ 0x2a,0x80,0xd0,0xdf,0x37,0xa1,0x16,0xe8,0x16,0x2c,0x83,0x6a,0x49,0x1e,0x7a,0xf6,
+ 0xe6,0x43,0x93,0x68,0xc6,0x40,0xcb,0x13,0x70,0x1e,0x7e,0xe5,0xe2,0x16,0xae,0xe1,
+ 0xb7,0x2,0xee,0xce,0x51,0xef,0x32,0x4e,0xb1,0x94,0x6b,0x63,0x35,0x10,0x54,0xf1,
+ 0x48,0xdd,0x75,0x1c,0xae,0x7d,0xeb,0x21,0x72,0x7c,0x54,0x43,0xc6,0xa6,0x4d,0x43,
+ 0xcc,0xe6,0xc3,0xe8,0xda,0x99,0xb,0x5d,0x9c,0x1e,0x43,0x9d,0x36,0x78,0x9c,0xae,
+ 0x92,0x9c,0xb6,0xef,0x4e,0x40,0x28,0xa5,0x68,0xc8,0x64,0x6b,0x12,0xb3,0x32,0xb,
+ 0x14,0x21,0x3f,0xa8,0x65,0x2e,0x4c,0x2b,0xd7,0x63,0xb8,0x72,0x1b,0x82,0xc1,0x50,
+ 0xe4,0x8a,0x3f,0x38,0x16,0x16,0x72,0xa3,0x9,0xc6,0xdd,0x75,0xf8,0x50,0x9a,0xf,
+ 0x56,0x26,0xc2,0x3d,0x38,0x84,0xa1,0x1e,0x7b,0xed,0x8a,0x17,0xdc,0x26,0x52,0x3f,
+ 0x4d,0xd5,0x98,0x34,0x23,0x7d,0xa1,0x32,0x28,0x40,0xb5,0x6a,0x23,0xe4,0x71,0x93,
+ 0xe0,0xbd,0x70,0x18,0x13,0xd1,0xfe,0x5b,0x30,0x8c,0x1c,0xba,0xd2,0x6a,0xb8,0x2f,
+ 0x1e,0x43,0xe8,0x7d,0x7,0xbc,0x5f,0x5,0x38,0xde,0xf7,0x36,0xc9,0xc4,0x90,0xa4,
+ 0xc8,0xd9,0xff,0xe9,0x59,0x62,0x8c,0x12,0x23,0xe7,0x2b,0x60,0xa8,0xbc,0x1,0x17,
+ 0x47,0xa0,0x18,0xfc,0xf8,0xdf,0xc4,0x83,0x14,0x50,0x2c,0xcf,0x3,0x63,0xeb,0x0,
+ 0x77,0xef,0x3a,0xe4,0x29,0xa9,0x70,0x7c,0x74,0x40,0xc,0x49,0x8a,0x8,0xa5,0x14,
+ 0xa7,0x93,0xd5,0x66,0x95,0x56,0xf1,0xce,0x92,0x92,0xc0,0x52,0xa7,0x1d,0xba,0x83,
+ 0x67,0xe1,0xbc,0x52,0xb,0xd2,0xfa,0x10,0x24,0x5a,0xf1,0x10,0xc0,0x6e,0xd8,0xe,
+ 0x75,0x88,0xc7,0x97,0x4b,0xd5,0x50,0x4e,0xb6,0xe0,0x55,0xc7,0x3b,0xaf,0xe8,0xc7,
+ 0xf4,0x2d,0xbd,0xbc,0xfd,0xe7,0x10,0xd6,0xcf,0x22,0xf2,0x41,0x8f,0xea,0xf5,0x8c,
+ 0x29,0x49,0xe9,0x64,0xc0,0xe,0x6d,0x61,0x29,0x46,0x7a,0x7a,0xe0,0xbf,0x79,0x1,
+ 0x92,0x9,0x56,0x21,0x86,0x0,0xfd,0xee,0xa3,0x60,0x5a,0xef,0xc2,0x7d,0xa7,0x1,
+ 0xc4,0x9c,0x8c,0x37,0x6f,0xbb,0xbb,0x12,0x62,0x84,0x99,0x6b,0x5f,0x52,0xf1,0x8f,
+ 0x3e,0x50,0x99,0xa8,0x6a,0x9c,0x9a,0x9e,0xbc,0x90,0x71,0x3a,0xc0,0x2e,0xcf,0x5,
+ 0x6f,0x4a,0x85,0x50,0x53,0x1,0xa9,0x24,0x42,0x71,0x9,0x3,0xe3,0x91,0x3a,0x90,
+ 0x33,0x65,0xe0,0x6d,0x36,0xf8,0xb4,0x7a,0x74,0xf5,0xe,0x34,0xed,0xe8,0xf7,0x2d,
+ 0xfa,0xa7,0x13,0x96,0xc7,0x2b,0xab,0x52,0xcd,0xf1,0x5b,0xb5,0xee,0x2f,0x60,0xe7,
+ 0x2f,0x80,0xb0,0x34,0x17,0xae,0x3d,0xc5,0x18,0x2f,0x37,0xa4,0x3a,0x1d,0x4c,0x87,
+ 0xaa,0x20,0x39,0x50,0x4,0x1f,0xef,0xc3,0x67,0x22,0x43,0xaf,0xcb,0x7d,0xaa,0xc4,
+ 0xe5,0x2b,0x1c,0x97,0x15,0x3,0xc0,0x7e,0xa3,0x72,0x5b,0x92,0x41,0x7b,0xd4,0x20,
+ 0x8,0xd0,0x48,0x29,0x64,0x11,0xf6,0xc1,0x17,0xa0,0x10,0xe5,0xa,0x38,0x44,0x3f,
+ 0x6,0x39,0xa1,0x68,0xef,0x90,0xef,0xc4,0x98,0x2c,0x20,0x84,0x90,0xb0,0x27,0x35,
+ 0x33,0xa,0x29,0x26,0x4f,0xcd,0xe4,0xa4,0xc9,0x49,0x75,0x34,0x43,0xd8,0x19,0xa0,
+ 0x85,0x97,0xbd,0xfe,0x7b,0x0,0x2,0xa3,0xeb,0x7,0x96,0x47,0x28,0xa5,0x34,0x62,
+ 0x1c,0x8f,0xb2,0x9f,0x9,0x7b,0xf0,0xfd,0xf2,0x4f,0xa6,0x94,0xfa,0x22,0xc9,0xf7,
+ 0x6d,0x0,0xe,0x19,0xb9,0x2a,0xab,0x3b,0x72,0x2d,0x0,0x0,0x0,0x0,0x49,0x45,
+ 0x4e,0x44,0xae,0x42,0x60,0x82,
+ // D:/src/skia.1/trunk/debugger/QT/Icons/play.png
+ 0x0,0x0,0x4,0x31,
+ 0x89,
+ 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0,
+ 0x0,0x0,0x20,0x0,0x0,0x0,0x20,0x8,0x6,0x0,0x0,0x0,0x73,0x7a,0x7a,0xf4,
+ 0x0,0x0,0x0,0x4,0x73,0x42,0x49,0x54,0x8,0x8,0x8,0x8,0x7c,0x8,0x64,0x88,
+ 0x0,0x0,0x3,0xe8,0x49,0x44,0x41,0x54,0x58,0x85,0xed,0x95,0x4d,0x68,0x5c,0x55,
+ 0x18,0x86,0x9f,0xef,0xdc,0x99,0x3b,0x93,0xc4,0xc6,0x4a,0x9b,0x40,0x9b,0xc4,0xe6,
+ 0xf,0x8b,0xa9,0x6d,0xa2,0x84,0xa,0x82,0xb8,0x71,0xa1,0x15,0x11,0x3,0x96,0xb4,
+ 0x5a,0x14,0xbb,0xd1,0x55,0x17,0x6e,0x5d,0x9,0x9,0x8,0x52,0xa6,0x6e,0xa5,0x50,
+ 0x7f,0x69,0x85,0x5a,0x6a,0x75,0x61,0xa9,0xda,0x80,0x3f,0x88,0x3f,0xd9,0x68,0x12,
+ 0x25,0x20,0xc6,0xa0,0x36,0x42,0x4d,0x49,0x9a,0xcc,0xdc,0x9f,0xf3,0xb9,0x38,0xf7,
+ 0xce,0x4c,0x92,0xa9,0xb1,0xed,0x6c,0xc4,0x7c,0x70,0x39,0xc3,0xe1,0x30,0xef,0xf3,
+ 0xbd,0xef,0xb9,0xdf,0x85,0x8d,0xda,0xa8,0xff,0x78,0x79,0x67,0xe,0x48,0xe1,0xf8,
+ 0x50,0xbe,0xf3,0x5f,0x9c,0x95,0xb,0x4f,0xf3,0xc2,0xc4,0xf3,0x9c,0xfa,0xe2,0x30,
+ 0xa7,0x0,0xf,0xc0,0xdc,0x24,0x40,0x73,0x5f,0x47,0xdb,0x91,0xbd,0x3,0xfd,0xef,
+ 0xbd,0x36,0xd4,0xd4,0xbd,0xce,0xd9,0xdc,0x66,0x9f,0x7,0xba,0xf6,0xdc,0xbf,0xbf,
+ 0xad,0x75,0xcb,0x7e,0xa0,0xb9,0x1e,0x0,0x99,0x5c,0xe3,0x26,0x3a,0x77,0xed,0xbd,
+ 0xfb,0x9e,0x9d,0x3b,0xa,0xc7,0x9f,0xd8,0xf4,0x4f,0x10,0xc6,0xa,0x6,0x2c,0x22,
+ 0xa,0x90,0xa9,0x7,0x0,0x22,0x96,0x5c,0xae,0x81,0x3b,0x6,0xee,0x7b,0xf4,0xde,
+ 0xdd,0xbd,0xa7,0x4f,0xc,0xdf,0xda,0x73,0xed,0xb3,0x0,0x31,0x38,0x0,0xea,0x2,
+ 0x0,0x8a,0xda,0x90,0x6c,0xae,0x81,0x1d,0xbd,0xbb,0x6,0xfa,0xbb,0x5b,0x8f,0xbd,
+ 0x7e,0xf0,0xb6,0x9a,0x10,0x62,0x1c,0x80,0x3,0xa9,0x13,0x80,0x11,0xb,0x36,0x40,
+ 0x34,0xc0,0xcf,0xe5,0xe8,0xbd,0x73,0xcf,0x23,0x83,0x3b,0xb7,0x9d,0x7e,0xeb,0xa9,
+ 0xad,0xbd,0x6b,0x0,0x4,0x84,0x18,0x31,0xb6,0xbc,0x97,0x49,0x56,0xef,0xe3,0x61,
+ 0xde,0xd9,0x92,0x75,0x48,0x2,0x20,0x89,0x65,0xc9,0x2a,0xa6,0xaa,0x8b,0x64,0x2f,
+ 0x52,0xf2,0x4d,0x19,0xb,0x36,0x4,0x8d,0xc0,0x46,0x64,0x7d,0x9f,0x8e,0xce,0xae,
+ 0xfe,0x28,0x58,0x3a,0xf6,0xf6,0x21,0x39,0xf2,0xe4,0x9b,0x7f,0x4e,0xaf,0x76,0xa0,
+ 0x3a,0x82,0x14,0xa0,0xb9,0xb3,0xbd,0x6b,0x7f,0xdb,0xc0,0x83,0x60,0x3c,0x30,0x6,
+ 0x31,0x6,0x4c,0x42,0x93,0x7a,0x26,0xa,0x28,0x60,0x41,0xe3,0xca,0x6a,0x83,0x32,
+ 0x80,0x68,0x48,0x2e,0x9b,0xa1,0xbb,0xa7,0x7b,0x5f,0xd6,0x9f,0xe9,0x38,0xf9,0x8c,
+ 0x37,0x34,0x7c,0xe2,0x8f,0xe9,0x14,0x40,0x25,0x4a,0x2f,0xa1,0x73,0xb0,0xc,0xa2,
+ 0x16,0x8d,0x3,0xf7,0x67,0x71,0x80,0xc6,0x1,0x1a,0x95,0xdc,0x1a,0x7,0x68,0xb2,
+ 0x5f,0x7e,0x6c,0x8,0x71,0xe8,0xce,0xdb,0x64,0xd5,0x10,0x6c,0x4,0x1a,0x91,0xcd,
+ 0x7a,0xb4,0x6f,0x6f,0xd9,0xdd,0xd7,0x9e,0x79,0xf5,0xe4,0xb3,0xdb,0x5d,0x1c,0x82,
+ 0x3,0xae,0xe1,0x0,0xaa,0x16,0xa2,0x12,0xa8,0xe7,0x50,0x8d,0x1,0x23,0x60,0xcb,
+ 0xe1,0xb9,0xee,0x13,0x17,0x14,0x5b,0x76,0x40,0x34,0x6,0x9c,0xb0,0xda,0xc8,0xd9,
+ 0xac,0x21,0xbe,0xef,0xd1,0x75,0xfb,0xd6,0x87,0x7d,0xff,0xf2,0x99,0x91,0xc7,0x5a,
+ 0xf,0x19,0x6f,0x4e,0x84,0x8,0x31,0x35,0x0,0xc0,0xba,0x8e,0x88,0x13,0xaf,0xc,
+ 0xa8,0x54,0x22,0x10,0xd0,0x72,0x4,0x49,0xc,0x58,0x84,0x34,0x8a,0xd0,0x35,0x41,
+ 0x8,0x36,0x6,0x8d,0x10,0x8d,0xc8,0x66,0x3c,0xda,0x5a,0x9a,0xee,0x7a,0xa8,0xaf,
+ 0x74,0x34,0xef,0x35,0xb7,0x42,0x8c,0x50,0x3,0x40,0x34,0x46,0xa3,0x92,0x13,0x16,
+ 0xa9,0x38,0x20,0x52,0xbe,0x80,0x88,0x26,0x4e,0x58,0x10,0x8b,0xa0,0x68,0x5c,0x4,
+ 0x5b,0x72,0xab,0x86,0x10,0x2d,0x41,0x5c,0x4,0x5b,0x44,0x6d,0x98,0xc4,0x19,0x33,
+ 0x7f,0x45,0x36,0x67,0x9a,0x82,0xbc,0x2e,0x2e,0x80,0xad,0xe5,0x80,0xb5,0x2e,0x5b,
+ 0x35,0xe0,0x25,0xdd,0xa7,0xe,0x58,0x71,0xb7,0x45,0x14,0x34,0x46,0xa3,0xab,0x50,
+ 0xba,0x82,0x46,0x8b,0x68,0x69,0xde,0x9,0x6b,0x80,0x68,0xe4,0xa2,0x48,0xdf,0x73,
+ 0x3,0x81,0x85,0xa9,0x4b,0xfe,0xec,0xcb,0x17,0xcc,0xd1,0x97,0xf6,0x45,0x87,0x81,
+ 0x9e,0xea,0x39,0xb0,0x22,0x2,0x89,0x8a,0xe0,0x79,0x4e,0xd8,0x88,0x13,0x26,0x46,
+ 0xe3,0x12,0x5a,0x9a,0x77,0x62,0xa5,0x79,0x88,0x97,0xdd,0x4d,0x4e,0x5e,0x49,0xc,
+ 0x2b,0x7f,0x27,0xec,0xa1,0x85,0x6f,0x66,0x72,0xe3,0x85,0x31,0x33,0x72,0xfe,0xa7,
+ 0xe5,0xcf,0x5e,0x79,0x9c,0x3,0x92,0x9e,0x5d,0x3,0xa0,0x16,0x8d,0x43,0x97,0xa9,
+ 0xa,0x1a,0x5b,0xb4,0xb4,0x0,0x4b,0x73,0x10,0x2e,0x38,0x5b,0xc5,0xba,0x39,0x91,
+ 0xcc,0x87,0xea,0x47,0xaa,0xc4,0x11,0x8,0x15,0x7e,0x9c,0xf3,0x67,0xb,0x63,0x66,
+ 0xe4,0xdc,0xc4,0xf2,0x45,0xa0,0xe8,0x19,0x14,0x53,0x99,0x29,0xd5,0x0,0xf6,0xab,
+ 0x5f,0x2e,0x7f,0xde,0x38,0xfb,0xa5,0x2f,0xb2,0x52,0xc0,0xa4,0x83,0xa7,0x6a,0x0,
+ 0xa5,0x83,0xc9,0xf3,0x90,0xc1,0x76,0x6,0x73,0x1e,0x65,0xdb,0x35,0x11,0xff,0x76,
+ 0x26,0x3f,0x5e,0x18,0x33,0xa3,0xe7,0x26,0x96,0x3e,0x2,0x16,0x81,0xc6,0xd4,0xa1,
+ 0x5a,0x11,0x5c,0x3d,0x78,0x96,0xe7,0x80,0x6,0xae,0xaf,0x6e,0xf9,0xed,0x45,0x3e,
+ 0xc9,0xfb,0x15,0xfb,0x43,0x5b,0xee,0x7c,0xf4,0xfd,0x1f,0x96,0x3e,0x4d,0xc4,0x81,
+ 0x55,0xce,0xad,0x2,0x28,0x2,0xdf,0x5f,0xa7,0x38,0x40,0x8b,0x42,0xcd,0xcc,0xab,
+ 0x3a,0xaf,0x54,0x92,0x7f,0xad,0x8,0x6e,0xb8,0xd2,0xef,0x46,0x68,0x61,0x6a,0x65,
+ 0xe6,0x8b,0x6b,0xce,0x56,0xc7,0x5b,0x2f,0x0,0xc5,0xbd,0x6a,0x5f,0xff,0x9a,0xfb,
+ 0xae,0x30,0x26,0xa3,0x1f,0x4c,0x2e,0xaf,0xed,0xbc,0xa,0xa0,0x7c,0x61,0x93,0xba,
+ 0xe9,0xcf,0x71,0x68,0x61,0xf2,0x92,0x3f,0xeb,0xc4,0x8b,0x17,0xaf,0x25,0x5e,0xa1,
+ 0xa0,0xae,0xe,0xd8,0xb1,0x9f,0xbd,0xb3,0xef,0x8e,0x9b,0x37,0x3e,0x9c,0x2a,0x9e,
+ 0x5f,0x47,0x5c,0x27,0x7f,0x67,0x72,0x6e,0x91,0xd6,0x38,0x26,0xc0,0xcd,0xf2,0x6a,
+ 0x96,0x1b,0xaa,0x3c,0xb0,0xd,0x98,0x7,0xfe,0x5a,0xe7,0x6c,0x6,0x68,0x3,0x5a,
+ 0x81,0x65,0x60,0x1a,0x77,0xf9,0x37,0xea,0x7f,0x5e,0x7f,0x3,0x6e,0xb2,0xc3,0xf0,
+ 0x1c,0xaa,0x77,0x3f,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82,
+
+ // D:/src/skia.1/trunk/debugger/QT/Icons/pause.png
+ 0x0,0x0,0x4,0x9d,
+ 0x89,
+ 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0,
+ 0x0,0x0,0x20,0x0,0x0,0x0,0x20,0x8,0x6,0x0,0x0,0x0,0x73,0x7a,0x7a,0xf4,
+ 0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0,
+ 0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xb,0x13,0x0,0x0,0xb,0x13,0x1,0x0,0x9a,
+ 0x9c,0x18,0x0,0x0,0x0,0x7,0x74,0x49,0x4d,0x45,0x7,0xdc,0x7,0x10,0x10,0xb,
+ 0x14,0xae,0x19,0x53,0xbd,0x0,0x0,0x4,0x2f,0x49,0x44,0x41,0x54,0x58,0xc3,0xed,
+ 0x97,0xbb,0x8e,0x5c,0x45,0x10,0x86,0xbf,0xaa,0xea,0xee,0x33,0x63,0x7b,0x57,0x2b,
+ 0x20,0xc0,0xe6,0x2a,0x4,0x42,0x46,0xf2,0x13,0xf8,0x9,0xb0,0x88,0x48,0x4c,0x48,
+ 0x84,0x10,0x8f,0x40,0xee,0xa7,0x80,0xc,0x91,0x93,0x10,0x58,0x48,0x38,0x23,0xc2,
+ 0x42,0x22,0xb0,0x84,0xa5,0x35,0x46,0x46,0x80,0x11,0x6b,0xbc,0xd7,0x99,0x73,0xe9,
+ 0x2e,0x82,0x73,0xe6,0xb2,0xd6,0x8e,0xbd,0x3b,0x29,0xee,0xd1,0xd1,0x19,0xe9,0xd4,
+ 0x54,0xff,0xf5,0xff,0x7f,0xd5,0xe9,0x81,0xe7,0xeb,0xff,0xbe,0x64,0xd5,0x83,0x77,
+ 0x3f,0xf8,0x3a,0xd4,0x75,0xb3,0x95,0x4b,0x49,0x80,0x3,0xc8,0x10,0x2d,0x22,0xa2,
+ 0xea,0xd3,0x6e,0xff,0xde,0xee,0x83,0x1f,0x6e,0xe4,0x77,0xae,0x7d,0x75,0xa1,0x6e,
+ 0xda,0x4d,0x77,0x77,0x59,0xca,0x2a,0x80,0xa8,0x62,0x32,0xd9,0xdb,0xbe,0xf9,0xd9,
+ 0xe1,0x49,0xfb,0x84,0x55,0x0,0xda,0xb6,0xbb,0xfa,0xc2,0x8b,0x9b,0xdf,0x8c,0xc6,
+ 0x69,0xb,0x7,0xf7,0x1e,0x85,0xf,0xdf,0x8f,0x8e,0x8e,0x1e,0xec,0x3c,0x6a,0x3e,
+ 0x4,0x7e,0x14,0x95,0x2f,0x2f,0xbd,0xf2,0xd2,0x75,0x15,0x59,0x8a,0x73,0xdc,0x21,
+ 0x17,0xf8,0x77,0xe7,0xe1,0x17,0xc0,0xa7,0x43,0x21,0x7e,0x2a,0x0,0x4d,0xd7,0x5d,
+ 0xb9,0x7c,0xf9,0xf5,0xad,0x37,0xde,0x7e,0x93,0x69,0x5d,0xc8,0x5,0x4a,0x71,0xda,
+ 0xe,0xcc,0x2,0x77,0x7e,0xbe,0xf3,0xda,0x5f,0x77,0x77,0xaf,0x88,0xa4,0x6d,0x51,
+ 0xbb,0xfe,0xfe,0xb5,0xab,0xfc,0xf3,0xb8,0xc1,0x81,0x5c,0x84,0x9c,0x9d,0x36,0x43,
+ 0x32,0xe1,0xbb,0x6f,0x6f,0x7e,0x4,0x7c,0xe,0xec,0x2,0xed,0xa9,0x0,0x38,0xd2,
+ 0x21,0xc2,0xbd,0xdf,0xf,0x79,0xb4,0xdf,0xc2,0x52,0x45,0x5b,0x9b,0x23,0x1c,0xa3,
+ 0xe4,0xc9,0x39,0xf7,0x26,0x3b,0xf8,0xa4,0xee,0xe4,0xa7,0xbb,0xbb,0x4,0x13,0x8a,
+ 0xf7,0x19,0x72,0x81,0xb7,0x2e,0x6e,0x20,0x2a,0x35,0xb0,0x1,0x1c,0x9c,0x1a,0x80,
+ 0x88,0xe2,0x2e,0xb4,0xd9,0xe9,0xba,0x32,0x24,0x85,0x52,0xa0,0x69,0x9d,0x8c,0x20,
+ 0xa2,0x2,0xb4,0x22,0x42,0x97,0xa1,0xe9,0xa,0xa5,0x77,0x1,0xee,0x50,0xdc,0x99,
+ 0xb6,0x8e,0x98,0xad,0xf4,0xdb,0x6a,0x0,0x66,0x64,0x17,0x4a,0x61,0xbe,0x79,0xaf,
+ 0xaf,0xd3,0x65,0xa7,0x14,0x41,0x55,0xfa,0x52,0x55,0xe9,0x3a,0x9f,0xc7,0xcc,0xef,
+ 0xe,0x75,0xed,0xa8,0xda,0xca,0x2e,0x58,0x9,0x40,0x35,0x50,0x8a,0x90,0xcb,0x22,
+ 0xf1,0x2c,0x69,0xd7,0x39,0xd9,0x15,0x54,0x7,0xb6,0x2,0x4d,0xe7,0x94,0x2,0x2a,
+ 0x1c,0x8b,0x9f,0x36,0xe,0xb6,0x6,0x0,0x6,0x6,0x66,0x89,0xfa,0xcb,0xe7,0x15,
+ 0x8a,0x8,0x22,0x3a,0xc4,0x2e,0x18,0x28,0x65,0xe6,0xa1,0xfe,0x3,0xa0,0xb2,0x6,
+ 0x0,0x33,0xed,0xdd,0x5c,0x66,0xb4,0xe,0x4c,0xc,0xf3,0x40,0x4d,0xe7,0x83,0x41,
+ 0x54,0xd9,0x3f,0x2a,0x1c,0x4d,0x33,0x22,0x8b,0x3e,0x73,0x87,0xcd,0xb1,0x23,0xa6,
+ 0x67,0x7,0x20,0x6a,0xf3,0xd6,0x73,0x5f,0xc8,0xd0,0x76,0x85,0xa6,0x2d,0xb8,0x28,
+ 0x32,0x97,0xc0,0xd8,0x3d,0x28,0x4c,0xea,0x82,0xd9,0xc2,0x6b,0x5e,0x6,0xcd,0x34,
+ 0xac,0xe1,0x1,0x33,0xba,0x1,0x80,0x48,0xef,0xfc,0x49,0x5d,0xa8,0x9b,0x8c,0x7b,
+ 0x20,0xc,0x9d,0x32,0x63,0xa0,0xe9,0x1c,0x95,0xe3,0x56,0x77,0x81,0x18,0x65,0xe,
+ 0xf4,0x8c,0x5d,0xa0,0xb4,0x45,0xa0,0xc0,0xde,0x61,0x1e,0x86,0x91,0x53,0xbc,0x7,
+ 0x64,0x6a,0x30,0xf3,0x80,0x2a,0xd3,0xe6,0x84,0x46,0x73,0x88,0x1,0xd0,0xb5,0x3c,
+ 0x60,0x4c,0xa7,0x70,0xd0,0xb6,0x1c,0xd5,0x79,0xe9,0xe5,0x21,0x98,0xd2,0xb7,0xe0,
+ 0x8c,0x1,0x51,0xea,0xc6,0x4f,0x6c,0xf4,0x10,0x7a,0x39,0xcf,0x2e,0x41,0x50,0xa6,
+ 0xad,0xd3,0x66,0x3f,0x41,0x1e,0x30,0x5d,0x98,0x90,0x55,0x14,0xb,0xc4,0xb0,0xa6,
+ 0x4,0x88,0x12,0x82,0x20,0x65,0xa9,0xed,0x14,0x1c,0x21,0x4,0x3d,0x26,0x81,0xa8,
+ 0x92,0x62,0xef,0x7e,0x15,0xe9,0x71,0x89,0x20,0xee,0xa4,0x24,0xeb,0x49,0x80,0x18,
+ 0x66,0xfd,0xb4,0xd3,0xe1,0x2e,0xa6,0x7d,0x55,0x49,0x31,0x96,0x18,0x10,0x25,0x86,
+ 0x7e,0x73,0x35,0x41,0x54,0x50,0x53,0x8a,0x3b,0x29,0xd9,0x6a,0x86,0x9e,0xe,0x40,
+ 0x8,0x41,0xb0,0x4e,0x30,0x6,0x30,0xa1,0xdf,0xb4,0xaa,0x2,0x9e,0xcb,0x31,0x6,
+ 0x62,0xec,0x1,0x5a,0x54,0xcc,0x14,0x35,0xc5,0x81,0xaa,0x52,0x44,0x6c,0x5d,0x9,
+ 0x94,0x10,0x95,0x2c,0x10,0x62,0x9f,0x5c,0x54,0xa9,0xc6,0x81,0x76,0xda,0x2d,0x6,
+ 0x91,0x8,0x55,0xa5,0x58,0x50,0x42,0x34,0x42,0xd4,0x61,0x50,0x29,0xa9,0xb2,0x35,
+ 0x25,0xa0,0x67,0x20,0x14,0x25,0xab,0x10,0x53,0x9f,0x5c,0x82,0x92,0xc6,0x81,0x92,
+ 0x97,0xda,0x50,0x84,0x14,0x5,0x8b,0x4a,0x4c,0xd6,0x83,0x48,0x8a,0x8b,0x52,0x8d,
+ 0x6d,0x3d,0x13,0x3a,0x82,0x59,0x6f,0xb8,0xac,0x4e,0x48,0x81,0x58,0xf5,0xc9,0x47,
+ 0xe7,0x2,0xed,0xd4,0x96,0x1a,0x5f,0x49,0x49,0x8,0xc1,0x8,0xc9,0x88,0x95,0x11,
+ 0x53,0x40,0x4c,0xa9,0x46,0x1,0xd6,0x91,0xc0,0x51,0xcc,0x4,0xf3,0xfe,0xa,0xc9,
+ 0x48,0xa3,0x40,0xa8,0x2,0xa3,0x71,0x64,0x12,0x8f,0x33,0x10,0x82,0xa2,0x41,0xb0,
+ 0x68,0x84,0x2a,0x90,0x46,0x1,0x8d,0x46,0x35,0x5a,0xd3,0x84,0x22,0x3d,0x3,0x95,
+ 0x29,0xe2,0x42,0x35,0xee,0x2b,0x4f,0xa3,0xc8,0xf9,0x8d,0xc8,0xde,0x23,0x43,0x16,
+ 0x1e,0x90,0x14,0x85,0x51,0x65,0x8c,0x47,0x46,0x35,0xee,0x41,0x86,0x51,0xa0,0x1a,
+ 0x47,0x44,0x4c,0xd6,0xf0,0x40,0x39,0x98,0x4c,0x5b,0x2e,0xbe,0x7c,0x8e,0x54,0x19,
+ 0x31,0x19,0xb1,0x12,0x52,0xe5,0xc4,0x92,0x39,0x9c,0xb4,0x78,0x9e,0xd,0xe0,0xf2,
+ 0xc7,0x64,0x5a,0x5f,0xba,0xfc,0x6a,0xd5,0xc7,0x25,0x25,0x56,0x90,0x2a,0xe7,0xef,
+ 0x9d,0x1a,0x2f,0xcd,0xce,0x99,0x4f,0x44,0xda,0xec,0x7c,0xff,0xdb,0xfd,0xc7,0x37,
+ 0x7e,0xdd,0xee,0xde,0x73,0x2f,0xa,0xc3,0x1,0x44,0x14,0x2c,0x9a,0x1f,0xfd,0xb9,
+ 0x7d,0x78,0xff,0xd6,0x2f,0x40,0x68,0xe,0x1e,0x7e,0x72,0xfb,0xf6,0xce,0xc7,0x25,
+ 0x37,0xa1,0x9f,0x40,0x43,0x9c,0xf6,0x6,0xac,0x1f,0xdc,0xba,0x9,0x94,0xe1,0x3a,
+ 0xdd,0xff,0x82,0xd9,0x2b,0x1,0xd8,0x2,0xd2,0x9,0xb1,0x2,0xb4,0x56,0x6d,0x3c,
+ 0xce,0xf5,0x7e,0x3,0x9c,0x7,0x2e,0xc,0xbf,0x39,0x61,0xb4,0x57,0x87,0xa5,0xab,
+ 0xf7,0x9e,0x3c,0x96,0x3f,0xb,0x80,0x0,0xfa,0x94,0xe7,0xbe,0x54,0x95,0x3e,0x23,
+ 0x5f,0x79,0x72,0xf3,0xe7,0xb,0xe0,0x3f,0x84,0x11,0xd1,0x4,0x27,0x48,0x17,0xe1,
+ 0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82,
+ // D:/src/skia.1/trunk/debugger/QT/Icons/rewind.png
+ 0x0,0x0,0x4,0x51,
+ 0x89,
+ 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0,
+ 0x0,0x0,0x20,0x0,0x0,0x0,0x20,0x8,0x6,0x0,0x0,0x0,0x73,0x7a,0x7a,0xf4,
+ 0x0,0x0,0x0,0x4,0x73,0x42,0x49,0x54,0x8,0x8,0x8,0x8,0x7c,0x8,0x64,0x88,
+ 0x0,0x0,0x4,0x8,0x49,0x44,0x41,0x54,0x58,0x85,0xed,0x96,0x4d,0x68,0x5c,0x55,
+ 0x14,0xc7,0x7f,0xf7,0x65,0x26,0xcd,0x7b,0x93,0xce,0x47,0x53,0x93,0x26,0x93,0xa6,
+ 0x1,0xd,0x36,0x9,0xc1,0xa6,0x5,0xdb,0xe0,0x42,0x4,0xd7,0x8d,0x60,0xb1,0xb8,
+ 0xaa,0x60,0x85,0x6c,0x4,0x15,0x82,0x9d,0x45,0x44,0xac,0xb8,0x55,0x4b,0x10,0x84,
+ 0x6a,0x77,0x4a,0x3f,0x4,0x5d,0xb8,0x50,0x2c,0xba,0xd1,0x22,0x5,0x37,0xea,0xca,
+ 0x2e,0x14,0x9d,0x24,0x82,0xd6,0x4c,0x4d,0x66,0xe6,0xcd,0xbb,0xef,0x1e,0x17,0xf7,
+ 0xbd,0x99,0x37,0xf9,0x68,0x48,0xd2,0x9d,0x3d,0xf0,0x38,0xef,0x1d,0xde,0xbd,0xff,
+ 0xff,0x3d,0xe7,0x7f,0xee,0xbd,0x70,0xdf,0xee,0xdb,0xff,0xdd,0x54,0xec,0xbf,0x3a,
+ 0xcd,0xd3,0x3d,0x69,0xf8,0xbd,0x4e,0xf9,0xe4,0x35,0x6e,0x6c,0x35,0xf0,0xc3,0x53,
+ 0x5e,0x7e,0x5f,0x67,0xfd,0xc4,0x53,0x1f,0x99,0x2f,0x0,0xd9,0x29,0x1,0x27,0xf2,
+ 0x99,0xde,0xde,0xe2,0xd5,0xe2,0xd4,0xa9,0xab,0x7b,0x3b,0x78,0x15,0xe8,0xdc,0x8a,
+ 0xf8,0x70,0x7f,0x5f,0xa9,0x58,0xc8,0x5e,0x1,0x32,0x3b,0x5,0x7,0x48,0x45,0xde,
+ 0xf5,0xbc,0x6e,0x72,0x3,0x23,0xa4,0x6c,0x2c,0x5,0x34,0x36,0x1a,0x30,0x3f,0xed,
+ 0x16,0xc6,0x86,0xe,0x94,0x26,0xa7,0x9e,0x9c,0xad,0xdc,0xfa,0xe,0x58,0x76,0x81,
+ 0x95,0x9d,0x12,0x88,0x33,0x80,0x42,0x10,0xa3,0x13,0x91,0xd,0x4d,0x8d,0xd,0xf5,
+ 0x95,0xc6,0x27,0xa7,0x66,0xbc,0x42,0x3f,0x4a,0x99,0x9d,0xe2,0x36,0x2d,0xd5,0x7c,
+ 0x13,0x3,0x61,0xa3,0x29,0x8a,0xb5,0x36,0x3f,0xed,0x16,0x46,0x87,0x7a,0x4b,0x93,
+ 0x8f,0x3e,0x3e,0xeb,0xf5,0x14,0x51,0xc6,0x47,0xc9,0xbd,0x24,0x80,0x25,0xb0,0x9,
+ 0x3,0x35,0x7a,0xf0,0x81,0xd2,0xf8,0xc4,0xb1,0x19,0x2f,0xdf,0xb,0x61,0x3,0xc1,
+ 0xd8,0x31,0xf7,0x8c,0x80,0x18,0x24,0x5c,0x5f,0xf6,0xf9,0x69,0xb7,0x30,0x3a,0xd8,
+ 0x53,0x9a,0x3c,0x7a,0x62,0xd6,0x2b,0x1c,0x80,0xd0,0xb7,0xc0,0x62,0x70,0x53,0x86,
+ 0xeb,0x67,0x38,0x39,0x98,0xa3,0x82,0x2,0xa5,0xb0,0xb,0x50,0xd1,0x3a,0x92,0x8b,
+ 0x49,0xbc,0xdf,0x69,0xc0,0xb1,0xb,0x7c,0x2,0xc8,0xfa,0x12,0xb4,0x67,0x40,0x8d,
+ 0xe,0xee,0x2b,0x8d,0x8d,0x4d,0xcc,0x78,0xd9,0x1e,0x94,0x69,0x60,0x3b,0x4e,0x0,
+ 0x43,0x66,0x60,0x94,0xa3,0x85,0xe2,0x45,0x41,0x40,0x42,0x3b,0x7,0x91,0x37,0xda,
+ 0x12,0x35,0xda,0xc6,0x4c,0x68,0xff,0x31,0x1a,0xe7,0x9f,0xbf,0x81,0xda,0x5e,0x60,
+ 0xa5,0xad,0x4,0x4a,0xb7,0x32,0x30,0x3f,0xed,0x16,0xe,0xf,0xe4,0x4b,0x47,0x26,
+ 0x1e,0x99,0xcd,0xe4,0xfb,0x50,0x61,0x1d,0x54,0xdc,0xee,0x96,0x40,0x87,0x97,0xc3,
+ 0xf3,0xba,0x2d,0xa0,0x84,0x20,0x1a,0x8c,0x46,0x22,0x8f,0x68,0x8,0x83,0x28,0x1e,
+ 0x40,0x18,0x20,0x26,0xa0,0xb6,0xba,0xc,0xe0,0xb6,0x13,0x10,0x83,0x98,0xa6,0x6,
+ 0x9c,0xc3,0x7,0xb2,0xe7,0xc6,0x46,0x46,0x66,0xbc,0xee,0x7c,0x53,0x1b,0x92,0x24,
+ 0xa0,0xc,0x2a,0x2a,0x85,0x2d,0x89,0x6,0x9,0x2d,0xb8,0x84,0x20,0x81,0xf5,0x68,
+ 0x14,0x11,0x29,0x15,0xa2,0x8,0x51,0x4e,0x6b,0xdf,0x6a,0x2f,0x81,0xf6,0xd9,0xe3,
+ 0x65,0x72,0x9f,0x3d,0xd7,0xf5,0xd6,0x91,0xd1,0x87,0x5f,0xcc,0xe4,0xf6,0xa3,0x74,
+ 0x1d,0x1c,0x85,0xc4,0xf5,0x45,0x40,0x89,0x5,0x47,0x10,0xb4,0xd5,0x45,0x58,0xb7,
+ 0x1a,0xa,0x7d,0x54,0x58,0x43,0x74,0xd,0x8c,0xfd,0x6e,0x65,0x24,0xca,0x94,0x36,
+ 0xeb,0x9,0xa8,0x48,0x3,0x69,0x2f,0x7f,0xa8,0x98,0x71,0xe,0xb9,0x5e,0xb7,0x9d,
+ 0xd8,0x51,0x20,0x91,0xaa,0x94,0x58,0x6f,0x2,0xa4,0x51,0x41,0x82,0x15,0xc4,0x5f,
+ 0x6,0x5d,0x5,0xe3,0xa3,0x88,0x4a,0x40,0xd8,0x2e,0xbc,0x35,0x9d,0xa5,0x12,0x7b,
+ 0x4d,0x7b,0x1b,0x6a,0x9f,0x3f,0x97,0xca,0xbf,0x5e,0xfa,0x39,0xf5,0xf9,0x9c,0xdb,
+ 0x75,0xee,0x60,0xb1,0x98,0x4f,0xa5,0x53,0x36,0x9d,0x41,0xd5,0x82,0xd5,0x6f,0x83,
+ 0xfe,0xd7,0x96,0xc5,0xa1,0xb9,0x71,0x29,0x87,0x66,0x7,0xac,0x7b,0x9a,0xc8,0x91,
+ 0x7c,0x12,0xb1,0x75,0x1a,0x70,0xd3,0x54,0x3f,0xfe,0x51,0x7f,0xfa,0xe0,0xfe,0x72,
+ 0xcf,0xb3,0xc7,0x1b,0x2f,0xc,0x17,0xd2,0x79,0xb,0xba,0xa,0xd2,0x40,0x21,0x16,
+ 0x34,0x39,0x79,0xfc,0xbd,0x51,0x3c,0x9,0x1e,0xf9,0x8d,0x33,0x20,0x21,0xe8,0x6,
+ 0x29,0x7,0xd,0x94,0xdf,0xfc,0xba,0x7a,0xa1,0x5c,0x59,0x58,0x7c,0xe5,0xb8,0x7e,
+ 0xed,0x60,0x56,0xf2,0xe9,0x8e,0x68,0x92,0xd8,0x3b,0x89,0xc9,0xd6,0x82,0xc7,0xdf,
+ 0xd0,0x6a,0xeb,0xc4,0xaa,0x37,0x21,0x20,0x56,0x34,0xd6,0xc,0xb0,0x74,0xe9,0x87,
+ 0xe0,0xea,0x60,0x36,0x3d,0x70,0x7a,0x5c,0x9f,0x1d,0xce,0x49,0xde,0x89,0x7,0x46,
+ 0x20,0x21,0x50,0x6d,0x58,0x1f,0x6f,0x42,0x4d,0x42,0xc9,0xd8,0x1a,0xd,0xac,0xfa,
+ 0x1b,0x11,0x30,0x1,0x52,0x59,0x48,0xfe,0xa7,0x81,0xf2,0xf9,0x6f,0x82,0x77,0x17,
+ 0x57,0xbb,0x16,0x5f,0x9e,0xf2,0xe7,0x6,0xb3,0x92,0x4f,0x27,0x56,0x5a,0xd,0xa0,
+ 0xef,0xd,0x4e,0x1,0x35,0xb6,0x67,0x2b,0xf1,0x98,0x16,0x81,0xd0,0x47,0xea,0xfe,
+ 0x5a,0xb6,0x2,0x2c,0x5d,0xbc,0x59,0xbf,0x32,0x98,0xed,0x1c,0x78,0x66,0x42,0x9f,
+ 0x1d,0xca,0x99,0x5c,0x9c,0x88,0xd0,0x76,0xd3,0x4d,0xe0,0xaf,0x6d,0x12,0x30,0x80,
+ 0xdf,0x46,0x40,0x8c,0xd9,0xec,0x5e,0xa3,0x81,0xf2,0xeb,0xd7,0x1b,0xef,0x2c,0xae,
+ 0xb8,0x8b,0x2f,0x3d,0xe6,0xcf,0x15,0xb3,0x26,0x97,0x6e,0x89,0xad,0x6,0x54,0xb7,
+ 0x49,0xa0,0x69,0x77,0x3f,0xfd,0x5b,0x26,0xc0,0xd2,0xfb,0xdf,0xd7,0x2e,0x5f,0xfb,
+ 0xa9,0xf3,0x83,0x85,0x15,0xa7,0x62,0xa0,0x4d,0x58,0xbb,0x26,0x90,0x3c,0xc9,0x36,
+ 0x31,0xd,0x94,0xe7,0xbe,0xac,0xbf,0x7d,0xe1,0xdb,0xae,0xf3,0x7f,0xdc,0x71,0x2a,
+ 0xe1,0xee,0x4f,0xe3,0x56,0x9,0x6e,0x37,0x2c,0x78,0x25,0xb8,0xeb,0xff,0x2,0x2c,
+ 0xbd,0x77,0xa3,0x7a,0xb9,0x98,0x77,0x7,0x9e,0x78,0xc8,0x7f,0x7e,0xb7,0x77,0x82,
+ 0x78,0xbd,0xdd,0xc0,0xd1,0xc8,0xff,0x6,0xfc,0xc2,0x26,0x77,0xc2,0xc4,0xb8,0x7e,
+ 0xa0,0x17,0xb8,0xc5,0x2e,0xee,0x84,0xc9,0x6d,0x62,0xf,0xb6,0x24,0x7a,0xb,0xf0,
+ 0xd8,0x1c,0x6c,0x6,0x3,0x76,0x71,0x2d,0xbf,0x6f,0xff,0x1,0x15,0x13,0xb7,0x7f,
+ 0x67,0x24,0x89,0x36,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82,
+
+ // D:/src/skia.1/trunk/debugger/QT/Icons/profile.png
+ 0x0,0x0,0x0,0xf3,
+ 0x89,
+ 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0,
+ 0x0,0x0,0x20,0x0,0x0,0x0,0x20,0x8,0x6,0x0,0x0,0x0,0x73,0x7a,0x7a,0xf4,
+ 0x0,0x0,0x0,0x4,0x73,0x42,0x49,0x54,0x8,0x8,0x8,0x8,0x7c,0x8,0x64,0x88,
+ 0x0,0x0,0x0,0x1,0x73,0x52,0x47,0x42,0x0,0xae,0xce,0x1c,0xe9,0x0,0x0,0x0,
+ 0x4,0x67,0x41,0x4d,0x41,0x0,0x0,0xb1,0x8f,0xb,0xfc,0x61,0x5,0x0,0x0,0x0,
+ 0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xe,0xc4,0x0,0x0,0xe,0xc4,0x1,0x95,0x2b,
+ 0xe,0x1b,0x0,0x0,0x0,0x78,0x49,0x44,0x41,0x54,0x58,0x47,0x63,0xfc,0xf,0x4,
+ 0xc,0x3,0x8,0x98,0x6,0xd0,0x6e,0xb0,0xd5,0xa3,0xe,0x18,0xd,0x81,0x1,0xf,
+ 0x1,0x46,0xb2,0xb2,0x61,0x83,0x6,0xf6,0xcc,0xd3,0x70,0x83,0xe4,0x4c,0x35,0xe0,
+ 0x21,0x30,0xea,0x80,0xd1,0x10,0x18,0xf0,0x10,0xa0,0x6a,0x36,0x9c,0x15,0x75,0x18,
+ 0x6b,0x36,0x4c,0x53,0x13,0xc5,0x99,0x3d,0x7,0x3c,0x4,0x46,0x1d,0x30,0xe0,0x21,
+ 0x80,0x37,0x11,0x2a,0x6f,0xf2,0xc5,0x9a,0x78,0xee,0x9e,0xbb,0x8d,0x55,0x7c,0x34,
+ 0x11,0x92,0x5c,0x15,0x8e,0xb6,0x9,0x47,0x43,0x60,0x34,0x4,0x46,0x43,0x0,0x18,
+ 0x2,0xe4,0xb5,0x7,0xc8,0x29,0x71,0x70,0xe8,0x19,0xf0,0xca,0x8,0x0,0x56,0xd1,
+ 0x1f,0x28,0x14,0xbd,0xc2,0xef,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,
+ 0x60,0x82,
+ // D:/src/skia.1/trunk/debugger/QT/Icons/previous.png
+ 0x0,0x0,0x3,0xaf,
+ 0x89,
+ 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0,
+ 0x0,0x0,0x20,0x0,0x0,0x0,0x20,0x8,0x6,0x0,0x0,0x0,0x73,0x7a,0x7a,0xf4,
+ 0x0,0x0,0x0,0x4,0x73,0x42,0x49,0x54,0x8,0x8,0x8,0x8,0x7c,0x8,0x64,0x88,
+ 0x0,0x0,0x3,0x66,0x49,0x44,0x41,0x54,0x58,0x85,0xed,0x95,0xdd,0x6f,0x14,0x55,
+ 0x18,0xc6,0x7f,0x67,0xf6,0x83,0x26,0x48,0x65,0x15,0xdd,0x32,0x45,0x97,0x42,0x5a,
+ 0x2,0x9b,0x2e,0x42,0x9,0xc1,0x18,0xb3,0xea,0x85,0x89,0x36,0xe1,0xc6,0xc4,0x18,
+ 0xb2,0x44,0x6f,0xe0,0x1f,0xe8,0x15,0x37,0x78,0xa7,0x19,0x2f,0xb8,0xf0,0x2b,0x59,
+ 0x25,0x92,0x68,0x62,0xc,0xa8,0x34,0xf1,0x1f,0x40,0x89,0x89,0x72,0x1,0x26,0x2,
+ 0x4d,0x14,0x89,0x62,0x61,0x81,0xa0,0x5d,0x5b,0xba,0xee,0xce,0xcc,0x39,0xaf,0x17,
+ 0x67,0x76,0x77,0xba,0x76,0xb,0x6d,0x63,0x13,0x93,0x3e,0xc9,0xc9,0xb9,0x98,0x3d,
+ 0xef,0xfb,0xdb,0xe7,0x3c,0xef,0xc,0xac,0x6a,0x55,0xff,0x47,0x9d,0xd8,0xaf,0x9e,
+ 0x3e,0xf9,0x12,0x63,0x80,0x5a,0x6e,0x2d,0x67,0xb1,0x7,0xc6,0x5f,0xcb,0x96,0x9e,
+ 0x79,0x6e,0xff,0x67,0x1b,0xd3,0x14,0x81,0x35,0x2b,0xa,0x50,0x1e,0x55,0xc5,0xc2,
+ 0xce,0xbd,0x5e,0x76,0x70,0xc4,0x55,0xa,0x67,0xb1,0xe7,0xe7,0x53,0xf2,0x7e,0x7f,
+ 0x38,0xfe,0xea,0x23,0xa5,0xc2,0xce,0xbd,0x5e,0xff,0xf6,0x27,0x5d,0x25,0x6,0xb5,
+ 0x6c,0xf3,0x17,0x1,0x50,0x1e,0x55,0xc5,0xc2,0xf0,0x88,0xd7,0xb7,0xf5,0x9,0x17,
+ 0x13,0x20,0x2b,0x9,0x70,0xfa,0xe0,0xc3,0xa5,0xc2,0xf0,0x2e,0xcf,0x1d,0xda,0xe3,
+ 0x2a,0x25,0xa0,0x1b,0x20,0x86,0x44,0x62,0x5,0x0,0xca,0xa3,0xaa,0x58,0xc8,0x17,
+ 0xbc,0xbe,0xcd,0x79,0x57,0x19,0x1f,0x90,0x68,0x19,0xb2,0x6b,0xd9,0xfd,0xe3,0x61,
+ 0x3e,0x49,0x24,0x8,0x51,0x58,0x47,0xe2,0x3b,0xcc,0x3b,0x23,0x37,0x66,0x39,0xf7,
+ 0xec,0x71,0x8e,0x45,0x85,0xba,0x8f,0xd1,0xe9,0x52,0xa6,0x54,0xd8,0x9e,0xf7,0xdc,
+ 0xa1,0xdd,0xae,0xa3,0x9a,0x15,0xdb,0x0,0xa0,0x41,0xc,0x88,0x6,0xd1,0x88,0x84,
+ 0x20,0x21,0x98,0xa0,0xbd,0xeb,0xc0,0xee,0x26,0x4,0xed,0x83,0xe,0x98,0xb8,0x74,
+ 0xe1,0xab,0x5d,0xef,0xf1,0x32,0x50,0xef,0xea,0x40,0x79,0x54,0x15,0x87,0x87,0xb6,
+ 0x79,0xd9,0xc7,0x6,0x5d,0xa5,0x7d,0xa4,0x3,0x40,0x29,0x63,0x9b,0x63,0x40,0x42,
+ 0x44,0xc,0x10,0x80,0xd1,0xa8,0x8,0x44,0x9a,0x20,0xf1,0x45,0x88,0x61,0xee,0xf4,
+ 0xfc,0xb,0xe0,0xcb,0x3,0xbd,0xa5,0xe1,0xc1,0x41,0xcf,0xcd,0x6d,0x73,0x1d,0x4,
+ 0xc2,0xba,0xf5,0x35,0x2,0x50,0x8e,0x80,0x8,0xd2,0x82,0xd0,0x40,0xac,0xb1,0x84,
+ 0x60,0xb4,0x5,0x22,0x6c,0xed,0xa2,0xec,0xee,0x74,0x64,0x67,0xe,0xc0,0xfb,0x2f,
+ 0x50,0xcc,0xf,0xc,0x78,0x7d,0x1b,0x73,0xae,0xd2,0xbe,0x6d,0x2c,0xb4,0x1,0x94,
+ 0x20,0x12,0xbf,0x6,0x3,0x4a,0xa3,0x22,0x7,0x44,0xc,0x48,0x10,0x5d,0x4f,0x18,
+ 0x1,0x34,0x97,0x5,0xed,0x7c,0x73,0xc4,0x1,0x12,0x57,0xa6,0xd8,0xf0,0x94,0x1f,
+ 0xf4,0x48,0xd8,0x0,0x47,0xac,0xf5,0x8e,0xb2,0x87,0x14,0x28,0x25,0x91,0x13,0x6,
+ 0x94,0xb1,0x20,0xa6,0x8e,0x98,0x6,0xa2,0xeb,0xb6,0x79,0x58,0x3,0x5d,0xb7,0xcb,
+ 0x4,0x60,0x7c,0x9b,0x13,0x13,0x82,0x18,0x9c,0x5,0x0,0xe4,0xd8,0x77,0x7c,0x9b,
+ 0x4c,0x5d,0xfd,0xf0,0x20,0xe6,0xf0,0x96,0x2d,0x5b,0x33,0x4e,0xd3,0x1,0x69,0x3b,
+ 0x0,0x1a,0x9,0x67,0xc1,0xff,0xb,0x82,0xbb,0x88,0x5f,0xb5,0x8d,0xc5,0x47,0x11,
+ 0xdd,0x75,0x34,0x9,0xf3,0x45,0x5c,0x2d,0x0,0x60,0x80,0x5b,0x6f,0x9d,0xad,0xbf,
+ 0x3b,0x39,0xf5,0x53,0xe5,0xc8,0x8b,0xfa,0xf5,0x5c,0x7f,0x7f,0x26,0x99,0x54,0x76,
+ 0xf6,0x1b,0x55,0x4c,0xa3,0xa,0x7e,0x15,0xf4,0xdf,0x36,0xb,0xcd,0x38,0x39,0x51,
+ 0x61,0x45,0xcb,0xad,0x6e,0x10,0xb,0x1,0x60,0x3d,0xe5,0xe6,0xa7,0x17,0xcd,0x17,
+ 0xb9,0x87,0x7e,0x77,0xf,0x8c,0xcc,0x1e,0xda,0xfc,0x80,0xce,0x38,0xe1,0x8c,0xb5,
+ 0x54,0xc5,0x32,0xdc,0xd9,0xa4,0xd9,0x3c,0xf6,0x4c,0x75,0x2,0xc8,0xbd,0x1,0xc0,
+ 0x26,0xe6,0xfa,0x9b,0xdf,0xd4,0xdf,0xb9,0x3e,0x7d,0xbb,0x32,0xb6,0x47,0x1f,0xcd,
+ 0xf5,0x4a,0x26,0x95,0x8c,0x15,0x76,0xa0,0x52,0x63,0xea,0x97,0x3f,0xb9,0xd2,0xca,
+ 0x87,0x13,0x65,0xb5,0x95,0x17,0xda,0x2f,0xa4,0x98,0xee,0xcc,0x30,0x11,0xfd,0xd1,
+ 0xae,0x0,0x2d,0x27,0x3e,0xfe,0x21,0xfc,0x7c,0xd3,0xba,0x84,0xfb,0xca,0xe,0x73,
+ 0x68,0xe0,0x41,0x59,0xef,0xc4,0x2c,0x9e,0x9c,0xe6,0xe2,0xf3,0x1f,0x71,0x4,0xf0,
+ 0xbb,0xd4,0xe8,0xa6,0xdb,0xd8,0xd9,0x5c,0x10,0xa0,0xe5,0xc4,0x1b,0x67,0xf5,0xdb,
+ 0x95,0xd9,0x54,0x65,0x6c,0x5f,0x78,0x74,0x53,0xaf,0xac,0x4f,0x47,0xf,0x7b,0xd7,
+ 0x30,0xd,0x5c,0x0,0x6a,0x8b,0x4,0x98,0xa3,0x7b,0x7d,0xcf,0x5,0xb8,0x79,0xe2,
+ 0x7c,0x70,0xea,0xe4,0x44,0xf2,0xf8,0xe4,0x5d,0x55,0x35,0xd0,0x35,0xe1,0x4b,0xd1,
+ 0xfd,0x7c,0xd3,0xc,0x30,0xf3,0xf5,0xaf,0xe6,0xb2,0x2f,0x3d,0x7f,0xec,0xc8,0x9a,
+ 0x7d,0x6b,0xd3,0xd2,0x33,0xd5,0xe0,0xe7,0xf2,0xf7,0x9c,0x22,0x66,0xe7,0x7f,0x5,
+ 0xd0,0x54,0xed,0xfc,0x8d,0xf0,0xb7,0x47,0xd7,0xa5,0xd3,0x8f,0x67,0x24,0xef,0x1b,
+ 0xb9,0xf6,0xc1,0xb9,0x95,0x5,0x30,0xc0,0xcc,0x99,0xab,0xfa,0xb2,0xa1,0xe7,0x4e,
+ 0x2a,0x15,0xd6,0xc6,0x2f,0x71,0x6,0x9b,0x95,0x25,0x6b,0x29,0x37,0x99,0x4,0x36,
+ 0x60,0xe1,0x6f,0x2d,0x17,0x60,0x55,0xab,0xfa,0x7,0x42,0xae,0x87,0xb8,0x50,0x72,
+ 0xc9,0x52,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82,
+
+};
+
+static const unsigned char qt_resource_name[] = {
+ // skia.png
+ 0x0,0x8,
+ 0x1,0xf4,0x58,0x7,
+ 0x0,0x73,
+ 0x0,0x6b,0x0,0x69,0x0,0x61,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67,
+ // delete.png
+ 0x0,0xa,
+ 0xc,0xad,0xf,0x7,
+ 0x0,0x64,
+ 0x0,0x65,0x0,0x6c,0x0,0x65,0x0,0x74,0x0,0x65,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67,
+ // next.png
+ 0x0,0x8,
+ 0xc,0xf7,0x59,0xc7,
+ 0x0,0x6e,
+ 0x0,0x65,0x0,0x78,0x0,0x74,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67,
+ // inspector.png
+ 0x0,0xd,
+ 0xb,0xd1,0x81,0xc7,
+ 0x0,0x69,
+ 0x0,0x6e,0x0,0x73,0x0,0x70,0x0,0x65,0x0,0x63,0x0,0x74,0x0,0x6f,0x0,0x72,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67,
+ // breakpoint_16x16.png
+ 0x0,0x14,
+ 0x9,0x1d,0xb7,0x27,
+ 0x0,0x62,
+ 0x0,0x72,0x0,0x65,0x0,0x61,0x0,0x6b,0x0,0x70,0x0,0x6f,0x0,0x69,0x0,0x6e,0x0,0x74,0x0,0x5f,0x0,0x31,0x0,0x36,0x0,0x78,0x0,0x31,0x0,0x36,0x0,0x2e,
+ 0x0,0x70,0x0,0x6e,0x0,0x67,
+ // blank.png
+ 0x0,0x9,
+ 0x8,0x4e,0x85,0x7,
+ 0x0,0x62,
+ 0x0,0x6c,0x0,0x61,0x0,0x6e,0x0,0x6b,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67,
+ // reload.png
+ 0x0,0xa,
+ 0x5,0x78,0x4f,0x27,
+ 0x0,0x72,
+ 0x0,0x65,0x0,0x6c,0x0,0x6f,0x0,0x61,0x0,0x64,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67,
+ // breakpoint.png
+ 0x0,0xe,
+ 0x1,0x27,0x3,0xa7,
+ 0x0,0x62,
+ 0x0,0x72,0x0,0x65,0x0,0x61,0x0,0x6b,0x0,0x70,0x0,0x6f,0x0,0x69,0x0,0x6e,0x0,0x74,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67,
+ // play.png
+ 0x0,0x8,
+ 0x2,0x8c,0x59,0xa7,
+ 0x0,0x70,
+ 0x0,0x6c,0x0,0x61,0x0,0x79,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67,
+ // pause.png
+ 0x0,0x9,
+ 0xc,0x98,0xba,0x47,
+ 0x0,0x70,
+ 0x0,0x61,0x0,0x75,0x0,0x73,0x0,0x65,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67,
+ // rewind.png
+ 0x0,0xa,
+ 0x0,0x48,0x4e,0x87,
+ 0x0,0x72,
+ 0x0,0x65,0x0,0x77,0x0,0x69,0x0,0x6e,0x0,0x64,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67,
+ // profile.png
+ 0x0,0xb,
+ 0x0,0xcb,0x7c,0xe7,
+ 0x0,0x70,
+ 0x0,0x72,0x0,0x6f,0x0,0x66,0x0,0x69,0x0,0x6c,0x0,0x65,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67,
+ // previous.png
+ 0x0,0xc,
+ 0x8,0x37,0xcd,0x47,
+ 0x0,0x70,
+ 0x0,0x72,0x0,0x65,0x0,0x76,0x0,0x69,0x0,0x6f,0x0,0x75,0x0,0x73,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67,
+
+};
+
+static const unsigned char qt_resource_struct[] = {
+ // :
+ 0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0xd,0x0,0x0,0x0,0x1,
+ // :/rewind.png
+ 0x0,0x0,0x1,0x16,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x33,0x26,
+ // :/profile.png
+ 0x0,0x0,0x1,0x30,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x37,0x7b,
+ // :/breakpoint.png
+ 0x0,0x0,0x0,0xc6,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x21,0x85,
+ // :/skia.png
+ 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0,
+ // :/play.png
+ 0x0,0x0,0x0,0xe8,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x2a,0x50,
+ // :/reload.png
+ 0x0,0x0,0x0,0xac,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x19,0xf5,
+ // :/previous.png
+ 0x0,0x0,0x1,0x4c,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x38,0x72,
+ // :/blank.png
+ 0x0,0x0,0x0,0x94,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x19,0x5f,
+ // :/breakpoint_16x16.png
+ 0x0,0x0,0x0,0x66,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x15,0x7,
+ // :/inspector.png
+ 0x0,0x0,0x0,0x46,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0xd,0x5b,
+ // :/pause.png
+ 0x0,0x0,0x0,0xfe,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x2e,0x85,
+ // :/delete.png
+ 0x0,0x0,0x0,0x16,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x4,0x22,
+ // :/next.png
+ 0x0,0x0,0x0,0x30,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x9,0xad,
+
+};
+
+QT_BEGIN_NAMESPACE
+
+extern Q_CORE_EXPORT bool qRegisterResourceData
+ (int, const unsigned char *, const unsigned char *, const unsigned char *);
+
+extern Q_CORE_EXPORT bool qUnregisterResourceData
+ (int, const unsigned char *, const unsigned char *, const unsigned char *);
+
+QT_END_NAMESPACE
+
+
+int QT_MANGLE_NAMESPACE(qInitResources)()
+{
+ QT_PREPEND_NAMESPACE(qRegisterResourceData)
+ (0x01, qt_resource_struct, qt_resource_name, qt_resource_data);
+ return 1;
+}
+
+Q_CONSTRUCTOR_FUNCTION(QT_MANGLE_NAMESPACE(qInitResources))
+
+int QT_MANGLE_NAMESPACE(qCleanupResources)()
+{
+ QT_PREPEND_NAMESPACE(qUnregisterResourceData)
+ (0x01, qt_resource_struct, qt_resource_name, qt_resource_data);
+ return 1;
+}
+
+Q_DESTRUCTOR_FUNCTION(QT_MANGLE_NAMESPACE(qCleanupResources))
diff --git a/src/third_party/skia/debugger/SkDebugger.cpp b/src/third_party/skia/debugger/SkDebugger.cpp
new file mode 100644
index 0000000..b220043
--- /dev/null
+++ b/src/third_party/skia/debugger/SkDebugger.cpp
@@ -0,0 +1,157 @@
+
+/*
+ * Copyright 2012 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#include "SkDebugger.h"
+#include "SkPictureRecorder.h"
+#include "SkString.h"
+
+
+SkDebugger::SkDebugger() {
+ // Create this some other dynamic way?
+ fDebugCanvas = new SkDebugCanvas(0, 0);
+ fPicture = NULL;
+ fIndex = 0;
+}
+
+SkDebugger::~SkDebugger() {
+ // Need to inherit from SkRef object in order for following to work
+ SkSafeUnref(fDebugCanvas);
+ SkSafeUnref(fPicture);
+}
+
+void SkDebugger::loadPicture(SkPicture* picture) {
+ SkRefCnt_SafeAssign(fPicture, picture);
+
+ delete fDebugCanvas;
+ fDebugCanvas = new SkDebugCanvas(SkScalarCeilToInt(this->pictureCull().width()),
+ SkScalarCeilToInt(this->pictureCull().height()));
+ fDebugCanvas->setPicture(picture);
+ picture->playback(fDebugCanvas);
+ fDebugCanvas->setPicture(NULL);
+ fIndex = fDebugCanvas->getSize() - 1;
+}
+
+SkPicture* SkDebugger::copyPicture() {
+ // We can't just call clone here since we want to removed the "deleted"
+ // commands. Playing back will strip those out.
+ SkPictureRecorder recorder;
+ SkCanvas* canvas = recorder.beginRecording(this->pictureCull().width(),
+ this->pictureCull().height());
+
+ bool vizMode = fDebugCanvas->getMegaVizMode();
+ fDebugCanvas->setMegaVizMode(false);
+ bool overDraw = fDebugCanvas->getOverdrawViz();
+ fDebugCanvas->setOverdrawViz(false);
+ bool pathOps = fDebugCanvas->getAllowSimplifyClip();
+ fDebugCanvas->setAllowSimplifyClip(false);
+ int saveCount = fDebugCanvas->getOutstandingSaveCount();
+ fDebugCanvas->setOutstandingSaveCount(0);
+
+ fDebugCanvas->draw(canvas);
+
+ int temp = fDebugCanvas->getOutstandingSaveCount();
+ for (int i = 0; i < temp; ++i) {
+ canvas->restore();
+ }
+
+ fDebugCanvas->setMegaVizMode(vizMode);
+ fDebugCanvas->setOverdrawViz(overDraw);
+ fDebugCanvas->setOutstandingSaveCount(saveCount);
+ fDebugCanvas->setAllowSimplifyClip(pathOps);
+
+ return recorder.endRecording();
+}
+
+void SkDebugger::getOverviewText(const SkTDArray<double>* typeTimes,
+ double totTime,
+ SkString* overview,
+ int numRuns) {
+ const SkTDArray<SkDrawCommand*>& commands = this->getDrawCommands();
+
+ SkTDArray<int> counts;
+ counts.setCount(LAST_DRAWTYPE_ENUM+1);
+ for (int i = 0; i < LAST_DRAWTYPE_ENUM+1; ++i) {
+ counts[i] = 0;
+ }
+
+ for (int i = 0; i < commands.count(); i++) {
+ counts[commands[i]->getType()]++;
+ }
+
+ overview->reset();
+ int total = 0;
+#ifdef SK_DEBUG
+ double totPercent = 0, tempSum = 0;
+#endif
+ for (int i = 0; i < LAST_DRAWTYPE_ENUM+1; ++i) {
+ if (0 == counts[i]) {
+ // if there were no commands of this type then they should've consumed no time
+ SkASSERT(NULL == typeTimes || 0.0 == (*typeTimes)[i]);
+ continue;
+ }
+
+ overview->append(SkDrawCommand::GetCommandString((DrawType) i));
+ overview->append(": ");
+ overview->appendS32(counts[i]);
+ if (typeTimes && totTime >= 0.0) {
+ overview->append(" - ");
+ overview->appendf("%.2f", (*typeTimes)[i]/(float)numRuns);
+ overview->append("ms");
+ overview->append(" - ");
+ double percent = 100.0*(*typeTimes)[i]/totTime;
+ overview->appendf("%.2f", percent);
+ overview->append("%");
+#ifdef SK_DEBUG
+ totPercent += percent;
+ tempSum += (*typeTimes)[i];
+#endif
+ }
+ overview->append("<br/>");
+ total += counts[i];
+ }
+#ifdef SK_DEBUG
+ if (typeTimes) {
+ SkASSERT(SkScalarNearlyEqual(SkDoubleToScalar(totPercent),
+ SkDoubleToScalar(100.0)));
+ SkASSERT(SkScalarNearlyEqual(SkDoubleToScalar(tempSum),
+ SkDoubleToScalar(totTime)));
+ }
+#endif
+
+ if (totTime > 0.0) {
+ overview->append("Total Time: ");
+ overview->appendf("%.2f", totTime/(float)numRuns);
+ overview->append("ms");
+#ifdef SK_DEBUG
+ overview->append(" ");
+ overview->appendScalar(SkDoubleToScalar(totPercent));
+ overview->append("% ");
+#endif
+ overview->append("<br/>");
+ }
+
+ SkString totalStr;
+ totalStr.append("Total Draw Commands: ");
+ totalStr.appendScalar(SkDoubleToScalar(total));
+ totalStr.append("<br/>");
+ overview->insert(0, totalStr);
+
+ overview->append("<br/>SkPicture L: ");
+ overview->appendScalar(this->pictureCull().fLeft);
+ overview->append(" T: ");
+ overview->appendScalar(this->pictureCull().fTop);
+ overview->append(" R: ");
+ overview->appendScalar(this->pictureCull().fRight);
+ overview->append(" B: ");
+ overview->appendScalar(this->pictureCull().fBottom);
+ overview->append("<br/>");
+}
+
+void SkDebugger::getClipStackText(SkString* clipStack) {
+ clipStack->set(fDebugCanvas->clipStackData());
+}
diff --git a/src/third_party/skia/debugger/SkDebugger.h b/src/third_party/skia/debugger/SkDebugger.h
new file mode 100644
index 0000000..53b480a
--- /dev/null
+++ b/src/third_party/skia/debugger/SkDebugger.h
@@ -0,0 +1,139 @@
+
+/*
+ * Copyright 2012 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+
+#ifndef SKDEBUGGER_H_
+#define SKDEBUGGER_H_
+
+#include "SkDebugCanvas.h"
+#include "SkPicture.h"
+#include "SkTArray.h"
+
+class SkString;
+
+class SkDebugger {
+public:
+ SkDebugger();
+
+ ~SkDebugger();
+
+ void setIndex(int index) {
+ fIndex = index;
+ }
+ void draw(SkCanvas* canvas) {
+ if (fIndex > 0) {
+ fDebugCanvas->drawTo(canvas, fIndex);
+ }
+ }
+
+ void step();
+ void stepBack();
+ void play();
+ void rewind();
+
+ bool isCommandVisible(int index) {
+ return fDebugCanvas->getDrawCommandVisibilityAt(index);
+ }
+
+ void setCommandVisible(int index, bool isVisible) {
+ fDebugCanvas->toggleCommand(index, isVisible);
+ }
+
+ SkTArray<SkString>* getDrawCommandsAsStrings() {
+ return fDebugCanvas->getDrawCommandsAsStrings();
+ }
+
+ SkTDArray<size_t>* getDrawCommandOffsets() {
+ return fDebugCanvas->getDrawCommandOffsets();
+ }
+
+ const SkTDArray<SkDrawCommand*>& getDrawCommands() const {
+ return fDebugCanvas->getDrawCommands();
+ }
+
+ void highlightCurrentCommand(bool on) {
+ fDebugCanvas->toggleFilter(on);
+ }
+
+ void setWindowSize(int width, int height) { fDebugCanvas->setWindowSize(width, height); }
+
+ void loadPicture(SkPicture* picture);
+
+ SkPicture* copyPicture();
+
+ int getSize() {
+ return fDebugCanvas->getSize();
+ }
+
+ void setUserMatrix(SkMatrix userMatrix) {
+ // Should this live in debugger instead?
+ fDebugCanvas->setUserMatrix(userMatrix);
+ }
+
+ int getCommandAtPoint(int x, int y, int index) {
+ return fDebugCanvas->getCommandAtPoint(x, y, index);
+ }
+
+ SkTDArray<SkString*>* getCommandInfo(int index) {
+ return fDebugCanvas->getCommandInfo(index);
+ }
+
+ const SkMatrix& getCurrentMatrix() {
+ return fDebugCanvas->getCurrentMatrix();
+ }
+
+ const SkIRect& getCurrentClip() {
+ return fDebugCanvas->getCurrentClip();
+ }
+
+ SkRect pictureCull() const {
+ return NULL == fPicture ? SkRect::MakeEmpty() : fPicture->cullRect();
+ }
+
+ int index() {
+ return fIndex;
+ }
+
+ void setOverdrawViz(bool overDrawViz) {
+ if (fDebugCanvas) {
+ fDebugCanvas->setOverdrawViz(overDrawViz);
+ }
+ }
+
+ void setPathOps(bool pathOps) {
+ if (fDebugCanvas) {
+ fDebugCanvas->setAllowSimplifyClip(pathOps);
+ }
+ }
+
+ void setMegaViz(bool megaViz) {
+ if (fDebugCanvas) {
+ fDebugCanvas->setMegaVizMode(megaViz);
+ }
+ }
+
+ void setTexFilterOverride(bool texFilterOverride, SkPaint::FilterLevel level) {
+ if (fDebugCanvas) {
+ fDebugCanvas->overrideTexFiltering(texFilterOverride, level);
+ }
+ }
+
+ void getOverviewText(const SkTDArray<double>* typeTimes, double totTime,
+ SkString* overview, int numRuns);
+
+ void getClipStackText(SkString* clipStack);
+
+private:
+ SkDebugCanvas* fDebugCanvas;
+ SkPicture* fPicture;
+
+ int fIndex;
+};
+
+
+#endif /* SKDEBUGGER_H_ */
diff --git a/src/third_party/skia/debugger/debuggermain.cpp b/src/third_party/skia/debugger/debuggermain.cpp
new file mode 100644
index 0000000..f749911
--- /dev/null
+++ b/src/third_party/skia/debugger/debuggermain.cpp
@@ -0,0 +1,59 @@
+
+/*
+ * Copyright 2012 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#include "SkDebuggerGUI.h"
+#include <QApplication>
+
+static void usage(const char * argv0) {
+ SkDebugf("%s <input> \n", argv0);
+ SkDebugf(" [--help|-h]: show this help message\n");
+ SkDebugf("\n\n");
+ SkDebugf(" input: Either a directory or a single .skp file.\n");
+}
+
+int main(int argc, char *argv[]) {
+ QApplication a(argc, argv);
+
+ QStringList argList = a.arguments();
+
+ if (argList.count() <= 0) {
+ return -1; // should at least have command name
+ }
+
+ SkString input;
+
+ QStringList::const_iterator iter = argList.begin();
+
+ SkString commandName(iter->toAscii().data());
+ ++iter; // skip the command name
+
+ for ( ; iter != argList.end(); ++iter) {
+ if (0 == iter->compare("--help") || 0 == iter->compare("-h")) {
+ usage(commandName.c_str());
+ return -1;
+ } else if (input.isEmpty()) {
+ input = SkString(iter->toAscii().data());
+ } else {
+ usage(commandName.c_str());
+ return -1;
+ }
+ }
+
+ SkDebuggerGUI w;
+
+ if (!input.isEmpty()) {
+ if (SkStrEndsWith(input.c_str(), ".skp")) {
+ w.openFile(input.c_str());
+ } else {
+ w.setupDirectoryWidget(input.c_str());
+ }
+ }
+
+ w.show();
+ return a.exec();
+}