Searched defs:zOrder (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DPageOverlay.h54 int zOrder() const { return m_zOrder; } function in class:blink::PageOverlay
55 void setZOrder(int zOrder) { m_zOrder = zOrder; } argument
H A DPageOverlayList.cpp52 bool PageOverlayList::add(WebPageOverlay* overlay, int zOrder) argument
64 pageOverlay->setZOrder(zOrder);
71 if (m_pageOverlays[i]->zOrder() >= m_pageOverlays[i + 1]->zOrder()) {
79 if (m_pageOverlays[i]->zOrder() < m_pageOverlays[i - 1]->zOrder()) {
H A DWebViewImpl.cpp3956 void WebViewImpl::addPageOverlay(WebPageOverlay* overlay, int zOrder) argument
3961 m_pageOverlays->add(overlay, zOrder);
/external/chromium_org/third_party/webrtc/modules/video_render/linux/
H A Dvideo_x11_render.cc64 int32_t zOrder,
128 uint32_t& zOrder,
143 renderChannel->GetStreamProperties(zOrder, left, top, right, bottom);
62 CreateX11RenderChannel( int32_t streamId, int32_t zOrder, const float left, const float top, const float right, const float bottom) argument
126 GetIncomingStreamProperties( int32_t streamId, uint32_t& zOrder, float& left, float& top, float& right, float& bottom) argument
H A Dvideo_x11_channel.cc298 int32_t VideoX11Channel::GetStreamProperties(uint32_t& zOrder, argument
305 zOrder = 0; // no z-order support yet
H A Dvideo_render_linux_impl.cc90 const uint32_t zOrder,
104 _ptrX11Render->CreateX11RenderChannel(streamId, zOrder, left,
140 uint32_t& zOrder,
152 return _ptrX11Render->GetIncomingStreamProperties(streamId, zOrder,
230 const unsigned int zOrder,
88 AddIncomingRenderStream( const uint32_t streamId, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
138 GetIncomingRenderStreamProperties( const uint32_t streamId, uint32_t& zOrder, float& left, float& top, float& right, float& bottom) const argument
228 ConfigureRenderer( const uint32_t streamId, const unsigned int zOrder, const float left, const float top, const float right, const float bottom) argument
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcpassthroughrender.cc94 const uint32_t zOrder,
92 AddIncomingRenderStream( const uint32_t stream_id, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
/external/chromium_org/third_party/webrtc/modules/video_render/android/
H A Dvideo_render_android_surface_view.cc204 int32_t zOrder,
218 if(stream && stream->Init(zOrder, left, top, right, bottom) == 0)
288 int32_t /*zOrder*/,
202 CreateAndroidRenderChannel( int32_t streamId, int32_t zOrder, const float left, const float top, const float right, const float bottom, VideoRenderAndroid& renderer) argument
H A Dvideo_render_android_impl.cc86 const uint32_t zOrder,
103 renderStream = CreateAndroidRenderChannel(streamId, zOrder, left, top,
133 uint32_t& zOrder,
310 const unsigned int zOrder,
85 AddIncomingRenderStream(const uint32_t streamId, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
131 GetIncomingRenderStreamProperties( const uint32_t streamId, uint32_t& zOrder, float& left, float& top, float& right, float& bottom) const argument
308 ConfigureRenderer( const uint32_t streamId, const unsigned int zOrder, const float left, const float top, const float right, const float bottom) argument
H A Dvideo_render_android_native_opengl2.cc215 int32_t zOrder,
226 if (stream && stream->Init(zOrder, left, top, right, bottom) == 0)
283 int32_t AndroidNativeOpenGl2Channel::Init(int32_t zOrder, argument
376 if (_openGLRenderer.SetCoordinates(zOrder, left, top, right, bottom) != 0) {
213 CreateAndroidRenderChannel( int32_t streamId, int32_t zOrder, const float left, const float top, const float right, const float bottom, VideoRenderAndroid& renderer) argument
H A Dvideo_render_opengles20.cc176 int32_t VideoRenderOpenGles20::SetCoordinates(int32_t zOrder, argument
197 _vertices[2] = zOrder;
202 _vertices[7] = zOrder;
207 _vertices[12] = zOrder;
212 _vertices[17] = zOrder;
/external/chromium_org/third_party/webrtc/modules/video_render/external/
H A Dvideo_render_external_impl.cc50 const uint32_t zOrder,
69 uint32_t& zOrder,
77 zOrder = 0;
153 const unsigned int zOrder,
49 AddIncomingRenderStream(const uint32_t streamId, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
67 GetIncomingRenderStreamProperties( const uint32_t streamId, uint32_t& zOrder, float& left, float& top, float& right, float& bottom) const argument
151 ConfigureRenderer( const uint32_t streamId, const unsigned int zOrder, const float left, const float top, const float right, const float bottom) argument
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
H A Dvideo_render_mac_carbon_impl.cc137 const uint32_t zOrder,
154 AGLChannel = _ptrCocoaRender->CreateNSGLChannel(streamId, zOrder, left, top, right, bottom);
174 uint32_t& zOrder,
181 return _ptrCarbonRender->GetChannelProperties(streamId, zOrder, left, top, right, bottom);
255 const unsigned int zOrder,
136 AddIncomingRenderStream(const uint32_t streamId, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
173 GetIncomingRenderStreamProperties(const uint32_t streamId, uint32_t& zOrder, float& left, float& top, float& right, float& bottom) const argument
254 ConfigureRenderer(const uint32_t streamId, const unsigned int zOrder, const float left, const float top, const float right, const float bottom) argument
H A Dvideo_render_agl.cc717 // Clean the zOrder map
767 VideoChannelAGL* VideoRenderAGL::CreateAGLChannel(int channel, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeight) argument
781 if (_zOrderToChannel.find(zOrder) != _zOrderToChannel.end())
783 // There are already one channel using this zOrder
784 // TODO: Allow multiple channels with same zOrder
803 _zOrderToChannel.insert(std::pair<int, int>(zOrder, channel));
932 VideoChannelAGL* VideoRenderAGL::ConfigureAGLChannel(int channel, int zOrder, float startWidth, float startHeight, float stopWidth, float stopHeight) argument
952 if (it->first != zOrder)
955 _zOrderToChannel.insert(std::pair<int, int>(zOrder, channel));
1154 // TODO Improvement: Walk through the zOrder Ma
1976 GetChannelProperties(const uint16_t streamId, uint32_t& zOrder, float& left, float& top, float& right, float& bottom) argument
[all...]
/external/chromium_org/third_party/webrtc/modules/video_render/windows/
H A Dvideo_render_windows_impl.cc97 const uint32_t zOrder,
111 renderCallback = _ptrRendererWin->CreateChannel(streamId, zOrder, left,
135 uint32_t& zOrder,
142 zOrder = 0;
154 error = _ptrRendererWin->GetStreamSettings(streamId, 0, zOrder, left,
266 const unsigned int zOrder,
279 error = _ptrRendererWin->ConfigureRenderer(streamId, 0, zOrder, left,
96 AddIncomingRenderStream(const uint32_t streamId, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
133 GetIncomingRenderStreamProperties( const uint32_t streamId, uint32_t& zOrder, float& left, float& top, float& right, float& bottom) const argument
264 ConfigureRenderer( const uint32_t streamId, const unsigned int zOrder, const float left, const float top, const float right, const float bottom) argument
H A Dvideo_render_direct3d9.cc72 uint32_t zOrder,
79 _zOrder = zOrder;
87 uint32_t& zOrder,
94 zOrder = _zOrder;
336 // Clean the zOrder map
639 uint32_t zOrder; local
641 channelObj->GetStreamSettings(0, zOrder, startWidth,
847 const uint32_t zOrder,
861 d3dChannel->SetStreamSettings(0, zOrder, left, top, right, bottom);
869 std::pair<int, unsigned int>(zOrder, channe
71 SetStreamSettings(uint16_t streamId, uint32_t zOrder, float startWidth, float startHeight, float stopWidth, float stopHeight) argument
86 GetStreamSettings(uint16_t streamId, uint32_t& zOrder, float& startWidth, float& startHeight, float& stopWidth, float& stopHeight) argument
846 CreateChannel(const uint32_t channel, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
874 GetStreamSettings(const uint32_t channel, const uint16_t streamId, uint32_t& zOrder, float& left, float& top, float& right, float& bottom) argument
1150 ConfigureRenderer(const uint32_t channel, const uint16_t streamId, const unsigned int zOrder, const float left, const float top, const float right, const float bottom) argument
[all...]
/external/chromium_org/third_party/webrtc/modules/video_render/
H A Dvideo_render_impl.cc181 const uint32_t zOrder,
204 _ptrRenderer->AddIncomingRenderStream(streamId, zOrder, left, top,
296 uint32_t& zOrder,
310 return _ptrRenderer->GetIncomingRenderStreamProperties(streamId, zOrder,
594 const unsigned int zOrder,
608 return _ptrRenderer->ConfigureRenderer(streamId, zOrder, left, top, right,
180 AddIncomingRenderStream(const uint32_t streamId, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
294 GetIncomingRenderStreamProperties( const uint32_t streamId, uint32_t& zOrder, float& left, float& top, float& right, float& bottom) const argument
592 ConfigureRenderer( const uint32_t streamId, const unsigned int zOrder, const float left, const float top, const float right, const float bottom) argument
H A Dvideo_render_internal_impl.cc404 const uint32_t zOrder,
427 _ptrRenderer->AddIncomingRenderStream(streamId, zOrder, left, top,
519 uint32_t& zOrder,
533 return _ptrRenderer->GetIncomingRenderStreamProperties(streamId, zOrder,
817 const unsigned int zOrder,
831 return _ptrRenderer->ConfigureRenderer(streamId, zOrder, left, top, right,
403 AddIncomingRenderStream(const uint32_t streamId, const uint32_t zOrder, const float left, const float top, const float right, const float bottom) argument
517 GetIncomingRenderStreamProperties( const uint32_t streamId, uint32_t& zOrder, float& left, float& top, float& right, float& bottom) const argument
815 ConfigureRenderer( const uint32_t streamId, const unsigned int zOrder, const float left, const float top, const float right, const float bottom) argument
/external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
H A DVideoEngine.java75 public native int addRenderer(int channel, Object glSurface, int zOrder, argument

Completed in 1537 milliseconds