Home
last modified time | relevance | path

Searched refs:naturalSize (Results 1 – 25 of 41) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/qt/
DMediaPlayerPrivatePhonon.cpp437 IntSize MediaPlayerPrivatePhonon::naturalSize() const in naturalSize() function in WebCore::MediaPlayerPrivatePhonon
452 IntSize naturalSize(videoSize.width(), videoSize.height()); in naturalSize() local
454 naturalSize.width(), naturalSize.height()); in naturalSize()
455 return naturalSize; in naturalSize()
DMediaPlayerPrivatePhonon.h81 IntSize naturalSize() const;
DMediaPlayerPrivateQt.h88 IntSize naturalSize() const;
/external/webkit/Source/WebCore/html/
DHTMLVideoElement.cpp144 return player()->naturalSize().width(); in videoWidth()
151 return player()->naturalSize().height(); in videoHeight()
/external/webkit/Source/WebCore/rendering/
DRenderMediaControls.cpp48 …ureMediaUIPart(part, themeStyle, bounds, naturalSize) WKMeasureMediaUIPart(part, themeStyle, bound… argument
DRenderVideo.cpp113 return player->naturalSize(); in calculateIntrinsicSize()
/external/webkit/Source/WebCore/platform/graphics/wince/
DMediaPlayerPrivateWinCE.h49 IntSize naturalSize() const;
/external/webkit/Source/WebCore/platform/graphics/mac/
DMediaPlayerPrivateQTKit.mm867 IntSize MediaPlayerPrivateQTKit::naturalSize() const
879 … FloatSize naturalSize([[m_qtMovie.get() attributeForKey:QTMovieNaturalSizeAttribute] sizeValue]);
880 if (naturalSize.isEmpty() && m_isStreaming) {
884 naturalSize = m_cachedNaturalSize;
887 // event when this happens, so we must cache the last valid naturalSize here:
888 m_cachedNaturalSize = naturalSize;
891 …return IntSize(naturalSize.width() * m_scaleFactor.width(), naturalSize.height() * m_scaleFactor.h…
1027 NSSize naturalSize = [[m_qtMovie.get() attributeForKey:QTMovieNaturalSizeAttribute] sizeValue];
1034 initialSize = [displayTransform transformSize:naturalSize];
1036 initialSize.width = naturalSize.width;
[all …]
DMediaPlayerPrivateQTKit.h86 IntSize naturalSize() const;
/external/webkit/Source/WebKit/chromium/public/
DWebMediaPlayer.h117 virtual WebSize naturalSize() const = 0;
/external/webkit/Source/WebCore/platform/graphics/win/
DMediaPlayerPrivateQuickTimeVisualContext.cpp121 FloatSize naturalSize = m_parent->naturalSize(); in platformCALayerLayoutSublayersOfLayer() local
124 …FloatSize ratio(parentSize.width() / naturalSize.width(), parentSize.height() / naturalSize.height… in platformCALayerLayoutSublayersOfLayer()
499 IntSize MediaPlayerPrivateQuickTimeVisualContext::naturalSize() const in naturalSize() function in WebCore::MediaPlayerPrivateQuickTimeVisualContext
DMediaPlayerPrivateQuickTimeWin.h84 IntSize naturalSize() const;
DMediaPlayerPrivateQuickTimeVisualContext.h73 IntSize naturalSize() const;
/external/webkit/Source/WebCore/platform/graphics/
DMediaPlayerPrivate.h60 virtual IntSize naturalSize() const = 0;
DMediaPlayer.cpp98 virtual IntSize naturalSize() const { return IntSize(0, 0); } in naturalSize() function in WebCore::NullMediaPlayerPrivate
473 IntSize MediaPlayer::naturalSize() in naturalSize() function in WebCore::MediaPlayer
475 return m_private->naturalSize(); in naturalSize()
DMediaPlayer.h186 IntSize naturalSize();
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DMediaPlayerPrivateAndroid.h51 virtual IntSize naturalSize() const { return m_naturalSize; } in naturalSize() function
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
DMediaPlayerPrivateGStreamer.h53 IntSize naturalSize() const;
/external/webkit/Source/WebKit/chromium/src/
DWebMediaPlayerClientImpl.cpp267 IntSize WebMediaPlayerClientImpl::naturalSize() const in naturalSize() function in WebKit::WebMediaPlayerClientImpl
270 return m_webMediaPlayer->naturalSize(); in naturalSize()
DWebMediaPlayerClientImpl.h94 virtual WebCore::IntSize naturalSize() const;
/external/webkit/Source/WebCore/platform/graphics/avfoundation/
DMediaPlayerPrivateAVFoundationObjC.mm676 …// AVAsset's 'naturalSize' property only considers the movie's first video track, so we need to co…
680 CGSize trackSize = [track naturalSize];
689 …CGSize naturalSize = CGSizeApplyAffineTransform(trackUnionRect.size, [m_avAsset.get() preferredTra…
692 setNaturalSize(IntSize(naturalSize));
700 @"naturalSize",
DMediaPlayerPrivateAVFoundation.h126 virtual IntSize naturalSize() const;
/external/chromium/webkit/glue/
Dwebmediaplayer_impl.h226 virtual WebKit::WebSize naturalSize() const;
/external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
DWebKitSystemInterface.h231 void WKMeasureMediaUIPart(int part, int themeStyle, CGRect *bounds, CGSize *naturalSize);
/external/webkit/Source/WebCore/platform/mac/
DWebCoreSystemInterface.h130 extern void (*wkMeasureMediaUIPart)(int part, int themeStyle, CGRect *bounds, CGSize *naturalSize);

12