Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/win/
DQTMovieWin.cpp225 Rect initialRect; in cacheMovieScale() local
228 GetMovieBox(m_movie, &initialRect); in cacheMovieScale()
234 m_widthScaleFactor = (initialRect.right - initialRect.left) / naturalWidth; in cacheMovieScale()
236 m_heightScaleFactor = (initialRect.bottom - initialRect.top) / naturalHeight; in cacheMovieScale()