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

  /external/skia/debugger/QT/
SkSettingsWidget.cpp 53 fGLMSAACombo.addItem("Off", QVariant(0));
54 fGLMSAACombo.addItem("4", QVariant(4));
55 fGLMSAACombo.addItem("16", QVariant(16));
56 fGLLayout.addRow("MSAA", &fGLMSAACombo);
61 connect(&fGLMSAACombo, SIGNAL(activated(int)), this,
SkSettingsWidget.h 49 return fGLMSAACombo.itemData(fGLMSAACombo.currentIndex()).toInt();
110 QComboBox fGLMSAACombo;

Completed in 53 milliseconds