Home | History | Annotate | Download | only in samplecode

Lines Matching refs:fEnabled

89     bool fEnabled;
174 fCubicButton.fEnabled = false;
176 fConicButton.fEnabled = false;
178 fQuadButton.fEnabled = false;
180 fArcButton.fEnabled = true;
182 fRRectButton.fEnabled = false;
184 fCircleButton.fEnabled = true;
187 fTextButton.fEnabled = false;
199 if (fTextButton.fEnabled && SampleCode::CharQ(*evt, &uni)) {
487 paint.setColor(button.fEnabled ? 0xFF3F0000 : 0x6F3F0000);
490 paint.setColor(button.fEnabled ? 0xFF3F0000 : 0x6F3F0000);
535 if (fConicButton.fEnabled || fCubicButton.fEnabled || fQuadButton.fEnabled) {
537 } else if (fRRectButton.fEnabled || fCircleButton.fEnabled || fArcButton.fEnabled) {
582 if (fCubicButton.fEnabled) {
589 if (fConicButton.fEnabled) {
597 if (fQuadButton.fEnabled) {
605 if (fArcButton.fEnabled) {
618 if (fRRectButton.fEnabled) {
641 if (fCircleButton.fEnabled) {
648 if (fArcButton.fEnabled) {
661 if (fTextButton.fEnabled) {
680 if (fConicButton.fEnabled) {
683 if (fArcButton.fEnabled) {
731 fCubicButton.fEnabled ^= true;
735 fConicButton.fEnabled ^= true;
739 fQuadButton.fEnabled ^= true;
743 fArcButton.fEnabled ^= true;
747 fRRectButton.fEnabled ^= true;
751 bool wasEnabled = fCircleButton.fEnabled;
752 fCircleButton.fEnabled = !fCircleButton.fFill;
757 fTextButton.fEnabled ^= true;