Home
last modified time | relevance | path

Searched refs:fDoLCD (Results 1 – 3 of 3) sorted by relevance

/external/skia/bench/
DFontScalerBench.cpp20 bool fDoLCD; member in FontScalerBench
25 fDoLCD = doLCD; in FontScalerBench()
33 paint.setLCDRenderText(fDoLCD); in onDraw()
/external/skia/src/ports/
DSkFontHost_mac.cpp345 bool fDoLCD; member in Offscreen
353 fDoAA(false), fDoLCD(false) { in Offscreen()
826 fDoLCD = !doLCD; in getCG()
833 if (fDoLCD != doLCD) { in getCG()
835 fDoLCD = doLCD; in getCG()
/external/chromium_org/third_party/skia/src/ports/
DSkFontHost_mac.cpp345 bool fDoLCD; member in Offscreen
353 fDoAA(false), fDoLCD(false) { in Offscreen()
826 fDoLCD = !doLCD; in getCG()
833 if (fDoLCD != doLCD) { in getCG()
835 fDoLCD = doLCD; in getCG()