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

  /external/webkit/Source/WebCore/svg/graphics/
SVGImage.h 54 virtual bool hasRelativeHeight() const;
SVGImage.cpp 167 bool SVGImage::hasRelativeHeight() const
  /external/webkit/Source/WebCore/platform/graphics/
GeneratedImage.h 51 virtual bool hasRelativeHeight() const { return true; }
Image.h 102 virtual bool hasRelativeHeight() const { return false; }
Image.cpp 118 if (hasRelativeHeight())
  /external/webkit/Source/WebCore/loader/cache/
CachedImage.cpp 166 return m_image->hasRelativeHeight();
184 int height = m_image->size().height() * (m_image->hasRelativeHeight() ? 1.0f : multiplier);
198 if (multiplier == 1.0f || (!m_image->hasRelativeWidth() && !m_image->hasRelativeHeight()))
202 float heightMultiplier = (m_image->hasRelativeHeight() ? 1.0f : multiplier);

Completed in 920 milliseconds