FontOrientation 547 Source/core/css/resolver/FontBuilder.cpp static void getFontAndGlyphOrientation(const RenderStyle* style, FontOrientation& fontOrientation, NonCJKGlyphOrientation& glyphOrientation) FontOrientation 588 Source/core/css/resolver/FontBuilder.cpp FontOrientation fontOrientation; FontOrientation 669 Source/core/css/resolver/FontBuilder.cpp FontOrientation fontOrientation; FontOrientation 100 Source/core/fetch/FontResource.cpp FontPlatformData FontResource::platformDataFromCustomData(float size, bool bold, bool italic, FontOrientation orientation, FontWidthVariant widthVariant) FontOrientation 61 Source/core/fetch/FontResource.h FontPlatformData platformDataFromCustomData(float size, bool bold, bool italic, FontOrientation = Horizontal, FontWidthVariant = RegularWidth); FontOrientation 62 Source/platform/fonts/FontCustomPlatformData.h FontPlatformData fontPlatformData(float size, bool bold, bool italic, FontOrientation = Horizontal, FontWidthVariant = RegularWidth); FontOrientation 126 Source/platform/fonts/FontDescription.h FontOrientation orientation() const { return static_cast<FontOrientation>(m_orientation); } FontOrientation 153 Source/platform/fonts/FontDescription.h void setOrientation(FontOrientation orientation) { m_orientation = orientation; } FontOrientation 71 Source/platform/fonts/FontPlatformData.cpp FontPlatformData::FontPlatformData(float size, bool syntheticBold, bool syntheticOblique, FontOrientation orientation, FontWidthVariant widthVariant) FontOrientation 89 Source/platform/fonts/FontPlatformData.cpp FontPlatformData::FontPlatformData(CGFontRef cgFont, float size, bool syntheticBold, bool syntheticOblique, FontOrientation orientation, FontWidthVariant widthVariant) FontOrientation 87 Source/platform/fonts/FontPlatformData.h FontPlatformData(float size, bool syntheticBold, bool syntheticOblique, FontOrientation = Horizontal, FontWidthVariant = RegularWidth); FontOrientation 91 Source/platform/fonts/FontPlatformData.h FontOrientation = Horizontal, FontWidthVariant = RegularWidth); FontOrientation 92 Source/platform/fonts/FontPlatformData.h FontPlatformData(CGFontRef, float size, bool syntheticBold, bool syntheticOblique, FontOrientation, FontWidthVariant); FontOrientation 122 Source/platform/fonts/FontPlatformData.h FontOrientation orientation() const { return m_orientation; } FontOrientation 125 Source/platform/fonts/FontPlatformData.h void setOrientation(FontOrientation orientation) { m_orientation = orientation; } FontOrientation 186 Source/platform/fonts/FontPlatformData.h FontOrientation m_orientation; FontOrientation 165 Source/platform/fonts/SimpleFontData.h CFDictionaryRef getCFStringAttributes(TypesettingFeatures, FontOrientation) const; FontOrientation 129 Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp FontPlatformData::FontPlatformData(PassRefPtr<SkTypeface> tf, const char* family, float textSize, bool syntheticBold, bool syntheticItalic, FontOrientation orientation, bool subpixelTextPosition) FontOrientation 65 Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.h FontPlatformData(PassRefPtr<SkTypeface>, const char* name, float textSize, bool syntheticBold, bool syntheticItalic, FontOrientation = Horizontal, bool subpixelTextPosition = defaultUseSubpixelPositioning()); FontOrientation 78 Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.h FontOrientation orientation() const { return m_orientation; } FontOrientation 79 Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.h void setOrientation(FontOrientation orientation) { m_orientation = orientation; } FontOrientation 132 Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.h FontOrientation m_orientation; FontOrientation 45 Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp FontPlatformData FontCustomPlatformData::fontPlatformData(float size, bool bold, bool italic, FontOrientation orientation, FontWidthVariant widthVariant) FontOrientation 34 Source/platform/fonts/mac/SimpleFontDataCoreText.cpp CFDictionaryRef SimpleFontData::getCFStringAttributes(TypesettingFeatures typesettingFeatures, FontOrientation orientation) const FontOrientation 56 Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp FontPlatformData FontCustomPlatformData::fontPlatformData(float size, bool bold, bool italic, FontOrientation orientation, FontWidthVariant) FontOrientation 198 Source/platform/fonts/win/FontPlatformDataWin.cpp float textSize, bool syntheticBold, bool syntheticItalic, FontOrientation orientation,