Home
last modified time | relevance | path

Searched refs:use_subpixel_positioning (Results 1 – 25 of 25) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/fonts/
H A Dweb_font_render_style.cc56 void WebFontRenderStyle::SetSubpixelPositioning(bool use_subpixel_positioning) { in SetSubpixelPositioning() argument
57 FontDescription::SetSubpixelPositioning(use_subpixel_positioning); in SetSubpixelPositioning()
74 result.use_subpixel_positioning = FontDescription::SubpixelPositioning(); in GetDefault()
95 if (other.use_subpixel_positioning != WebFontRenderStyle::kNoPreference) in OverrideWith()
96 use_subpixel_positioning = other.use_subpixel_positioning; in OverrideWith()
119 font->setSubpixel(force_subpixel_positioning || use_subpixel_positioning); in ApplyToSkFont()
121 font->setLinearMetrics(use_subpixel_positioning == 1); in ApplyToSkFont()
H A Dfont_platform_data.cc191 system_style.use_subpixel_positioning = in FontPlatformData()
355 result.use_subpixel_positioning = params.subpixel_positioning; in QuerySystemRenderStyle()
H A Dfont_metrics.cc114 if (platform_data.GetFontRenderStyle().use_subpixel_positioning && in AscentDescentWithHacks()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/fonts/
H A Dweb_font_render_style.cc56 void WebFontRenderStyle::SetSubpixelPositioning(bool use_subpixel_positioning) { in SetSubpixelPositioning() argument
57 FontDescription::SetSubpixelPositioning(use_subpixel_positioning); in SetSubpixelPositioning()
74 result.use_subpixel_positioning = FontDescription::SubpixelPositioning(); in GetDefault()
95 if (other.use_subpixel_positioning != WebFontRenderStyle::kNoPreference) in OverrideWith()
96 use_subpixel_positioning = other.use_subpixel_positioning; in OverrideWith()
119 font->setSubpixel(force_subpixel_positioning || use_subpixel_positioning); in ApplyToSkFont()
121 font->setLinearMetrics(use_subpixel_positioning == 1); in ApplyToSkFont()
H A Dfont_metrics.cc125 if (platform_data.GetFontRenderStyle().use_subpixel_positioning && in AscentDescentWithHacks()
H A Dfont_platform_data.cc135 system_style.use_subpixel_positioning = in FontPlatformData()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/public/platform/
H A Dweb_font_render_style.h58 use_subpixel_positioning == a.use_subpixel_positioning;
90 char use_subpixel_positioning = kNoPreference; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/public/platform/
H A Dweb_font_render_style.h58 use_subpixel_positioning == a.use_subpixel_positioning;
90 char use_subpixel_positioning = kNoPreference; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/child/
H A Dchild_process_sandbox_support_impl_linux.cc121 out->use_subpixel_positioning = in GetWebFontRenderStyleForStrike()
122 static_cast<char>(font_render_style->use_subpixel_positioning); in GetWebFontRenderStyleForStrike()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/child/
H A Dchild_process_sandbox_support_impl_linux.cc125 out->use_subpixel_positioning = in GetWebFontRenderStyleForStrike()
126 static_cast<char>(font_render_style->use_subpixel_positioning); in GetWebFontRenderStyleForStrike()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/common/renderer_preferences/
H A Drenderer_preferences_mojom_traits.cc29 out->use_subpixel_positioning = data.use_subpixel_positioning(); in Read()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/public/common/renderer_preferences/
H A Drenderer_preferences_mojom_traits.h57 static const bool& use_subpixel_positioning(
59 return data.use_subpixel_positioning;
H A Drenderer_preferences.h32 bool use_subpixel_positioning{false};
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/browser/
H A Drenderer_preferences_util.cc22 prefs->use_subpixel_positioning = params->subpixel_positioning; in UpdateFontRendererPreferencesFromSystemSettings()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/public/browser/
H A Drenderer_preferences_util.cc22 prefs->use_subpixel_positioning = params->subpixel_positioning; in UpdateFontRendererPreferencesFromSystemSettings()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/
H A Drender_view_fuchsia.cc49 prefs.use_subpixel_positioning); in UpdateFontRenderingFromRendererPrefs()
H A Drender_view_linux.cc69 WebFontRenderStyle::SetSubpixelPositioning(prefs.use_subpixel_positioning); in UpdateFontRenderingFromRendererPrefs()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/common/
H A Dcommon_param_traits_macros.h118 IPC_STRUCT_TRAITS_MEMBER(use_subpixel_positioning)
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/services/font/public/mojom/
H A Dfont_service.mojom48 RenderStyleSwitch use_subpixel_positioning;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/services/font/public/mojom/
H A Dfont_service.mojom48 RenderStyleSwitch use_subpixel_positioning;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/public/mojom/
H A Drenderer_preferences.mojom42 bool use_subpixel_positioning = false;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/public/mojom/
H A Drenderer_preferences.mojom42 bool use_subpixel_positioning = false;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/public/common/
H A Dcommon_param_traits_macros.h297 IPC_STRUCT_TRAITS_MEMBER(use_subpixel_positioning)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/core/
H A Dweb_contents_adapter.cpp576 rendererPrefs->use_subpixel_positioning = params.subpixel_positioning; in initializeRenderPrefs()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/exported/
H A Dweb_view_impl.cc3187 renderer_preferences_.use_subpixel_positioning); in UpdateFontRenderingFromRendererPrefs()