Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontHost_mac.cpp308 static int gSupportsLCD = -1; in supports_LCD() local
309 if (gSupportsLCD >= 0) { in supports_LCD()
310 return (bool) gSupportsLCD; in supports_LCD()
325 gSupportsLCD = (r != g || r != b); in supports_LCD()
326 return (bool) gSupportsLCD; in supports_LCD()