Home | History | Annotate | Download | only in ports

Lines Matching refs:doLCD

726     bool doLCD = false;
729 doLCD = true;
735 doLCD = false;
772 fDoLCD = !doLCD;
779 if (fDoLCD != doLCD) {
780 CGContextSetShouldSmoothFonts(fCG, doLCD);
781 fDoLCD = doLCD;