• Home
  • Raw
  • Download

Lines Matching refs:fEnabled

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