Home
last modified time | relevance | path

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

/external/webkit/WebKit/android/WebCoreSupport/
DMediaPlayerPrivateAndroid.cpp251 int posterHeight = posterWidth / originalRatio; in paint() local
253 int posterY = ((r.height() - posterHeight) / 2) + r.y(); in paint()
254 IntRect targetRect(posterX, posterY, posterWidth, posterHeight); in paint()