Home | History | Annotate | Download | only in ports

Lines Matching refs:doLCD

707     bool doLCD = false;
712 doLCD = true;
716 doLCD = false;
753 fDoLCD = !doLCD;
761 if (fDoLCD != doLCD) {
762 CGContextSetShouldSmoothFonts(fCG, doLCD);
763 fDoLCD = doLCD;