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

  /external/skia/debugger/QT/
SkDebuggerGUI.cpp 601 fViewStateLayout.addRow("Command HitBox", &fCommandHitBox);
602 fCommandHitBox.setText("0");
603 fCommandHitBox.setMinimumSize(QSize(50,25));
604 fCommandHitBox.setMaximumSize(QSize(50,25));
605 fCommandHitBox.setAlignment(Qt::AlignRight);
606 fCommandHitBox.setReadOnly(true);
863 fCommandHitBox.setText(QString::number(newHit));
SkDebuggerGUI.h 287 QLineEdit fCommandHitBox;

Completed in 27 milliseconds