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

  /external/webkit/WebKit/chromium/src/linux/
WebFontRendering.cpp 53 void WebFontRendering::setSubpixelGlyphs(bool isSubpixelGlyphs)
55 FontPlatformData::setSubpixelGlyphs(isSubpixelGlyphs);
  /external/webkit/WebKit/chromium/public/linux/
WebFontRendering.h 46 WEBKIT_API static void setSubpixelGlyphs(bool on);
  /external/webkit/WebCore/platform/graphics/chromium/
FontPlatformDataLinux.h 121 static void setSubpixelGlyphs(bool on);
FontPlatformDataLinux.cpp 57 void FontPlatformData::setSubpixelGlyphs(bool isSubpixelGlyphs)

Completed in 320 milliseconds