HomeSort by relevance Sort by last modified time
    Searched refs:originalRatio (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/mac/WebView/
WebVideoFullscreenController.mm 254 double originalRatio = frame->size.width / frame->size.height;
256 if (newRatio > originalRatio) {
257 double newWidth = originalRatio * frameToConstrain->size.height;
262 double newHeight = frameToConstrain->size.width / originalRatio;
  /external/webkit/Source/WebKit/android/WebCoreSupport/
MediaPlayerPrivateAndroid.cpp 293 float originalRatio = static_cast<float>(m_poster->width()) / static_cast<float>(m_poster->height());
295 int posterHeight = posterWidth / originalRatio;

Completed in 4935 milliseconds