Searched refs:hasRelativeWidth (Results 1 – 7 of 7) sorted by relevance
50 virtual bool hasRelativeWidth() const OVERRIDE { return m_image->hasRelativeWidth(); } in hasRelativeWidth() function
41 virtual bool hasRelativeWidth() const OVERRIDE { return true; } in hasRelativeWidth() function
48 virtual bool hasRelativeWidth() const OVERRIDE { return false; } in hasRelativeWidth() function
80 virtual bool hasRelativeWidth() const { return false; } in hasRelativeWidth() function
135 if (hasRelativeWidth()) in drawTiled()
242 return m_image->hasRelativeWidth(); in imageHasRelativeWidth()275 float widthScale = m_image->hasRelativeWidth() ? 1.0f : multiplier; in imageSizeForRenderer()
562 …renderer() && renderer()->isRenderImage() && image->image() && !image->image()->hasRelativeWidth()) in defaultDestinationSize()