HomeSort by relevance Sort by last modified time
    Searched refs:setLineSpacing (Results 1 - 25 of 34) sorted by null

1 2

  /external/webkit/Source/WebCore/platform/graphics/qt/
SimpleFontDataQt.cpp 71 m_fontMetrics.setLineSpacing(lineSpacing);
  /external/webkit/Source/WebCore/platform/graphics/
FontMetrics.h 71 void setLineSpacing(float lineSpacing) { m_lineSpacing = lineSpacing; }
SimpleFontData.cpp 101 m_fontMetrics.setLineSpacing(roundf(ascent) + roundf(descent) + roundf(lineGap));
  /external/webkit/Source/WebCore/platform/graphics/haiku/
SimpleFontDataHaiku.cpp 55 m_fontMetrics.setLineSpacing(lroundf(height.ascent) + lroundf(height.descent) + lroundf(height.leading));
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontDataAndroid.cpp 64 m_fontMetrics.setLineSpacing(a + d + lineGap);
  /external/webkit/Source/WebCore/platform/graphics/freetype/
SimpleFontDataFreeType.cpp 66 m_fontMetrics.setLineSpacing(lroundf(lineSpacing));
  /external/webkit/Source/WebCore/platform/graphics/pango/
SimpleFontDataPango.cpp 64 m_fontMetrics.setLineSpacing(lroundf(lineSpacing));
  /external/webkit/Source/WebCore/platform/graphics/win/
SimpleFontDataCairoWin.cpp 72 m_fontMetrics.setLineSpacing(lroundf(ascent) + lroundf(descent) + lroundf(lineGap));
SimpleFontDataCGWin.cpp 98 m_fontMetrics.setLineSpacing(lroundf(fAscent) + lroundf(fDescent) + lroundf(fLineGap));
SimpleFontDataWin.cpp 85 m_fontMetrics.setLineSpacing(lroundf(ascent) + lroundf(descent) + lroundf(lineGap));
  /external/webkit/Source/WebCore/platform/graphics/chromium/
SimpleFontDataChromiumWin.cpp 100 m_fontMetrics.setLineSpacing(ascent + descent + lineGap);
SimpleFontDataLinux.cpp 114 m_fontMetrics.setLineSpacing(lroundf(ascent) + lroundf(descent) + lroundf(lineGap));
  /external/webkit/Source/WebCore/platform/graphics/wince/
SimpleFontDataWinCE.cpp 58 m_fontMetrics.setLineSpacing(lroundf(ascent) + lroundf(descent) + lroundf(lineGap));
  /external/webkit/Source/WebCore/platform/graphics/wx/
SimpleFontDataWx.cpp 61 m_fontMetrics.setLineSpacing(props.GetLineSpacing());
  /external/webkit/Source/WebCore/platform/graphics/mac/
SimpleFontDataMac.mm 255 m_fontMetrics.setLineSpacing(lroundf(ascent) + lroundf(descent) + lroundf(lineGap));
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java 155 mTextView.setLineSpacing(1.2f, 1.5f);
763 setLineSpacing(add, mult);
767 setLineSpacing(add, mult);
773 setLineSpacing(add, mult);
777 setLineSpacing(add, mult);
781 setLineSpacing(add, mult);
787 setLineSpacing(add, mult);
792 setLineSpacing(add, mult);
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 168 milliseconds

1 2