Home
last modified time | relevance | path

Searched refs:FontFeatureSettings (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFontFeatureSettings.h51 class PLATFORM_EXPORT FontFeatureSettings : public RefCounted<FontFeatureSettings> {
53 static PassRefPtr<FontFeatureSettings> create() in create()
55 return adoptRef(new FontFeatureSettings()); in create()
63 FontFeatureSettings();
DFontFeatureSettings.cpp42 FontFeatureSettings::FontFeatureSettings() in FontFeatureSettings() function in blink::FontFeatureSettings
DFontDescription.h163 FontFeatureSettings* featureSettings() const { return m_featureSettings.get(); } in featureSettings()
189 …void setFeatureSettings(PassRefPtr<FontFeatureSettings> settings) { m_featureSettings = settings; } in setFeatureSettings()
204 RefPtr<FontFeatureSettings> m_featureSettings;
DFontDescription.cpp41 RefPtr<FontFeatureSettings> m_featureSettings;
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DFontBuilder.h63 void setFeatureSettings(PassRefPtr<FontFeatureSettings>);
82 static FontFeatureSettings* initialFeatureSettings() { return nullptr; } in initialFeatureSettings()
DStyleBuilderConverter.h52 … static PassRefPtr<FontFeatureSettings> convertFontFeatureSettings(StyleResolverState&, CSSValue*);
DStyleBuilderConverter.cpp105 PassRefPtr<FontFeatureSettings> StyleBuilderConverter::convertFontFeatureSettings(StyleResolverStat… in convertFontFeatureSettings()
111 RefPtr<FontFeatureSettings> settings = FontFeatureSettings::create(); in convertFontFeatureSettings()
DFontBuilder.cpp308 void FontBuilder::setFeatureSettings(PassRefPtr<FontFeatureSettings> settings) in setFeatureSettings()
/external/chromium_org/third_party/WebKit/Source/platform/
Dblink_platform.gypi364 'fonts/FontFeatureSettings.cpp',
365 'fonts/FontFeatureSettings.h',
Dblink_platform.target.linux-arm64.mk224 third_party/WebKit/Source/platform/fonts/FontFeatureSettings.cpp \
Dblink_platform.target.darwin-mips64.mk224 third_party/WebKit/Source/platform/fonts/FontFeatureSettings.cpp \
Dblink_platform.target.linux-x86_64.mk224 third_party/WebKit/Source/platform/fonts/FontFeatureSettings.cpp \
Dblink_platform.target.linux-mips64.mk224 third_party/WebKit/Source/platform/fonts/FontFeatureSettings.cpp \
Dblink_platform.target.linux-x86.mk224 third_party/WebKit/Source/platform/fonts/FontFeatureSettings.cpp \
Dblink_platform.target.linux-arm.mk225 third_party/WebKit/Source/platform/fonts/FontFeatureSettings.cpp \
Dblink_platform.target.darwin-mips.mk224 third_party/WebKit/Source/platform/fonts/FontFeatureSettings.cpp \
Dblink_platform.target.linux-mips.mk224 third_party/WebKit/Source/platform/fonts/FontFeatureSettings.cpp \
Dblink_platform.target.darwin-x86.mk224 third_party/WebKit/Source/platform/fonts/FontFeatureSettings.cpp \
Dblink_platform.target.darwin-arm64.mk224 third_party/WebKit/Source/platform/fonts/FontFeatureSettings.cpp \
Dblink_platform.target.darwin-x86_64.mk224 third_party/WebKit/Source/platform/fonts/FontFeatureSettings.cpp \
Dblink_platform.target.darwin-arm.mk225 third_party/WebKit/Source/platform/fonts/FontFeatureSettings.cpp \
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
DHarfBuzzShaper.cpp542 FontFeatureSettings* settings = description.featureSettings(); in setFontFeatures()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp1887 const FontFeatureSettings* featureSettings = style->fontDescription().featureSettings(); in getPropertyCSSValue()