OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FontOrientation
(Results
26 - 40
of
40
) sorted by null
1
2
/external/webkit/Source/WebCore/platform/graphics/wx/
FontPlatformData.h
34
#include "
FontOrientation
.h"
152
FontOrientation
orientation() const { return Horizontal; } // FIXME: Implement.
153
void setOrientation(
FontOrientation
) { } // FIXME: Implement.
/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)
/external/webkit/Source/WebCore/platform/graphics/freetype/
FontCustomPlatformDataFreeType.cpp
62
FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic,
FontOrientation
, TextOrientation, FontWidthVariant, FontRenderingMode)
/external/webkit/Source/WebCore/platform/graphics/mac/
SimpleFontDataCoreText.cpp
42
CFDictionaryRef SimpleFontData::getCFStringAttributes(TypesettingFeatures typesettingFeatures,
FontOrientation
orientation) const
FontCustomPlatformData.cpp
41
FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic,
FontOrientation
orientation, TextOrientation textOrientation, FontWidthVariant widthVariant, FontRenderingMode)
/external/webkit/Source/WebCore/platform/graphics/skia/
FontCustomPlatformData.h
35
#include "
FontOrientation
.h"
70
FontPlatformData fontPlatformData(int size, bool bold, bool italic,
FontOrientation
= Horizontal, TextOrientation = TextOrientationVerticalRight,
FontCustomPlatformData.cpp
68
FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic,
FontOrientation
orientation,
/external/webkit/Source/WebCore/platform/graphics/wince/
FontCustomPlatformData.cpp
48
FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic,
FontOrientation
, TextOrientation, FontWidthVariant, FontRenderingMode renderingMode)
/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)
/external/webkit/Source/WebCore/platform/graphics/
FontCache.cpp
60
bool isPrinterFont = false, FontRenderingMode renderingMode = NormalRenderingMode,
FontOrientation
orientation = Horizontal,
90
FontOrientation
m_orientation;
SimpleFontData.h
155
CFDictionaryRef getCFStringAttributes(TypesettingFeatures,
FontOrientation
) const;
/external/webkit/Source/WebCore/platform/graphics/cocoa/
FontPlatformDataCocoa.mm
48
FontPlatformData::FontPlatformData(NSFont *nsFont, float size, bool syntheticBold, bool syntheticOblique,
FontOrientation
orientation,
/external/webkit/Source/WebCore/platform/graphics/chromium/
FontPlatformDataLinux.cpp
86
FontPlatformData::FontPlatformData(SkTypeface* tf, const char* family, float textSize, bool fakeBold, bool fakeItalic,
FontOrientation
orientation, TextOrientation textOrientation)
/external/webkit/Source/WebCore/platform/graphics/win/
FontCustomPlatformData.cpp
62
FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic,
FontOrientation
, TextOrientation, FontWidthVariant, FontRenderingMode renderingMode)
Completed in 827 milliseconds
1
2