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/legacy/src/ports/
DSkFontHost_mac_coretext.cpp291 bool fDoLCD; member in Offscreen
753 fDoLCD = !doLCD; in getCG()
761 if (fDoLCD != doLCD) { in getCG()
763 fDoLCD = doLCD; in getCG()
/external/skia/src/ports/
DSkFontHost_mac_coretext.cpp340 bool fDoLCD; member in Offscreen
772 fDoLCD = !doLCD; in getCG()
779 if (fDoLCD != doLCD) { in getCG()
781 fDoLCD = doLCD; in getCG()