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

  /external/chromium_org/third_party/WebKit/public/platform/linux/
WebSandboxSupport.h 59 // sizeAndStyle:
68 virtual void getRenderStyleForStrike(const char* family, int sizeAndStyle, WebFontRenderStyle*) = 0;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/linux/
FontPlatformDataLinux.cpp 113 const int sizeAndStyle = (((int)m_textSize) << 2) | (m_typeface->style() & 3);
114 Platform::current()->sandboxSupport()->getRenderStyleForStrike(m_family.data(), sizeAndStyle, &style);
  /external/chromium_org/content/ppapi_plugin/
ppapi_webkitplatformsupport_impl.cc 60 const char* family, int sizeAndStyle, blink::WebFontRenderStyle* out);
133 const char* family, int sizeAndStyle, blink::WebFontRenderStyle* out) {
134 GetRenderStyleForStrike(family, sizeAndStyle, out);
  /external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.cc 211 const char* family, int sizeAndStyle, blink::WebFontRenderStyle* out);
608 const char* family, int sizeAndStyle, blink::WebFontRenderStyle* out) {
609 GetRenderStyleForStrike(family, sizeAndStyle, out);
    [all...]

Completed in 1998 milliseconds