Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/win/
DQTMovieWin.cpp203 Rect naturalRect; in cacheMovieScale() local
206 GetMovieNaturalBoundsRect(m_movie, &naturalRect); in cacheMovieScale()
209 int naturalWidth = naturalRect.right - naturalRect.left; in cacheMovieScale()
210 int naturalHeight = naturalRect.bottom - naturalRect.top; in cacheMovieScale()