History log of /external/skia/debugger/QT/SkDrawCommandGeometryWidget.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d98120e44703814c29fc76c732a2db8faae9774b 24-Mar-2016 robertphillips <robertphillips@google.com> Fix debugger w.r.t. sk_sp changes

GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1828273002

Review URL: https://codereview.chromium.org/1828273002
/external/skia/debugger/QT/SkDrawCommandGeometryWidget.h
0cfeaf3ac1e7edcf3b618c9f33f4b4bc30321324 07-Jan-2015 kkinnunen <kkinnunen@nvidia.com> debugger: Update inspector view data consistently while paused

Make all fields of inspector view (details tab, clipstack tab, geometry
view) update the correct info when user selects a draw command. Also
update the info regardless if the painting is paused or not.

Current clip and matrix will not update consistently even after this
patch, as they depend on stateful debug canvas draw (may be fixed
later).

Review URL: https://codereview.chromium.org/835903002
/external/skia/debugger/QT/SkDrawCommandGeometryWidget.h
63a470227beed0de553d769724e0108808391e42 31-Dec-2014 kkinnunen <kkinnunen@nvidia.com> debugger: Make draw command image widget resize

Make draw command image widget resize. The widget was not resizing,
effectively preventing the window from being resized smaller.

Make the rasterized draw command image be proportional to the widget
size. The draw rasterization canvas is still an equilateral rectangle
with dimensions of the smaller side of the widget.

Makes the widget re-rasterize the image only when the draw command
changes, not for each widget paint.

Renames the widget from "image widget" to "draw command geometry
widget".

Makes the background of the image black, similar to the raster widget
background.

Adds a tooltip saying "Command geometry" for the widget, so that user might
understand what the contents should be.

This commit is part of work that tries to make the debugger window to be
a bit more resizeable, so that it would fit 1900x1200 screen.

Review URL: https://codereview.chromium.org/787143004
/external/skia/debugger/QT/SkDrawCommandGeometryWidget.h