Home
last modified time | relevance | path

Searched refs:computedPixelSize (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/wx/
DFontPlatformDataWx.cpp84 m_font = adoptRef(new FontHolder(new wxFont( wxSize(0, -desc.computedPixelSize()), in FontPlatformData()
93 m_font = adoptRef(new FontHolder(new wxFont( desc.computedPixelSize(), in FontPlatformData()
113 m_size = desc.computedPixelSize(); in FontPlatformData()
115 m_size = desc.computedPixelSize(); in FontPlatformData()
/external/webkit/Source/WebCore/css/
DCSSFontFaceSource.cpp119 …unsigned hashKey = (fontDescription.computedPixelSize() + 1) << 6 | fontDescription.widthVariant()… in getFontData()
158 …ontData(adoptPtr(new SVGFontData(fontFaceElement)), fontDescription.computedPixelSize(), synthetic… in getFontData()
167 …w SimpleFontData(m_font->platformDataFromCustomData(fontDescription.computedPixelSize(), synthetic… in getFontData()
174 …ptPtr(new SVGFontData(m_svgFontFaceElement.get())), fontDescription.computedPixelSize(), synthetic… in getFontData()
DCSSSegmentedFontFace.cpp92 …unsigned hashKey = ((fontDescription.computedPixelSize() + 1) << (FontTraitsMaskWidth + 1)) | ((fo… in getFontData()
DCSSComputedStyleDeclaration.cpp645 …return zoomAdjustedPixelValue(style->fontDescription().computedPixelSize(), style.get(), primitive… in getFontSizeCSSValuePreferringKeyword()
1116 …return zoomAdjustedPixelValue(style->fontDescription().computedPixelSize(), style.get(), primitive… in getPropertyCSSValue()
/external/webkit/Source/WebCore/platform/graphics/qt/
DFontPlatformDataQt.cpp67 int requestedSize = qRound(description.computedPixelSize()); in FontPlatformData()
/external/webkit/Source/WebCore/platform/graphics/
DFontDescription.h86 int computedPixelSize() const { return int(m_computedSize + 0.5f); } in computedPixelSize() function
DFont.h92 int pixelSize() const { return fontDescription().computedPixelSize(); } in pixelSize()
DFontCache.cpp188 …FontPlatformDataCacheKey key(familyName, fontDescription.computedPixelSize(), fontDescription.weig… in getCachedFontPlatformData()
/external/webkit/Source/WebCore/platform/graphics/freetype/
DFontCacheFreeType.cpp187 if (!FcPatternAddDouble(pattern.get(), FC_PIXEL_SIZE, fontDescription.computedPixelSize())) in createFontPlatformData()
DFontPlatformDataFreeType.cpp118 , m_size(fontDescription.computedPixelSize()) in FontPlatformData()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontCacheChromiumWin.cpp357 winfont->lfHeight = -fontDescription.computedPixelSize(); in FillLogFont()
641 fontDescription.computedPixelSize()); in createFontPlatformData()
/external/webkit/Source/WebCore/platform/graphics/win/
DFontCacheWin.cpp568 fontDescription.computedPixelSize() * (useGDI ? 1 : 32), useGDI); in createFontPlatformData()
582 …FontPlatformData* result = new FontPlatformData(hfont, fontDescription.computedPixelSize(), synthe… in createFontPlatformData()
/external/webkit/Source/WebCore/page/
DPrintContext.cpp290 return String::number(style->fontDescription().computedPixelSize()); in pageProperty()
/external/webkit/Source/WebCore/platform/graphics/wince/
DFontPlatformData.cpp334 , m_size(fontDescription.computedPixelSize()) in create()
/external/webkit/Source/WebCore/platform/graphics/mac/
DFontCacheMac.mm198 float size = fontDescription.computedPixelSize();
/external/webkit/Source/WebCore/editing/
DTextIterator.cpp829 int fontSize = style->fontDescription().computedPixelSize(); in shouldEmitExtraNewlineForNode()
/external/webkit/Source/WebCore/rendering/
DRenderBlock.cpp4301 …return style()->fontDescription().computedPixelSize(); // "1em" is recommended as the normal gap s… in columnGap()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-1019351 (WebCore::FontDescription::computedPixelSize):
DChangeLog-2010-12-06306 description.computedPixelSize rather than computedSize and