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

  /external/chromium_org/third_party/WebKit/Source/platform/exported/linux/
WebFontRenderStyle.cpp 44 out->useHinting = useHinting;
55 useHinting = 2;
WebFontInfo.cpp 180 out->useHinting = b;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontRenderStyle.h 45 , useHinting(0)
55 && useHinting == a.useHinting
68 char useHinting; // hint glyphs to the pixel grid
  /external/chromium_org/third_party/WebKit/public/platform/linux/
WebFontRenderStyle.h 47 char useHinting; // hint glyphs to the pixel grid
  /external/chromium_org/content/common/
child_process_sandbox_support_impl_linux.cc 72 int useBitmaps, useAutoHint, useHinting, hintStyle, useAntiAlias;
76 reply.ReadInt(&pickle_iter, &useHinting) &&
83 out->useHinting = useHinting;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
FontPlatformDataHarfBuzz.cpp 284 if (!m_style.useHinting)
286 else if (m_style.useHinting == FontRenderStyle::NoPreference)
  /external/chromium_org/content/browser/renderer_host/
render_sandbox_host_linux.cc 296 reply.WriteInt(style.useHinting);

Completed in 3799 milliseconds