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
46 virtual bool hasRelativeWidth() const OVERRIDE { return false; } in hasRelativeWidth() function
81 virtual bool hasRelativeWidth() const { return false; } in hasRelativeWidth() function
135 if (hasRelativeWidth()) in drawTiled()
246 return m_image->hasRelativeWidth(); in imageHasRelativeWidth()279 float widthScale = m_image->hasRelativeWidth() ? 1.0f : multiplier; in imageSizeForRenderer()
616 …renderer() && renderer()->isRenderImage() && image->image() && !image->image()->hasRelativeWidth()) in defaultDestinationSize()