Searched refs:fCubicButton (Results 1 – 3 of 3) sorted by relevance
127 StrokeTypeButton fCubicButton; member in QuadStrokerView185 fCubicButton.fLabel = 'C'; in QuadStrokerView()186 fCubicButton.fEnabled = false; in QuadStrokerView()234 fCubicButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30); in onSizeChange()545 if (fConicButton.fEnabled || fCubicButton.fEnabled || fQuadButton.fEnabled) { in setAsNeeded()592 if (fCubicButton.fEnabled) { in onDrawContent()703 draw_button(canvas, fCubicButton); in onDrawContent()738 if (fCubicButton.fBounds.contains(rectPt)) { in onFindClickHandler()739 fCubicButton.fEnabled ^= true; in onFindClickHandler()
134 StrokeTypeButton fCubicButton; member in QuadStrokerView192 fCubicButton.fLabel = 'C'; in QuadStrokerView()193 fCubicButton.fEnabled = false; in QuadStrokerView()241 fCubicButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30); in onSizeChange()552 if (fConicButton.fEnabled || fCubicButton.fEnabled || fQuadButton.fEnabled) { in setAsNeeded()599 if (fCubicButton.fEnabled) { in onDrawContent()710 draw_button(canvas, fCubicButton); in onDrawContent()746 if (fCubicButton.fBounds.contains(rectPt)) { in onFindClickHandler()747 fCubicButton.fEnabled ^= true; in onFindClickHandler()
798 Button fCubicButton; member in AAGeometryView826 , fCubicButton('C') in AAGeometryView()1634 = fCubicButton.fVisible = fWeightControl.fVisible = fAddButton.fVisible in onFindClickHandler()1672 = fCubicButton.fVisible = fAddButton.fVisible = fDeleteButton.fVisible in onClick()1677 fCubicButton.setEnabled(myClick->fVerb == SkPath::kCubic_Verb); in onClick()