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

  /external/chromium_org/third_party/WebKit/Source/web/linux/
WebFontRenderStyle.cpp 45 out->hintStyle = hintStyle;
56 hintStyle = 0;
WebFontInfo.cpp 182 out->hintStyle = i;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
FontRenderStyle.h 46 , hintStyle(0)
56 && hintStyle == a.hintStyle
69 char hintStyle; // level of hinting, 0..3
  /external/chromium_org/third_party/WebKit/public/platform/linux/
WebFontRenderStyle.h 48 char hintStyle; // level of hinting, 0..3
  /external/chromium_org/content/common/
child_process_sandbox_support_impl_linux.cc 72 int useBitmaps, useAutoHint, useHinting, hintStyle, useAntiAlias;
77 reply.ReadInt(&pickle_iter, &hintStyle) &&
84 out->hintStyle = hintStyle;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
FontPlatformDataHarfBuzz.cpp 195 paint->setHinting(static_cast<SkPaint::Hinting>(m_style.hintStyle));
289 m_style.hintStyle = SkPaint::kNo_Hinting;
291 m_style.hintStyle = skiaHinting;
  /external/chromium_org/content/browser/renderer_host/
render_sandbox_host_linux.cc 285 reply.WriteInt(style.hintStyle);

Completed in 661 milliseconds