Searched refs:hasRelativeHeight (Results 1 - 6 of 6) sorted by relevance

/external/webkit/WebCore/svg/graphics/
H A DSVGImage.h55 virtual bool hasRelativeHeight() const;
H A DSVGImage.cpp166 bool SVGImage::hasRelativeHeight() const function in class:WebCore::SVGImage
/external/webkit/WebCore/loader/
H A DCachedImage.cpp169 return m_image->hasRelativeHeight();
187 int height = m_image->size().height() * (m_image->hasRelativeHeight() ? 1.0f : multiplier);
201 if (multiplier == 1.0f || (!m_image->hasRelativeWidth() && !m_image->hasRelativeHeight()))
205 float heightMultiplier = (m_image->hasRelativeHeight() ? 1.0f : multiplier);
/external/webkit/WebCore/platform/graphics/
H A DGeneratedImage.h51 virtual bool hasRelativeHeight() const { return true; } function in class:WebCore::GeneratedImage
H A DImage.h106 virtual bool hasRelativeHeight() const { return false; } function in class:WebCore::Image
H A DImage.cpp117 if (hasRelativeHeight())

Completed in 38 milliseconds