OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setLineSpacing
(Results
1 - 25
of
29
) 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/android/
FontDataAndroid.cpp
58
m_fontMetrics.
setLineSpacing
(a + d);
/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/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
188
mTextView.
setLineSpacing
(1.2f, 1.5f);
[
all
...]
/frameworks/base/core/java/android/widget/
TextView.java
[
all
...]
/prebuilt/darwin-x86_64/swt/
swt.jar
/prebuilt/darwin-x86/swt/
swt.jar
/prebuilt/linux-x86/swt/
swt.jar
/prebuilt/linux-x86_64/swt/
swt.jar
/prebuilt/windows/swt/
swt.jar
/prebuilt/windows-x86_64/swt/
swt.jar
/prebuilt/sdk/12/
android.jar
/prebuilt/sdk/14/
android.jar
Completed in 5227 milliseconds
1
2