Searched refs:fConicButton (Results 1 – 4 of 4) sorted by relevance
/external/skia/samplecode/ |
D | SampleQuadStroker.cpp | 135 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()
|
D | SampleAAGeometry.cpp | 804 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()
|
/external/skqp/samplecode/ |
D | SampleQuadStroker.cpp | 135 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()
|
D | SampleAAGeometry.cpp | 804 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()
|