Searched refs:fConicButton (Results 1 – 3 of 3) sorted by relevance
128 StrokeTypeButton fConicButton; member in QuadStrokerView187 fConicButton.fLabel = 'K'; in QuadStrokerView()188 fConicButton.fEnabled = false; in QuadStrokerView()236 fConicButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30); in onSizeChange()545 if (fConicButton.fEnabled || fCubicButton.fEnabled || fQuadButton.fEnabled) { in setAsNeeded()599 if (fConicButton.fEnabled) { in onDrawContent()690 if (fConicButton.fEnabled) { in onDrawContent()704 draw_button(canvas, fConicButton); in onDrawContent()742 if (fConicButton.fBounds.contains(rectPt)) { in onFindClickHandler()743 fConicButton.fEnabled ^= true; in onFindClickHandler()
135 StrokeTypeButton fConicButton; member in QuadStrokerView194 fConicButton.fLabel = 'K'; in QuadStrokerView()195 fConicButton.fEnabled = false; in QuadStrokerView()243 fConicButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30); in onSizeChange()552 if (fConicButton.fEnabled || fCubicButton.fEnabled || fQuadButton.fEnabled) { in setAsNeeded()606 if (fConicButton.fEnabled) { in onDrawContent()697 if (fConicButton.fEnabled) { in onDrawContent()711 draw_button(canvas, fConicButton); in onDrawContent()750 if (fConicButton.fBounds.contains(rectPt)) { in onFindClickHandler()751 fConicButton.fEnabled ^= true; in onFindClickHandler()
799 Button fConicButton; member in AAGeometryView827 , fConicButton('K') in AAGeometryView()1633 fLineButton.fVisible = fQuadButton.fVisible = fConicButton.fVisible in onFindClickHandler()1671 fLineButton.fVisible = fQuadButton.fVisible = fConicButton.fVisible in onClick()1676 fConicButton.setEnabled(myClick->fVerb == SkPath::kConic_Verb); in onClick()