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

  /external/skia/debugger/QT/
SkDebuggerGUI.cpp 113 fInspectorWidget.setDisabled(true);
252 bool newState = !fInspectorWidget.isHidden();
254 fInspectorWidget.setHidden(newState);
343 fInspectorWidget.setText(clipStack.c_str(), SkInspectorWidget::kClipStack_TabType);
345 fInspectorWidget.setMatrix(fDebugger.getCurrentMatrix());
346 fInspectorWidget.setClip(fDebugger.getCurrentClip());
396 fInspectorWidget.setText("", SkInspectorWidget::kDetail_TabType);
397 fInspectorWidget.setText("", SkInspectorWidget::kClipStack_TabType);
414 fInspectorWidget.setText(info, SkInspectorWidget::kDetail_TabType);
421 fInspectorWidget.setDisabled(false)
    [all...]
SkDebuggerGUI.h 279 SkInspectorWidget fInspectorWidget;

Completed in 31 milliseconds