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

  /external/skia/debugger/QT/
SkDebuggerGUI.cpp 313 fZoomBox.setText(QString::number(scaleFactor * 100, 'f', 0).append("%"));
595 fViewStateLayout.addRow("Zoom Level", &fZoomBox);
596 fZoomBox.setText("100%");
597 fZoomBox.setMinimumSize(QSize(50,25));
598 fZoomBox.setMaximumSize(QSize(50,25));
599 fZoomBox.setAlignment(Qt::AlignRight);
600 fZoomBox.setReadOnly(true);
SkDebuggerGUI.h 288 QLineEdit fZoomBox;

Completed in 58 milliseconds