Home
last modified time | relevance | path

Searched refs:fDrawCommandGeometryWidget (Results 1 – 2 of 2) sorted by relevance

/external/skia/debugger/QT/
DSkDebuggerGUI.cpp45 , fDrawCommandGeometryWidget(&fDebugger) in SkDebuggerGUI()
187 fDrawCommandGeometryWidget.setHidden(newState); in actionInspector()
334 fDrawCommandGeometryWidget.setDrawCommandIndex(-1); in updateDrawCommandInfo()
354 fDrawCommandGeometryWidget.setDrawCommandIndex(currentRow); in updateDrawCommandInfo()
513 fDrawCommandGeometryWidget.setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding); in setupUi()
544 fDrawCommandGeometryWidget.setToolTip("Current Command Geometry"); in setupUi()
545 fSettingsAndImageLayout.addWidget(&fDrawCommandGeometryWidget); in setupUi()
712 fDrawCommandGeometryWidget.setDrawCommandIndex(-1); in loadPicture()
DSkDebuggerGUI.h287 SkDrawCommandGeometryWidget fDrawCommandGeometryWidget; variable