Searched refs:textOrientation (Results 1 - 18 of 18) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/
H A DFontCustomPlatformData.cpp49 FontOrientation fontOrientation, TextOrientation textOrientation, FontWidthVariant, FontRenderingMode)
58 return FontPlatformData(m_typeface, size, bold, italic, fontOrientation, textOrientation);
48 fontPlatformData(int size, bool bold, bool italic, FontOrientation fontOrientation, TextOrientation textOrientation, FontWidthVariant, FontRenderingMode) argument
H A DFontPlatformDataAndroid.cpp104 FontOrientation orientation, TextOrientation textOrientation)
106 mOrientation(orientation), mTextOrientation(textOrientation)
103 FontPlatformData(SkTypeface* tf, float textSize, bool fakeBold, bool fakeItalic, FontOrientation orientation, TextOrientation textOrientation) argument
H A DFontCacheAndroid.cpp182 fontDescription.textOrientation());
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DFontCustomPlatformData.cpp41 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation orientation, TextOrientation textOrientation, FontWidthVariant widthVariant, FontRenderingMode) argument
43 return FontPlatformData(m_cgFont, size, bold, italic, orientation, textOrientation, widthVariant);
H A DFontCacheMac.mm214 return new FontPlatformData(platformFont, size, syntheticBold, syntheticOblique, fontDescription.orientation(), fontDescription.textOrientation(), fontDescription.widthVariant());
/external/webkit/Source/WebCore/platform/graphics/
H A DFontDescription.h104 TextOrientation textOrientation() const { return m_textOrientation; } function in class:WebCore::FontDescription
126 void setTextOrientation(TextOrientation textOrientation) { m_textOrientation = textOrientation; } argument
H A DFontPlatformData.h159 TextOrientation textOrientation = TextOrientationVerticalRight, FontWidthVariant widthVariant = RegularWidth)
163 , m_textOrientation(textOrientation)
186 TextOrientation textOrientation, FontWidthVariant widthVariant)
190 , m_textOrientation(textOrientation)
243 TextOrientation textOrientation() const { return m_textOrientation; } function in class:WebCore::FontPlatformData
185 FontPlatformData(CGFontRef cgFont, float size, bool syntheticBold, bool syntheticOblique, FontOrientation orientation, TextOrientation textOrientation, FontWidthVariant widthVariant) argument
H A DFontCache.cpp61 TextOrientation textOrientation = TextOrientationVerticalRight, FontWidthVariant widthVariant = RegularWidth)
69 , m_textOrientation(textOrientation)
190 fontDescription.textOrientation(), fontDescription.widthVariant());
H A DFontFastPath.cpp101 if (m_fontDescription.textOrientation() == TextOrientationVerticalRight) {
115 } else if (m_fontDescription.textOrientation() == TextOrientationUpright) {
/external/webkit/Source/WebCore/css/
H A DCSSFontFaceSource.cpp119 | (fontDescription.textOrientation() == TextOrientationUpright ? 8 : 0) | (fontDescription.orientation() == Vertical ? 4 : 0) | (syntheticBold ? 2 : 0) | (syntheticItalic ? 1 : 0);
167 fontDescription.textOrientation(), fontDescription.widthVariant(), fontDescription.renderingMode()), true, false));
H A DCSSComputedStyleDeclaration.cpp1704 return CSSPrimitiveValue::create(style->fontDescription().textOrientation());
H A DCSSStyleSelector.cpp5977 result = m_parentStyle->fontDescription().textOrientation();
5984 if (fontDescription.textOrientation() != result) {
/external/webkit/Source/WebCore/loader/cache/
H A DCachedFont.cpp115 FontPlatformData CachedFont::platformDataFromCustomData(float size, bool bold, bool italic, FontOrientation orientation, TextOrientation textOrientation, FontWidthVariant widthVariant, FontRenderingMode renderingMode) argument
123 return m_fontData->fontPlatformData(static_cast<int>(size), bold, italic, orientation, textOrientation, widthVariant, renderingMode);
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DFontCustomPlatformData.cpp69 TextOrientation textOrientation, FontWidthVariant, FontRenderingMode mode)
106 return FontPlatformData(m_fontReference, "", size, bold && !m_fontReference->isBold(), italic && !m_fontReference->isItalic(), orientation, textOrientation);
68 fontPlatformData(int size, bool bold, bool italic, FontOrientation orientation, TextOrientation textOrientation, FontWidthVariant, FontRenderingMode mode) argument
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontCacheLinux.cpp157 fontDescription.textOrientation());
H A DFontPlatformDataLinux.cpp86 FontPlatformData::FontPlatformData(SkTypeface* tf, const char* family, float textSize, bool fakeBold, bool fakeItalic, FontOrientation orientation, TextOrientation textOrientation) argument
94 , m_textOrientation(textOrientation)
/external/webkit/Source/WebCore/platform/graphics/cocoa/
H A DFontPlatformDataCocoa.mm49 TextOrientation textOrientation, FontWidthVariant widthVariant)
53 , m_textOrientation(textOrientation)
/external/webkit/Source/WebCore/rendering/
H A DInlineFlowBox.cpp418 if (renderer()->style(m_firstLine)->fontDescription().textOrientation() == TextOrientationUpright

Completed in 1839 milliseconds