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

  /external/webkit/WebCore/platform/graphics/
FontDescription.h 76 float specifiedSize() const { return m_specifiedSize; }
  /external/webkit/WebCore/platform/graphics/wince/
SimpleFontDataWince.cpp 72 fontDesc.setSpecifiedSize(lroundf(0.70f * fontDesc.specifiedSize()));
FontPlatformData.cpp 337 , m_disabled(!fontDescription.specifiedSize())
  /external/webkit/WebCore/rendering/
RenderListBox.cpp 200 int specifiedSize = toSelectElement(static_cast<Element*>(node()))->size();
201 if (specifiedSize > 1)
202 return max(minSize, specifiedSize);
  /external/webkit/WebCore/css/
CSSStyleSelector.h 134 static float getComputedSizeFromSpecifiedSize(Document*, bool isAbsoluteSize, float specifiedSize, float zoomFactor = 1.0f);
CSSStyleSelector.cpp     [all...]
CSSComputedStyleDeclaration.cpp     [all...]

Completed in 135 milliseconds