Searched refs:specifiedSize (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Source/WebKit/chromium/src/ |
D | WebFontDescription.cpp | 45 size = desc.specifiedSize(); in WebFontDescription()
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | SimpleFontDataWinCE.cpp | 70 fontDesc.setSpecifiedSize(lroundf(scaleFactor * fontDesc.specifiedSize())); in scaledFontData()
|
D | FontPlatformData.cpp | 339 , m_disabled(!fontDescription.specifiedSize()) in create()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | FontDescription.h | 83 float specifiedSize() const { return m_specifiedSize; } in specifiedSize() function
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderListBox.cpp | 205 int specifiedSize = toSelectElement(static_cast<Element*>(node()))->size(); in size() local 206 if (specifiedSize > 1) in size() 207 return max(minSize, specifiedSize); in size()
|
D | RenderEmbeddedObject.cpp | 197 fontDescription.setComputedSize(fontDescription.specifiedSize()); in getReplacementTextGeometry()
|
/external/webkit/Source/WebCore/css/ |
D | CSSPrimitiveValue.cpp | 308 …factor = computingFontSize ? style->fontDescription().specifiedSize() : style->fontDescription().c… in computeLengthDouble() 320 …factor = computingFontSize ? rootStyle->fontDescription().specifiedSize() : rootStyle->fontDescrip… in computeLengthDouble()
|
D | CSSStyleSelector.h | 163 …FromSpecifiedSize(Document*, RenderStyle*, bool isAbsoluteSize, float specifiedSize, bool useSVGZo…
|
D | CSSStyleSelector.cpp | 4307 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()
|
D | CSSComputedStyleDeclaration.cpp | 1193 …xelValue(static_cast<int>(length.percent() * style->fontDescription().specifiedSize()) / 100, styl… in getPropertyCSSValue()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-05-10 | 19348 (WebCore::FontDescription::specifiedSize):
|
D | ChangeLog | 20913 specifiedSize is 0, return specified size regardless of zoom factor or
|