Home | History | Annotate | Download | only in samplecode

Lines Matching defs:fEnabled

108     bool fEnabled;
193 fCubicButton.fEnabled = false;
195 fConicButton.fEnabled = false;
197 fQuadButton.fEnabled = false;
199 fArcButton.fEnabled = true;
201 fRRectButton.fEnabled = false;
203 fCircleButton.fEnabled = true;
206 fTextButton.fEnabled = false;
218 if (fTextButton.fEnabled && Sample::CharQ(*evt, &uni)) {
506 paint.setColor(button.fEnabled
508 paint.setColor(button.fEnabled ? 0xFF3F0000 : 0x6F3F0000);
555 if (fConicButton.fEnabled || fCubicButton.fEnabled || fQuadButton.fEnabled) {
557 } else if (fRRectButton.fEnabled || fCircleButton.fEnabled || fArcButton.fEnabled) {
602 if (fCubicButton.fEnabled) {
609 if (fConicButton.fEnabled) {
617 if (fQuadButton.fEnabled) {
625 if (fArcButton.fEnabled) {
638 if (fRRectButton.fEnabled) {
661 if (fCircleButton.fEnabled) {
668 if (fArcButton.fEnabled) {
681 if (fTextButton.fEnabled) {
700 if (fConicButton.fEnabled) {
703 if (fArcButton.fEnabled) {
750 fCubicButton.fEnabled ^= true;
754 fConicButton.fEnabled ^= true;
758 fQuadButton.fEnabled ^= true;
762 fArcButton.fEnabled ^= true;
766 fRRectButton.fEnabled ^= true;
770 bool wasEnabled = fCircleButton.fEnabled;
771 fCircleButton.fEnabled = !fCircleButton.fFill;
776 fTextButton.fEnabled ^= true;