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

  /external/webkit/WebKit/mac/WebView/
WebVideoFullscreenController.mm 187 double originalRatio = frame->size.width / frame->size.height;
189 if (newRatio > originalRatio) {
190 double newWidth = originalRatio * frameToConstrain->size.height;
195 double newHeight = frameToConstrain->size.width / originalRatio;
  /external/webkit/WebKit/android/WebCoreSupport/
MediaPlayerPrivateAndroid.cpp 256 float originalRatio = static_cast<float>(m_poster->width()) / static_cast<float>(m_poster->height());
258 int posterHeight = posterWidth / originalRatio;

Completed in 39 milliseconds