Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleQuadStroker.cpp134 StrokeTypeButton fCubicButton; member in QuadStrokerView
192 fCubicButton.fLabel = 'C'; in QuadStrokerView()
193 fCubicButton.fEnabled = false; in QuadStrokerView()
244 fCubicButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30); in onSizeChange()
555 if (fConicButton.fEnabled || fCubicButton.fEnabled || fQuadButton.fEnabled) { in setAsNeeded()
602 if (fCubicButton.fEnabled) { in onDrawContent()
713 draw_button(canvas, fCubicButton); in onDrawContent()
749 if (fCubicButton.fBounds.contains(rectPt)) { in onFindClickHandler()
750 fCubicButton.fEnabled ^= true; in onFindClickHandler()
DSampleAAGeometry.cpp803 Button fCubicButton; member in AAGeometryView
831 , fCubicButton('C') in AAGeometryView()
1639 = fCubicButton.fVisible = fWeightControl.fVisible = fAddButton.fVisible in onFindClickHandler()
1677 = fCubicButton.fVisible = fAddButton.fVisible = fDeleteButton.fVisible in onClick()
1682 fCubicButton.setEnabled(myClick->fVerb == SkPath::kCubic_Verb); in onClick()
/external/skqp/samplecode/
DSampleQuadStroker.cpp134 StrokeTypeButton fCubicButton; member in QuadStrokerView
192 fCubicButton.fLabel = 'C'; in QuadStrokerView()
193 fCubicButton.fEnabled = false; in QuadStrokerView()
244 fCubicButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30); in onSizeChange()
555 if (fConicButton.fEnabled || fCubicButton.fEnabled || fQuadButton.fEnabled) { in setAsNeeded()
602 if (fCubicButton.fEnabled) { in onDrawContent()
713 draw_button(canvas, fCubicButton); in onDrawContent()
749 if (fCubicButton.fBounds.contains(rectPt)) { in onFindClickHandler()
750 fCubicButton.fEnabled ^= true; in onFindClickHandler()
DSampleAAGeometry.cpp803 Button fCubicButton; member in AAGeometryView
831 , fCubicButton('C') in AAGeometryView()
1639 = fCubicButton.fVisible = fWeightControl.fVisible = fAddButton.fVisible in onFindClickHandler()
1677 = fCubicButton.fVisible = fAddButton.fVisible = fDeleteButton.fVisible in onClick()
1682 fCubicButton.setEnabled(myClick->fVerb == SkPath::kCubic_Verb); in onClick()