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

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_mac.cpp301 static int gSupportsLCD = -1; local
302 if (gSupportsLCD >= 0) {
303 return (bool) gSupportsLCD;
318 gSupportsLCD = (r != g || r != b);
319 return (bool) gSupportsLCD;
/external/skia/src/ports/
H A DSkFontHost_mac.cpp305 static int gSupportsLCD = -1; local
306 if (gSupportsLCD >= 0) {
307 return (bool) gSupportsLCD;
322 gSupportsLCD = (r != g || r != b);
323 return (bool) gSupportsLCD;

Completed in 87 milliseconds