OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:computedSize
(Results
1 - 19
of
19
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/android/
FontDataAndroid.cpp
78
m_derivedFontData->smallCaps = new SimpleFontData(FontPlatformData(m_platformData, fontDescription.
computedSize
() * 0.7f));
88
m_derivedFontData->emphasisMark = new SimpleFontData(FontPlatformData(m_platformData, fontDescription.
computedSize
() * 0.5f));
FontCacheAndroid.cpp
178
result = new FontPlatformData(tf, fontDescription.
computedSize
(),
/external/webkit/Source/WebCore/platform/graphics/haiku/
SimpleFontDataHaiku.cpp
72
desc.setSpecifiedSize(scaleFactor * fontDescription.
computedSize
());
/external/webkit/Source/WebCore/platform/graphics/chromium/
FontCacheLinux.cpp
153
fontDescription.
computedSize
(),
SimpleFontDataChromiumWin.cpp
119
float scaledSize = scaleFactor * fontDescription.
computedSize
();
SimpleFontDataLinux.cpp
160
const float scaledSize = lroundf(fontDescription.
computedSize
() * scaleFactor);
/external/webkit/Source/WebCore/platform/graphics/freetype/
SimpleFontDataFreeType.cpp
92
scaleFactor * fontDescription.
computedSize
(), m_platformData.syntheticBold(), m_platformData.syntheticOblique()),
/external/webkit/Source/WebCore/platform/graphics/pango/
SimpleFontDataPango.cpp
90
desc.setSpecifiedSize(scaleFactor * fontDescription.
computedSize
());
FontPlatformDataPango.cpp
51
, m_size(fontDescription.
computedSize
())
82
pango_font_description_set_absolute_size(description, fontDescription.
computedSize
() * PANGO_SCALE);
/external/webkit/Source/WebCore/rendering/
RenderCombineText.cpp
98
float emWidth = description.
computedSize
() * textCombineMargin;
/external/webkit/Source/WebCore/platform/graphics/
FontDescription.h
84
float
computedSize
() const { return m_computedSize; }
Font.h
93
float size() const { return fontDescription().
computedSize
(); }
/external/webkit/Source/WebCore/platform/graphics/wince/
SimpleFontDataWinCE.cpp
69
fontDesc.setComputedSize(lroundf(scaleFactor * fontDesc.
computedSize
()));
/external/webkit/Source/WebCore/platform/graphics/wx/
SimpleFontDataWx.cpp
96
desc.setSpecifiedSize(scaleFactor * fontDescription.
computedSize
());
/external/webkit/Source/WebCore/rendering/svg/
RenderSVGInlineText.cpp
252
fontDescription.setComputedSize(fontDescription.
computedSize
() * scalingFactor);
/external/webkit/Source/WebCore/css/
CSSPrimitiveValue.cpp
308
factor = computingFontSize ? style->fontDescription().specifiedSize() : style->fontDescription().
computedSize
();
319
factor = computingFontSize ? rootStyle->fontDescription().specifiedSize() : rootStyle->fontDescription().
computedSize
();
/external/webkit/Source/WebKit/chromium/src/
AutoFillPopupMenuClient.cpp
288
regularFontDescription.setComputedSize(style->fontDescription().
computedSize
());
/external/webkit/Source/WebKit/win/
DOMCoreClasses.cpp
1123
webFontDescription->size = fontDescription.
computedSize
();
[
all
...]
/prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
Completed in 1369 milliseconds