Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleQuadStroker.cpp116 StrokeTypeButton fConicButton; member in QuadStrokerView
175 fConicButton.fLabel = 'K'; in QuadStrokerView()
176 fConicButton.fEnabled = false; in QuadStrokerView()
228 fConicButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30); in onSizeChange()
536 if (fConicButton.fEnabled || fCubicButton.fEnabled || fQuadButton.fEnabled) { in setAsNeeded()
590 if (fConicButton.fEnabled) { in onDrawContent()
681 if (fConicButton.fEnabled) { in onDrawContent()
695 draw_button(canvas, fConicButton); in onDrawContent()
735 if (fConicButton.fBounds.contains(rectPt)) { in onFindClickHandler()
736 fConicButton.fEnabled ^= true; in onFindClickHandler()