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

  /external/skia/debugger/QT/
SkDebuggerGUI.cpp 244 fZoomBox.setText(QString::number(scaleFactor * 100, 'f', 0).append("%"));
520 fViewStateLayout.addRow("Zoom Level", &fZoomBox);
521 fZoomBox.setText("100%");
522 fZoomBox.setMinimumSize(QSize(50,25));
523 fZoomBox.setMaximumSize(QSize(50,25));
524 fZoomBox.setAlignment(Qt::AlignRight);
525 fZoomBox.setReadOnly(true);
SkDebuggerGUI.h 286 QLineEdit fZoomBox;
  /external/skqp/debugger/QT/
SkDebuggerGUI.cpp 244 fZoomBox.setText(QString::number(scaleFactor * 100, 'f', 0).append("%"));
520 fViewStateLayout.addRow("Zoom Level", &fZoomBox);
521 fZoomBox.setText("100%");
522 fZoomBox.setMinimumSize(QSize(50,25));
523 fZoomBox.setMaximumSize(QSize(50,25));
524 fZoomBox.setAlignment(Qt::AlignRight);
525 fZoomBox.setReadOnly(true);
SkDebuggerGUI.h 286 QLineEdit fZoomBox;

Completed in 509 milliseconds