Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleQuadStroker.cpp128 StrokeTypeButton fConicButton; member in QuadStrokerView
187 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()
/external/skqp/samplecode/
DSampleQuadStroker.cpp135 StrokeTypeButton fConicButton; member in QuadStrokerView
194 fConicButton.fLabel = 'K'; in QuadStrokerView()
195 fConicButton.fEnabled = false; in QuadStrokerView()
246 fConicButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30); in onSizeChange()
555 if (fConicButton.fEnabled || fCubicButton.fEnabled || fQuadButton.fEnabled) { in setAsNeeded()
609 if (fConicButton.fEnabled) { in onDrawContent()
700 if (fConicButton.fEnabled) { in onDrawContent()
714 draw_button(canvas, fConicButton); in onDrawContent()
753 if (fConicButton.fBounds.contains(rectPt)) { in onFindClickHandler()
754 fConicButton.fEnabled ^= true; in onFindClickHandler()
DSampleAAGeometry.cpp804 Button fConicButton; member in AAGeometryView
832 , fConicButton('K') in AAGeometryView()
1638 fLineButton.fVisible = fQuadButton.fVisible = fConicButton.fVisible in onFindClickHandler()
1676 fLineButton.fVisible = fQuadButton.fVisible = fConicButton.fVisible in onClick()
1681 fConicButton.setEnabled(myClick->fVerb == SkPath::kConic_Verb); in onClick()