OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:posterwidth
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/WebKit/android/WebCoreSupport/
MediaPlayerPrivateAndroid.cpp
265
int
posterWidth
= r.width() > m_poster->width() ? m_poster->width() : r.width();
266
int posterHeight =
posterWidth
/ originalRatio;
267
int posterX = ((r.width() -
posterWidth
) / 2) + r.x();
269
IntRect targetRect(posterX, posterY,
posterWidth
, posterHeight);
Completed in 42 milliseconds