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

  /external/skia/debugger/QT/
SkSettingsWidget.cpp 28 fPathOpsCheckBox.setText("PathOps ");
29 fVisualizationsLayout.addWidget(&fPathOpsCheckBox);
34 connect(&fPathOpsCheckBox, SIGNAL(toggled(bool)), this, SIGNAL(visualizationsChanged()));
SkSettingsWidget.h 81 return fPathOpsCheckBox.isChecked();
105 QCheckBox fPathOpsCheckBox;

Completed in 35 milliseconds