Home
last modified time | relevance | path

Searched defs:fontRenderStyle (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/linux/
DFontPlatformDataLinuxHarfBuzz.cpp100 static inline void getRenderStyleForStrike(FontRenderStyle& fontRenderStyle, const char* font, int … in getRenderStyleForStrike()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
DFontPlatformDataHarfBuzz.h105 const FontRenderStyle& fontRenderStyle() const { return m_style; } in fontRenderStyle() function