Home
last modified time | relevance | path

Searched refs:specifiedSize (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DWebFontDescription.cpp45 size = desc.specifiedSize(); in WebFontDescription()
/external/webkit/Source/WebCore/platform/graphics/wince/
DSimpleFontDataWinCE.cpp70 fontDesc.setSpecifiedSize(lroundf(scaleFactor * fontDesc.specifiedSize())); in scaledFontData()
DFontPlatformData.cpp339 , m_disabled(!fontDescription.specifiedSize()) in create()
/external/webkit/Source/WebCore/platform/graphics/
DFontDescription.h83 float specifiedSize() const { return m_specifiedSize; } in specifiedSize() function
/external/webkit/Source/WebCore/rendering/
DRenderListBox.cpp205 int specifiedSize = toSelectElement(static_cast<Element*>(node()))->size(); in size() local
206 if (specifiedSize > 1) in size()
207 return max(minSize, specifiedSize); in size()
DRenderEmbeddedObject.cpp197 fontDescription.setComputedSize(fontDescription.specifiedSize()); in getReplacementTextGeometry()
/external/webkit/Source/WebCore/css/
DCSSPrimitiveValue.cpp308 …factor = computingFontSize ? style->fontDescription().specifiedSize() : style->fontDescription().c… in computeLengthDouble()
320 …factor = computingFontSize ? rootStyle->fontDescription().specifiedSize() : rootStyle->fontDescrip… in computeLengthDouble()
DCSSStyleSelector.h163 …FromSpecifiedSize(Document*, RenderStyle*, bool isAbsoluteSize, float specifiedSize, bool useSVGZo…
DCSSStyleSelector.cpp4307 oldSize = m_parentStyle->fontDescription().specifiedSize(); in applyProperty()
4961 …ent, m_style.get(), fontDescription.isAbsoluteSize(), fontDescription.specifiedSize(), useSVGZoomR… in applyProperty()
6743 newFontDescription.setComputedSize(newFontDescription.specifiedSize()); in checkForTextSizeAdjust()
6754 setFontSize(newFontDescription, childFont.specifiedSize()); in checkForZoomChange()
6787 childFont.specifiedSize() / fixedScaleFactor : in checkForGenericFamilyChange()
6788 childFont.specifiedSize() * fixedScaleFactor; in checkForGenericFamilyChange()
6804 …ze(Document* document, RenderStyle* style, bool isAbsoluteSize, float specifiedSize, bool useSVGZo… in getComputedSizeFromSpecifiedSize() argument
6810 if (fabsf(specifiedSize) < std::numeric_limits<float>::epsilon()) in getComputedSizeFromSpecifiedSize()
6836 float zoomedSize = specifiedSize * zoomFactor; in getComputedSizeFromSpecifiedSize()
6846 if (zoomedSize < minLogicalSize && (specifiedSize >= minLogicalSize || !isAbsoluteSize)) in getComputedSizeFromSpecifiedSize()
DCSSComputedStyleDeclaration.cpp1193 …xelValue(static_cast<int>(length.percent() * style->fontDescription().specifiedSize()) / 100, styl… in getPropertyCSSValue()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-1019348 (WebCore::FontDescription::specifiedSize):
DChangeLog20913 specifiedSize is 0, return specified size regardless of zoom factor or