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

  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontDataAndroid.cpp 66 if (platformData().orientation() == Vertical && !isTextOrientationFallback()) {
  /external/webkit/Source/WebCore/platform/graphics/
SimpleFontData.cpp 50 SimpleFontData::SimpleFontData(const FontPlatformData& platformData, bool isCustomFont, bool isLoading, bool isTextOrientationFallback)
57 , m_isTextOrientationFallback(isTextOrientationFallback)
SimpleFontData.h 74 SimpleFontData(const FontPlatformData&, bool isCustomFont = false, bool isLoading = false, bool isTextOrientationFallback = false);
105 bool isTextOrientationFallback() const { return m_isTextOrientationFallback; }
FontFastPath.cpp 80 if (data.fontData && (data.fontData->platformData().orientation() == Horizontal || data.fontData->isTextOrientationFallback()))
  /external/webkit/Source/WebCore/platform/graphics/chromium/
SimpleFontDataLinux.cpp 116 if (platformData().orientation() == Vertical && !isTextOrientationFallback()) {
  /external/webkit/Source/WebCore/platform/graphics/mac/
SimpleFontDataMac.mm 264 if (platformData().orientation() == Vertical && !isTextOrientationFallback()) {

Completed in 4628 milliseconds