Lines Matching refs:fArcButton
130 StrokeTypeButton fArcButton;
191 fArcButton.fLabel = 'A';
192 fArcButton.fEnabled = true;
240 fArcButton.fBounds.setXYWH(this->width() - 50, SkIntToScalar(buttonOffset), 30, 30);
547 } else if (fRRectButton.fEnabled || fCircleButton.fEnabled || fArcButton.fEnabled) {
615 if (fArcButton.fEnabled) {
658 if (fArcButton.fEnabled) {
693 if (fArcButton.fEnabled) {
705 draw_button(canvas, fArcButton);
750 if (fArcButton.fBounds.contains(rectPt)) {
751 fArcButton.fEnabled ^= true;