Home
last modified time | relevance | path

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

/third_party/skia/samplecode/
H A 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);
545 if (fConicButton.fEnabled || fCubicButton.fEnabled || fQuadButton.fEnabled) { in setAsNeeded()
607 if (fQuadButton.fEnabled) {
702 draw_button(canvas, fQuadButton);
746 if (fQuadButton.fBounds.contains(rectPt)) {
747 fQuadButton.fEnabled ^= true;

Completed in 2 milliseconds