OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:videoBounds
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/rendering/
RenderVideo.cpp
246
IntRect
videoBounds
= videoBox();
248
mediaPlayer->setSize(IntSize(
videoBounds
.width(),
videoBounds
.height()));
/external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeVisualContext.cpp
129
FloatRect
videoBounds
(0, 0, videoWidth * ratio.width(), videoHeight * ratio.height());
133
FloatPoint position(parentSize.width() * 0.5 -
videoBounds
.width() * (0.5 - videoAnchor.x()),
134
parentSize.height() * 0.5 -
videoBounds
.height() * (0.5 - videoAnchor.y()));
136
m_parent->m_qtVideoLayer->setBounds(
videoBounds
);
[
all
...]
Completed in 367 milliseconds