OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fInspectorWidget
(Results
1 - 2
of
2
) sorted by null
/external/skia/debugger/QT/
SkDebuggerGUI.cpp
98
fInspectorWidget
.setDisabled(true);
183
bool newState = !
fInspectorWidget
.isHidden();
185
fInspectorWidget
.setHidden(newState);
274
fInspectorWidget
.setText(clipStack.c_str(), SkInspectorWidget::kClipStack_TabType);
276
fInspectorWidget
.setMatrix(fDebugger.getCurrentMatrix());
277
fInspectorWidget
.setClip(fDebugger.getCurrentClip());
332
fInspectorWidget
.setText("", SkInspectorWidget::kDetail_TabType);
333
fInspectorWidget
.setText("", SkInspectorWidget::kClipStack_TabType);
350
fInspectorWidget
.setText(info, SkInspectorWidget::kDetail_TabType);
357
fInspectorWidget
.setDisabled(false)
[
all
...]
SkDebuggerGUI.h
277
SkInspectorWidget
fInspectorWidget
;
Completed in 34 milliseconds