Home | History | Annotate | Download | only in win

Lines Matching refs:videoHeight

127     int videoHeight = 0;
128 m_parent->m_movie->getNaturalSize(videoWidth, videoHeight);
129 FloatRect videoBounds(0, 0, videoWidth * ratio.width(), videoHeight * ratio.height());