Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleQuadStroker.cpp116 StrokeTypeButton fCubicButton; member in QuadStrokerView
174 fCubicButton.fLabel = 'C'; in QuadStrokerView()
175 fCubicButton.fEnabled = false; in QuadStrokerView()
226 fCubicButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30); in onSizeChange()
535 if (fConicButton.fEnabled || fCubicButton.fEnabled || fQuadButton.fEnabled) { in setAsNeeded()
582 if (fCubicButton.fEnabled) { in onDrawContent()
693 draw_button(canvas, fCubicButton); in onDrawContent()
729 if (fCubicButton.fBounds.contains(rectPt)) { in onFindClickHandler()
730 fCubicButton.fEnabled ^= true; in onFindClickHandler()
DSampleAAGeometry.cpp801 Button fCubicButton; member in AAGeometryView
829 , fCubicButton('C') in AAGeometryView()
1640 = fCubicButton.fVisible = fWeightControl.fVisible = fAddButton.fVisible in onFindClickHandler()
1678 = fCubicButton.fVisible = fAddButton.fVisible = fDeleteButton.fVisible in onClick()
1683 fCubicButton.setEnabled(myClick->fVerb == SkPath::kCubic_Verb); in onClick()
/external/skqp/samplecode/
DSampleQuadStroker.cpp116 StrokeTypeButton fCubicButton; member in QuadStrokerView
174 fCubicButton.fLabel = 'C'; in QuadStrokerView()
175 fCubicButton.fEnabled = false; in QuadStrokerView()
226 fCubicButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30); in onSizeChange()
535 if (fConicButton.fEnabled || fCubicButton.fEnabled || fQuadButton.fEnabled) { in setAsNeeded()
582 if (fCubicButton.fEnabled) { in onDrawContent()
693 draw_button(canvas, fCubicButton); in onDrawContent()
729 if (fCubicButton.fBounds.contains(rectPt)) { in onFindClickHandler()
730 fCubicButton.fEnabled ^= true; in onFindClickHandler()
DSampleAAGeometry.cpp801 Button fCubicButton; member in AAGeometryView
829 , fCubicButton('C') in AAGeometryView()
1640 = fCubicButton.fVisible = fWeightControl.fVisible = fAddButton.fVisible in onFindClickHandler()
1678 = fCubicButton.fVisible = fAddButton.fVisible = fDeleteButton.fVisible in onClick()
1683 fCubicButton.setEnabled(myClick->fVerb == SkPath::kCubic_Verb); in onClick()