Searched refs:fQuadButton (Results 1 – 1 of 1) sorted by relevance
117 StrokeTypeButton fQuadButton; member in QuadStrokerView177 fQuadButton.fLabel = 'Q'; in QuadStrokerView()178 fQuadButton.fEnabled = false; in QuadStrokerView()230 fQuadButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30); in onSizeChange()536 if (fConicButton.fEnabled || fCubicButton.fEnabled || fQuadButton.fEnabled) { in setAsNeeded()598 if (fQuadButton.fEnabled) { in onDrawContent()693 draw_button(canvas, fQuadButton); in onDrawContent()739 if (fQuadButton.fBounds.contains(rectPt)) { in onFindClickHandler()740 fQuadButton.fEnabled ^= true; in onFindClickHandler()