Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/loader/cache/
DCachedImage.cpp201 float widthMultiplier = (m_image->hasRelativeWidth() ? 1.0f : multiplier); in imageRect() local
208 int width = static_cast<int>(m_image->rect().width() * widthMultiplier); in imageRect()
215 int x = static_cast<int>(m_image->rect().x() * widthMultiplier); in imageRect()