Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleQuadStroker.cpp115 StrokeTypeButton fCubicButton; member in QuadStrokerView
173 fCubicButton.fLabel = 'C'; in QuadStrokerView()
174 fCubicButton.fEnabled = false; in QuadStrokerView()
226 fCubicButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30); in onSizeChange()
536 if (fConicButton.fEnabled || fCubicButton.fEnabled || fQuadButton.fEnabled) { in setAsNeeded()
583 if (fCubicButton.fEnabled) { in onDrawContent()
694 draw_button(canvas, fCubicButton); in onDrawContent()
731 if (fCubicButton.fBounds.contains(rectPt)) { in onFindClickHandler()
732 fCubicButton.fEnabled ^= true; in onFindClickHandler()