HomeSort by relevance Sort by last modified time
    Searched refs:gSupportsLCD (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_mac.cpp 305 static int gSupportsLCD = -1;
306 if (gSupportsLCD >= 0) {
307 return (bool) gSupportsLCD;
322 gSupportsLCD = (r != g || r != b);
323 return (bool) gSupportsLCD;
    [all...]
  /external/skia/src/ports/
SkFontHost_mac.cpp 305 static int gSupportsLCD = -1;
306 if (gSupportsLCD >= 0) {
307 return (bool) gSupportsLCD;
322 gSupportsLCD = (r != g || r != b);
323 return (bool) gSupportsLCD;
    [all...]

Completed in 47 milliseconds