Home
last modified time | relevance | path

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

/third_party/skia/samplecode/
DSampleQuadStroker.cpp127 StrokeTypeButton fCubicButton; member in QuadStrokerView
185 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()
/third_party/flutter/skia/samplecode/
DSampleQuadStroker.cpp134 StrokeTypeButton fCubicButton; member in QuadStrokerView
192 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()
DSampleAAGeometry.cpp798 Button fCubicButton; member in AAGeometryView
826 , 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()