HomeSort by relevance Sort by last modified time
    Searched refs:FontDescription (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumFontProvider.h 37 class FontDescription;
41 static void systemFont(CSSValueID, FontDescription&);
RenderThemeChromiumFontProviderLinux.cpp 30 #include "platform/fonts/FontDescription.h"
44 void RenderThemeChromiumFontProvider::systemFont(CSSValueID valueID, FontDescription& fontDescription)
63 fontDescription.firstFamily().setFamily(defaultGUIFont());
64 fontDescription.setSpecifiedSize(fontSize);
65 fontDescription.setIsAbsoluteSize(true);
66 fontDescription.setGenericFamily(FontDescription::NoFamily);
67 fontDescription.setWeight(FontWeightNormal);
68 fontDescription.setItalic(false)
    [all...]
RenderThemeChromiumFontProviderWin.cpp 32 #include "platform/fonts/FontDescription.h"
45 static FontDescription& smallSystemFont()
47 DEFINE_STATIC_LOCAL(FontDescription, font, ());
51 static FontDescription& menuFont()
53 DEFINE_STATIC_LOCAL(FontDescription, font, ());
57 static FontDescription& labelFont()
59 DEFINE_STATIC_LOCAL(FontDescription, font, ());
122 void RenderThemeChromiumFontProvider::systemFont(CSSValueID valueID, FontDescription& fontDescription)
125 FontDescription* cachedDesc = 0
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontSelector.h 36 class FontDescription;
42 virtual PassRefPtr<FontData> getFontData(const FontDescription&, const AtomicString& familyName) = 0;
43 virtual void willUseFontData(const FontDescription&, const AtomicString& familyName) = 0;
FontDescription.cpp 31 #include "platform/fonts/FontDescription.h"
48 COMPILE_ASSERT(sizeof(FontDescription) == sizeof(SameSizeAsFontDescription), FontDescription_should_stay_small);
50 bool FontDescription::s_useSubpixelTextPositioning = false;
52 FontWeight FontDescription::lighterWeight(void) const
74 FontWeight FontDescription::bolderWeight(void) const
96 FontTraitsMask FontDescription::traitsMask() const
104 void FontDescription::setTraitsMask(FontTraitsMask traitsMask)
141 FontDescription FontDescription::makeNormalFeatureSettings() const
143 FontDescription normalDescription(*this)
    [all...]
FontCache.h 59 class FontDescription;
78 PassRefPtr<SimpleFontData> platformFallbackForCharacter(const FontDescription&, UChar32, const SimpleFontData* fontDataToSubstitute, bool disallowSynthetics);
83 PassRefPtr<SimpleFontData> getFontData(const FontDescription&, const AtomicString&, bool checkingAlternateName = false, ShouldRetain = Retain);
84 PassRefPtr<SimpleFontData> getLastResortFallbackFont(const FontDescription&, ShouldRetain = Retain);
85 SimpleFontData* getNonRetainedLastResortFallbackFont(const FontDescription&);
86 bool isPlatformFontAvailable(const FontDescription&, const AtomicString&);
95 PassRefPtr<SimpleFontData> fontDataFromDescriptionAndLogFont(const FontDescription&, ShouldRetain, const LOGFONT&, wchar_t* outFontFamilyName);
134 FontPlatformData* getFontPlatformData(const FontDescription&, const AtomicString& family, bool checkingAlternateName = false);
137 FontPlatformData* createFontPlatformData(const FontDescription&, const AtomicString& family, float fontSize);
140 PassRefPtr<SkTypeface> createTypeface(const FontDescription&, const AtomicString& family, CString& name)
    [all...]
FontFallbackList.h 35 class FontDescription;
72 bool isFixedPitch(const FontDescription& fontDescription) const
75 determinePitch(fontDescription);
78 void determinePitch(const FontDescription&) const;
92 const SimpleFontData* primarySimpleFontData(const FontDescription& fontDescription)
96 m_cachedPrimarySimpleFontData = primaryFontData(fontDescription)->fontDataForCharacter(' ');
100 PassRefPtr<FontData> getFontData(const FontDescription&, int& familyIndex) const;
102 const FontData* primaryFontData(const FontDescription&) const
    [all...]
AlternateFontFamily.h 34 #include "platform/fonts/FontDescription.h"
108 inline const AtomicString getFallbackFontFamily(const FontDescription& description)
117 case FontDescription::SansSerifFamily:
119 case FontDescription::SerifFamily:
121 case FontDescription::MonospaceFamily:
123 case FontDescription::CursiveFamily:
125 case FontDescription::FantasyFamily:
  /external/chromium_org/third_party/WebKit/Source/core/platform/mac/
ThemeMac.h 44 virtual FontDescription controlFont(ControlPart, const FontDescription&, float zoomFactor) const;
46 virtual LengthSize controlSize(ControlPart, const FontDescription&, const LengthSize&, float zoomFactor) const;
47 virtual LengthSize minimumControlSize(ControlPart, const FontDescription&, float zoomFactor) const;
49 virtual LengthBox controlPadding(ControlPart, const FontDescription&, const LengthBox& zoomedBox, float zoomFactor) const;
50 virtual LengthBox controlBorder(ControlPart, const FontDescription&, const LengthBox& zoomedBox, float zoomFactor) const;
  /external/chromium_org/third_party/WebKit/Source/platform/
Theme.cpp 31 LengthBox Theme::controlBorder(ControlPart part, const FontDescription&, const LengthBox& zoomedBox, float) const
45 LengthBox Theme::controlPadding(ControlPart part, const FontDescription&, const LengthBox& zoomedBox, float) const
Theme.h 33 #include "platform/fonts/FontDescription.h"
81 virtual FontDescription controlFont(ControlPart, const FontDescription& fontDescription, float /*zoomFactor*/) const { return fontDescription; }
84 virtual LengthSize controlSize(ControlPart, const FontDescription&, const LengthSize& zoomedSize, float /*zoomFactor*/) const { return zoomedSize; }
87 virtual LengthSize minimumControlSize(ControlPart, const FontDescription&, float /*zoomFactor*/) const { return LengthSize(Length(0, Fixed), Length(0, Fixed)); }
90 virtual LengthBox controlPadding(ControlPart, const FontDescription&, const LengthBox& zoomedBox, float zoomFactor) const;
91 virtual LengthBox controlBorder(ControlPart, const FontDescription&, const LengthBox& zoomedBox, float zoomFactor) const;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
FontFallbackWin.h 40 #include "platform/fonts/FontDescription.h"
53 FontDescription::GenericFamilyType);
60 FontDescription::GenericFamilyType,
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.h 28 #include "platform/fonts/FontDescription.h"
51 void inheritFrom(const FontDescription&);
55 void setFontFamilyInherit(const FontDescription&);
59 void setFontSizeInherit(const FontDescription&, float effectiveZoom);
67 void setFontVariantLigaturesInherit(const FontDescription&);
77 void setKerning(FontDescription::Kerning);
95 void setSize(FontDescription&, float effectiveZoom, float size);
101 float getComputedSizeFromSpecifiedSize(FontDescription&, float effectiveZoom, float specifiedSize);
FontBuilder.cpp 44 , m_fontDescription(fontBuilder->m_style->fontDescription())
48 void reset() { m_fontDescription = FontDescription(); }
49 void set(const FontDescription& fontDescription) { m_fontDescription = fontDescription; }
50 FontDescription& fontDescription() { return m_fontDescription; }
59 FontDescription m_fontDescription;
90 scope.fontDescription().setGenericFamily(FontDescription::StandardFamily)
    [all...]
  /frameworks/base/libs/hwui/font/
Font.h 50 struct FontDescription {
51 FontDescription(const SkPaint* paint, const mat4& matrix);
53 static int compare(const FontDescription& lhs, const FontDescription& rhs);
57 bool operator==(const FontDescription& other) const {
61 bool operator!=(const FontDescription& other) const {
86 const Font::FontDescription& getDescription() const {
98 Font(FontRenderer* state, const Font::FontDescription& desc);
142 FontDescription mDescription;
150 inline int strictly_order_type(const Font::FontDescription& lhs
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/android/
FontCacheAndroidTest.cpp 19 FontDescription fontDescription;
20 fontDescription.setScript(USCRIPT_SIMPLIFIED_HAN);
21 fontDescription.setGenericFamily(FontDescription::StandardFamily);
25 RefPtr<SimpleFontData> fontData = fontCache->platformFallbackForCharacter(fontDescription, testChar, 0);
  /external/chromium_org/third_party/WebKit/public/web/
WebFontDescription.h 37 namespace WebCore { class FontDescription; }
98 WebFontDescription(const WebCore::FontDescription&, short fontLetterSpacing, short fontWordSpacing);
100 operator WebCore::FontDescription() const;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSSegmentedFontFaceCache.h 39 class FontDescription;
51 // but this function uses FontDescription/family pair.
52 CSSSegmentedFontFace* get(const FontDescription&, const AtomicString& family);
CSSFontSelector.h 45 class FontDescription;
75 virtual PassRefPtr<FontData> getFontData(const FontDescription&, const AtomicString&);
76 CSSSegmentedFontFace* getFontFace(const FontDescription&, const AtomicString& family);
77 virtual void willUseFontData(const FontDescription&, const AtomicString& family) OVERRIDE;
CSSSegmentedFontFace.h 41 class FontDescription;
59 PassRefPtr<FontData> getFontData(const FontDescription&);
69 void loadFont(const FontDescription&, const String&, PassRefPtr<LoadFontCallback>);
71 void willUseFontData(const FontDescription&);
CSSFontFaceSource.h 39 class FontDescription;
63 PassRefPtr<SimpleFontData> getFontData(const FontDescription&);
73 bool isLocalFontAvailable(const FontDescription&);
  /external/chromium_org/third_party/WebKit/Source/core/platform/
DragImage.h 36 class FontDescription;
43 static PassOwnPtr<DragImage> create(const KURL&, const String& label, const FontDescription& systemFont, float deviceScaleFactor);
  /external/chromium_org/third_party/WebKit/Source/web/
WebFontImpl.h 37 namespace WebCore { class FontDescription; }
43 WebFontImpl(const WebCore::FontDescription&, float letterSpacing, float wordSpacing);
45 virtual WebFontDescription fontDescription() const;
WebFontDescription.cpp 34 #include "platform/fonts/FontDescription.h"
40 WebFontDescription::WebFontDescription(const FontDescription& desc,
54 WebFontDescription::operator WebCore::FontDescription() const
59 FontDescription desc;
61 desc.setGenericFamily(static_cast<FontDescription::GenericFamilyType>(genericFamily));
  /external/chromium_org/third_party/WebKit/Source/web/linux/
WebFontRendering.cpp 34 #include "platform/fonts/FontDescription.h"
41 using WebCore::FontDescription;
79 FontDescription::setSubpixelPositioning(useSubpixelPositioning);

Completed in 98 milliseconds

1 2 3 4