Searched defs:widthScale (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DGeometryUtilities.cpp97 float widthScale = destRect.width() / srcRect.width(); local
H A DIntSize.h90 void scale(float widthScale, float heightScale) argument
H A DLayoutSize.h84 void scale(float widthScale, float heightScale) argument
125 float widthScale = width().toFloat() / aspectRatio.width().toFloat(); local
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/
H A DTileCoverageMap.cpp67 float widthScale = 1; local
/macosx-10.10/WebCore-7600.1.25/html/
H A DImageDocument.cpp287 float widthScale = viewportSize.width() / imageSize.width().toFloat(); local
/macosx-10.10/WebCore-7600.1.25/loader/cache/
H A DCachedImage.cpp311 float widthScale = m_image->hasRelativeWidth() ? 1.0f : multiplier; local

Completed in 83 milliseconds