Lines Matching refs:fConicButton
128 StrokeTypeButton fConicButton;
187 fConicButton.fLabel = 'K';
188 fConicButton.fEnabled = false;
236 fConicButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30);
545 if (fConicButton.fEnabled || fCubicButton.fEnabled || fQuadButton.fEnabled) {
599 if (fConicButton.fEnabled) {
690 if (fConicButton.fEnabled) {
704 draw_button(canvas, fConicButton);
742 if (fConicButton.fBounds.contains(rectPt)) {
743 fConicButton.fEnabled ^= true;