Searched refs:initialRect (Results 1 – 1 of 1) sorted by relevance
225 Rect initialRect; in cacheMovieScale() local228 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()