Home
last modified time | relevance | path

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

/external/skqp/samplecode/
DSampleAAGeometry.cpp744 } kButtonList[kButtonCount]; variable
748 MyClick::ControlType testType = kButtonList[index].fButtonType; in enable_verb_button()
750 Button* button = kButtonList[index].fButton; in enable_verb_button()
948 kButtonList[index].fButton = button; in set_buttonList()
949 kButtonList[index].fButtonType = type; in set_buttonList()
1028 kButtonList[index].fButton->fBounds.setXYWH(this->width() - 50, in setControlButtonsPos()
1570 kButtonList[index].fButton->draw(canvas, fButtonPaints); in onDrawContent()
1633 if (kButtonList[index].fButton->contains(rectPt)) { in onFindClickHandler()
1634 return new MyClick(this, MyClick::kControlType, kButtonList[index].fButtonType); in onFindClickHandler()
1833 Button* button = kButtonList[index].fButton; in onQuery()
[all …]
/external/skia/samplecode/
DSampleAAGeometry.cpp744 } kButtonList[kButtonCount]; variable
748 MyClick::ControlType testType = kButtonList[index].fButtonType; in enable_verb_button()
750 Button* button = kButtonList[index].fButton; in enable_verb_button()
948 kButtonList[index].fButton = button; in set_buttonList()
949 kButtonList[index].fButtonType = type; in set_buttonList()
1028 kButtonList[index].fButton->fBounds.setXYWH(this->width() - 50, in setControlButtonsPos()
1570 kButtonList[index].fButton->draw(canvas, fButtonPaints); in onDrawContent()
1633 if (kButtonList[index].fButton->contains(rectPt)) { in onFindClickHandler()
1634 return new MyClick(this, MyClick::kControlType, kButtonList[index].fButtonType); in onFindClickHandler()
1833 Button* button = kButtonList[index].fButton; in onQuery()
[all …]