Searched defs:fCubicButton (Results 1 - 2 of 2) sorted by relevance

/external/skia/samplecode/
H A DSampleQuadStroker.cpp116 StrokeTypeButton fCubicButton; member in class:QuadStrokerView
174 fCubicButton.fLabel = 'C';
175 fCubicButton.fEnabled = false;
226 fCubicButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30);
535 if (fConicButton.fEnabled || fCubicButton.fEnabled || fQuadButton.fEnabled) {
582 if (fCubicButton.fEnabled) {
693 draw_button(canvas, fCubicButton);
729 if (fCubicButton.fBounds.contains(rectPt)) {
730 fCubicButton.fEnabled ^= true;
/external/skqp/samplecode/
H A DSampleQuadStroker.cpp116 StrokeTypeButton fCubicButton; member in class:QuadStrokerView
174 fCubicButton.fLabel = 'C';
175 fCubicButton.fEnabled = false;
226 fCubicButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30);
535 if (fConicButton.fEnabled || fCubicButton.fEnabled || fQuadButton.fEnabled) {
582 if (fCubicButton.fEnabled) {
693 draw_button(canvas, fCubicButton);
729 if (fCubicButton.fBounds.contains(rectPt)) {
730 fCubicButton.fEnabled ^= true;

Completed in 113 milliseconds