Home
last modified time | relevance | path

Searched refs:hasRelativeHeight (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebCore/loader/
DCachedImage.cpp168 return m_image->hasRelativeHeight(); in imageHasRelativeHeight()
186 int height = m_image->size().height() * (m_image->hasRelativeHeight() ? 1.0f : multiplier); in imageSize()
200 if (multiplier == 1.0f || (!m_image->hasRelativeWidth() && !m_image->hasRelativeHeight())) in imageRect()
204 float heightMultiplier = (m_image->hasRelativeHeight() ? 1.0f : multiplier); in imageRect()
/external/webkit/WebCore/svg/graphics/
DSVGImage.h53 virtual bool hasRelativeHeight() const;
DSVGImage.cpp165 bool SVGImage::hasRelativeHeight() const in hasRelativeHeight() function in WebCore::SVGImage
/external/webkit/WebCore/platform/graphics/
DGeneratedImage.h51 virtual bool hasRelativeHeight() const { return true; } in hasRelativeHeight() function
DImage.h105 virtual bool hasRelativeHeight() const { return false; } in hasRelativeHeight() function
DImage.cpp117 if (hasRelativeHeight()) in drawTiled()
/external/webkit/WebCore/
DChangeLog-2008-08-1039784 (WebCore::SVGImage::hasRelativeHeight):
66156 (WebCore::Image::hasRelativeHeight):
66187 (WebCore::SVGImage::hasRelativeHeight):
DChangeLog-2009-06-163417 (WebCore::SVGImage::hasRelativeHeight): Ditto.
40034 (WebCore::SVGImage::hasRelativeHeight):