Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleQuadStroker.cpp118 StrokeTypeButton fArcButton; member in QuadStrokerView
179 fArcButton.fLabel = 'A'; in QuadStrokerView()
180 fArcButton.fEnabled = true; in QuadStrokerView()
232 fArcButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30); in onSizeChange()
538 } else if (fRRectButton.fEnabled || fCircleButton.fEnabled || fArcButton.fEnabled) { in setAsNeeded()
606 if (fArcButton.fEnabled) { in onDrawContent()
649 if (fArcButton.fEnabled) { in onDrawContent()
684 if (fArcButton.fEnabled) { in onDrawContent()
696 draw_button(canvas, fArcButton); in onDrawContent()
743 if (fArcButton.fBounds.contains(rectPt)) { in onFindClickHandler()
[all …]