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

  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontCustomPlatformData.cpp 49 FontOrientation fontOrientation, TextOrientation textOrientation, FontWidthVariant, FontRenderingMode)
58 return FontPlatformData(m_typeface, size, bold, italic, fontOrientation, textOrientation);
FontPlatformDataAndroid.cpp 105 FontOrientation orientation, TextOrientation textOrientation)
107 mOrientation(orientation), mTextOrientation(textOrientation)
FontCacheAndroid.cpp 181 fontDescription.textOrientation());
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontCustomPlatformData.cpp 41 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation orientation, TextOrientation textOrientation, FontWidthVariant widthVariant, FontRenderingMode)
43 return FontPlatformData(m_cgFont, size, bold, italic, orientation, textOrientation, widthVariant);
FontCacheMac.mm 214 return new FontPlatformData(platformFont, size, syntheticBold, syntheticOblique, fontDescription.orientation(), fontDescription.textOrientation(), fontDescription.widthVariant());
  /external/webkit/Source/WebCore/platform/graphics/
FontDescription.h 34 #include "TextOrientation.h"
104 TextOrientation textOrientation() const { return m_textOrientation; }
126 void setTextOrientation(TextOrientation textOrientation) { m_textOrientation = textOrientation; }
137 TextOrientation m_textOrientation; // Only used by vertical text. Determines the default orientation for non-ideograph glyphs.
FontPlatformData.h 48 #include "TextOrientation.h"
159 TextOrientation textOrientation = TextOrientationVerticalRight, FontWidthVariant widthVariant = RegularWidth)
163 , m_textOrientation(textOrientation)
183 TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth);
186 TextOrientation textOrientation, FontWidthVariant widthVariant)
190 , m_textOrientation(textOrientation)
243 TextOrientation textOrientation() const { return m_textOrientation;
    [all...]
FontCache.cpp 61 TextOrientation textOrientation = TextOrientationVerticalRight, FontWidthVariant widthVariant = RegularWidth)
69 , m_textOrientation(textOrientation)
91 TextOrientation m_textOrientation;
190 fontDescription.textOrientation(), fontDescription.widthVariant());
FontFastPath.cpp 101 if (m_fontDescription.textOrientation() == TextOrientationVerticalRight) {
115 } else if (m_fontDescription.textOrientation() == TextOrientationUpright) {
  /external/webkit/Source/WebCore/css/
CSSFontFaceSource.cpp 120 | (fontDescription.textOrientation() == TextOrientationUpright ? 8 : 0) | (fontDescription.orientation() == Vertical ? 4 : 0) | (syntheticBold ? 2 : 0) | (syntheticItalic ? 1 : 0);
168 fontDescription.textOrientation(), fontDescription.widthVariant(), fontDescription.renderingMode()), true, false));
CSSComputedStyleDeclaration.cpp     [all...]
CSSStyleSelector.cpp     [all...]
  /external/webkit/Source/WebCore/loader/cache/
CachedFont.cpp 115 FontPlatformData CachedFont::platformDataFromCustomData(float size, bool bold, bool italic, FontOrientation orientation, TextOrientation textOrientation, FontWidthVariant widthVariant, FontRenderingMode renderingMode)
123 return m_fontData->fontPlatformData(static_cast<int>(size), bold, italic, orientation, textOrientation, widthVariant, renderingMode);
  /external/webkit/Source/WebCore/platform/graphics/skia/
FontCustomPlatformData.cpp 69 TextOrientation textOrientation, FontWidthVariant, FontRenderingMode mode)
106 return FontPlatformData(m_fontReference, "", size, bold && !m_fontReference->isBold(), italic && !m_fontReference->isItalic(), orientation, textOrientation);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontCacheLinux.cpp 157 fontDescription.textOrientation());
FontPlatformDataLinux.cpp 86 FontPlatformData::FontPlatformData(SkTypeface* tf, const char* family, float textSize, bool fakeBold, bool fakeItalic, FontOrientation orientation, TextOrientation textOrientation)
94 , m_textOrientation(textOrientation)
  /external/webkit/Source/WebCore/platform/graphics/cocoa/
FontPlatformDataCocoa.mm 49 TextOrientation textOrientation, FontWidthVariant widthVariant)
53 , m_textOrientation(textOrientation)
  /external/webkit/Source/WebCore/rendering/
InlineFlowBox.cpp 418 if (renderer()->style(m_firstLine)->fontDescription().textOrientation() == TextOrientationUpright
    [all...]

Completed in 370 milliseconds