Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/loader/cache/
DCachedImage.cpp158 return m_image->hasRelativeWidth(); in imageHasRelativeWidth()
183 int width = m_image->size().width() * (m_image->hasRelativeWidth() ? 1.0f : multiplier); in imageSize()
198 if (multiplier == 1.0f || (!m_image->hasRelativeWidth() && !m_image->hasRelativeHeight())) in imageRect()
201 float widthMultiplier = (m_image->hasRelativeWidth() ? 1.0f : multiplier); in imageRect()
/external/webkit/Source/WebCore/svg/graphics/
DSVGImage.h53 virtual bool hasRelativeWidth() const;
DSVGImage.cpp156 bool SVGImage::hasRelativeWidth() const in hasRelativeWidth() function in WebCore::SVGImage
/external/webkit/Source/WebCore/platform/graphics/
DGeneratedImage.h50 virtual bool hasRelativeWidth() const { return true; } in hasRelativeWidth() function
DImage.h101 virtual bool hasRelativeWidth() const { return false; } in hasRelativeWidth() function
DImage.cpp116 if (hasRelativeWidth()) in drawTiled()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1039783 (WebCore::SVGImage::hasRelativeWidth):
66155 (WebCore::Image::hasRelativeWidth):
66186 (WebCore::SVGImage::hasRelativeWidth):
DChangeLog-2009-06-163416 (WebCore::SVGImage::hasRelativeWidth): Ditto.
40033 (WebCore::SVGImage::hasRelativeWidth):