Home
last modified time | relevance | path

Searched refs:gSupportsLCD (Results 1 – 2 of 2) sorted by relevance

/external/skia/legacy/src/ports/
DSkFontHost_mac_coretext.cpp1853 static int gSupportsLCD = -1; in supports_LCD() local
1854 if (gSupportsLCD >= 0) { in supports_LCD()
1855 return (bool) gSupportsLCD; in supports_LCD()
1872 gSupportsLCD = r != g || r != b; in supports_LCD()
1873 return (bool) gSupportsLCD; in supports_LCD()
/external/skia/src/ports/
DSkFontHost_mac_coretext.cpp300 static int gSupportsLCD = -1; in supports_LCD() local
301 if (gSupportsLCD >= 0) { in supports_LCD()
302 return (bool) gSupportsLCD; in supports_LCD()
317 gSupportsLCD = (r != g || r != b); in supports_LCD()
318 return (bool) gSupportsLCD; in supports_LCD()