Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleQuadStroker.cpp119 StrokeTypeButton fRRectButton; member in QuadStrokerView
181 fRRectButton.fLabel = 'R'; in QuadStrokerView()
182 fRRectButton.fEnabled = false; in QuadStrokerView()
234 fRRectButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30); in onSizeChange()
538 } else if (fRRectButton.fEnabled || fCircleButton.fEnabled || fArcButton.fEnabled) { in setAsNeeded()
619 if (fRRectButton.fEnabled) { in onDrawContent()
697 draw_button(canvas, fRRectButton); in onDrawContent()
747 if (fRRectButton.fBounds.contains(rectPt)) { in onFindClickHandler()
748 fRRectButton.fEnabled ^= true; in onFindClickHandler()