OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fCanvasWidget
(Results
1 - 2
of
2
) sorted by null
/external/skia/debugger/QT/
SkDebuggerGUI.cpp
44
,
fCanvasWidget
(this, &fDebugger)
83
connect(&
fCanvasWidget
, SIGNAL(hitChanged(int)), this, SLOT(selectCommand(int)));
84
connect(&
fCanvasWidget
, SIGNAL(hitChanged(int)), this, SLOT(updateHit(int)));
85
connect(&
fCanvasWidget
, SIGNAL(scaleFactorChanged(float)), this, SLOT(actionScale(float)));
95
connect(&fMapper, SIGNAL(mapped(int)), &
fCanvasWidget
, SLOT(zoom(int)));
176
fCanvasWidget
.setGLSampleCount(fSettingsWidget.getGLSampleCount());
178
fCanvasWidget
.setWidgetVisibility(SkCanvasWidget::kGPU_WidgetType, !isToggled);
203
fCanvasWidget
.setWidgetVisibility(SkCanvasWidget::kRaster_8888_WidgetType,
220
fCanvasWidget
.update();
511
fCanvasWidget
.setSizePolicy(QSizePolicy::Expanding
[
all
...]
SkDebuggerGUI.h
275
SkCanvasWidget
fCanvasWidget
;
Completed in 1129 milliseconds