Home
last modified time | relevance | path

Searched refs:fCommandHitBox (Results 1 – 2 of 2) sorted by relevance

/external/skia/debugger/QT/
DSkDebuggerGUI.cpp601 fViewStateLayout.addRow("Command HitBox", &fCommandHitBox); in setupUi()
602 fCommandHitBox.setText("0"); in setupUi()
603 fCommandHitBox.setMinimumSize(QSize(50,25)); in setupUi()
604 fCommandHitBox.setMaximumSize(QSize(50,25)); in setupUi()
605 fCommandHitBox.setAlignment(Qt::AlignRight); in setupUi()
606 fCommandHitBox.setReadOnly(true); in setupUi()
863 fCommandHitBox.setText(QString::number(newHit)); in updateHit()
DSkDebuggerGUI.h287 QLineEdit fCommandHitBox; variable