Searched defs:heightScale (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DGeometryUtilities.cpp98 float heightScale = destRect.height() / srcRect.height(); local
H A DIntSize.h90 void scale(float widthScale, float heightScale) argument
H A DLayoutSize.h84 void scale(float widthScale, float heightScale) argument
124 float heightScale = height().toFloat() / aspectRatio.height().toFloat(); local
/macosx-10.10/WebCore-7600.1.25/html/
H A DImageDocument.cpp288 float heightScale = viewportSize.height() / imageSize.height().toFloat(); local
/macosx-10.10/WebCore-7600.1.25/loader/cache/
H A DCachedImage.cpp312 float heightScale = m_image->hasRelativeHeight() ? 1.0f : multiplier; local

Completed in 72 milliseconds