HomeSort by relevance Sort by last modified time
    Searched refs:specifiedSize (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/WebKit/chromium/src/
WebFontDescription.cpp 45 size = desc.specifiedSize();
  /external/webkit/Source/WebCore/platform/graphics/
FontDescription.h 83 float specifiedSize() const { return m_specifiedSize; }
  /external/webkit/Source/WebCore/platform/graphics/wince/
SimpleFontDataWinCE.cpp 70 fontDesc.setSpecifiedSize(lroundf(scaleFactor * fontDesc.specifiedSize()));
FontPlatformData.cpp 339 , m_disabled(!fontDescription.specifiedSize())
  /external/webkit/Source/WebCore/rendering/
RenderEmbeddedObject.cpp 197 fontDescription.setComputedSize(fontDescription.specifiedSize());
RenderListBox.cpp 205 int specifiedSize = toSelectElement(static_cast<Element*>(node()))->size();
206 if (specifiedSize > 1)
207 return max(minSize, specifiedSize);
  /external/webkit/Source/WebCore/css/
CSSPrimitiveValue.cpp 308 factor = computingFontSize ? style->fontDescription().specifiedSize() : style->fontDescription().computedSize();
312 // We really need to compute EX using fontMetrics for the original specifiedSize and not use
320 factor = computingFontSize ? rootStyle->fontDescription().specifiedSize() : rootStyle->fontDescription().computedSize();
CSSStyleSelector.h 163 static float getComputedSizeFromSpecifiedSize(Document*, RenderStyle*, bool isAbsoluteSize, float specifiedSize, bool useSVGZoomRules);
CSSStyleSelector.cpp     [all...]
CSSComputedStyleDeclaration.cpp     [all...]

Completed in 279 milliseconds