Home
last modified time | relevance | path

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

/third_party/skia/samplecode/
H A 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);
545 if (fConicButton.fEnabled || fCubicButton.fEnabled || fQuadButton.fEnabled) { in setAsNeeded()
599 if (fConicButton.fEnabled) {
690 if (fConicButton.fEnabled) {
704 draw_button(canvas, fConicButton);
742 if (fConicButton.fBounds.contains(rectPt)) {
743 fConicButton
[all...]

Completed in 3 milliseconds