Home
last modified time | relevance | path

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

/third_party/skia/samplecode/
DSampleQuadStroker.cpp129 StrokeTypeButton fQuadButton; member in QuadStrokerView
189 fQuadButton.fLabel = 'Q'; in QuadStrokerView()
190 fQuadButton.fEnabled = false; in QuadStrokerView()
238 fQuadButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30); in onSizeChange()
545 if (fConicButton.fEnabled || fCubicButton.fEnabled || fQuadButton.fEnabled) { in setAsNeeded()
607 if (fQuadButton.fEnabled) { in onDrawContent()
702 draw_button(canvas, fQuadButton); in onDrawContent()
746 if (fQuadButton.fBounds.contains(rectPt)) { in onFindClickHandler()
747 fQuadButton.fEnabled ^= true; in onFindClickHandler()
/third_party/flutter/skia/samplecode/
DSampleQuadStroker.cpp136 StrokeTypeButton fQuadButton; member in QuadStrokerView
196 fQuadButton.fLabel = 'Q'; in QuadStrokerView()
197 fQuadButton.fEnabled = false; in QuadStrokerView()
245 fQuadButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30); in onSizeChange()
552 if (fConicButton.fEnabled || fCubicButton.fEnabled || fQuadButton.fEnabled) { in setAsNeeded()
614 if (fQuadButton.fEnabled) { in onDrawContent()
709 draw_button(canvas, fQuadButton); in onDrawContent()
754 if (fQuadButton.fBounds.contains(rectPt)) { in onFindClickHandler()
755 fQuadButton.fEnabled ^= true; in onFindClickHandler()
DSampleAAGeometry.cpp800 Button fQuadButton; member in AAGeometryView
828 , fQuadButton('Q') in AAGeometryView()
1633 fLineButton.fVisible = fQuadButton.fVisible = fConicButton.fVisible in onFindClickHandler()
1671 fLineButton.fVisible = fQuadButton.fVisible = fConicButton.fVisible in onClick()
1675 fQuadButton.setEnabled(myClick->fVerb == SkPath::kQuad_Verb); in onClick()