Searched refs:screenWidth (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
H A DRenderData.java18 public int screenWidth = 0; field in class:RenderData
H A DTrackingInputHandler.java139 (float) mRenderData.screenWidth / 2 - cursorScreen[0],
152 float rightDelta = rectScreen[2] - mRenderData.screenWidth;
158 if (rectScreen[2] - rectScreen[0] < mRenderData.screenWidth) {
206 if (imageSize[0] < mRenderData.screenWidth && imageSize[1] < mRenderData.screenHeight) {
209 float scale = Math.min((float) mRenderData.screenWidth / mRenderData.imageWidth,
H A DDesktopView.java265 mRenderData.screenWidth = width;
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DPastePopupMenu.java131 final int screenWidth = mContext.getResources().getDisplayMetrics().widthPixels;
146 if (x + width < screenWidth) {
154 coords[0] = Math.min(screenWidth - width, coords[0]);
/external/chromium_org/third_party/webrtc/modules/video_render/external/
H A Dvideo_render_external_impl.cc124 uint32_t& screenWidth,
128 screenWidth = 0;
123 GetScreenResolution( uint32_t& screenWidth, uint32_t& screenHeight) const argument
H A Dvideo_render_external_impl.h88 GetScreenResolution(uint32_t& screenWidth,
/external/chromium_org/third_party/webrtc/modules/video_render/ios/
H A Dvideo_render_ios_impl.mm123 int32_t VideoRenderIosImpl::GetScreenResolution(uint32_t& screenWidth,
125 return ptr_ios_render_->GetScreenResolution(screenWidth, screenHeight);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/android/org/webrtc/
H A DVideoRendererGui.java67 private int screenWidth; field in class:VideoRendererGui
254 private int screenWidth; field in class:VideoRendererGui.YuvImageRenderer
329 float displayWidth = (texRight - texLeft) * screenWidth / 2;
339 instance.screenWidth;
486 public void setScreenSize(final int screenWidth, final int screenHeight) { argument
487 this.screenWidth = screenWidth;
620 instance.screenWidth, instance.screenHeight);
665 screenWidth = width;
670 yuvImageRenderer.setScreenSize(screenWidth, screenHeigh
[all...]
/external/chromium_org/third_party/webrtc/modules/video_render/
H A Di_video_render.h92 GetScreenResolution(uint32_t& screenWidth,
H A Dvideo_render_impl.h164 GetScreenResolution(uint32_t& screenWidth,
H A Dvideo_render_impl.cc435 uint32_t& screenWidth,
446 return _ptrRenderer->GetScreenResolution(screenWidth, screenHeight);
434 GetScreenResolution( uint32_t& screenWidth, uint32_t& screenHeight) const argument
/external/chromium_org/third_party/webrtc/modules/video_render/linux/
H A Dvideo_render_linux_impl.h89 GetScreenResolution(uint32_t& screenWidth,
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
H A Dvideo_render_mac_carbon_impl.h91 virtual int32_t GetScreenResolution(uint32_t& screenWidth,
H A Dvideo_render_mac_cocoa_impl.h91 virtual int32_t GetScreenResolution(uint32_t& screenWidth,
H A Dvideo_render_mac_cocoa_impl.mm191 VideoRenderMacCocoaImpl::GetScreenResolution(uint32_t& screenWidth,
199 screenWidth = frame.size.width;
H A Dvideo_render_mac_carbon_impl.cc224 VideoRenderMacCarbonImpl::GetScreenResolution(uint32_t& screenWidth, argument
232 //screenWidth = frame.size.width;
/external/chromium_org/third_party/webrtc/modules/video_render/windows/
H A Dvideo_render_windows_impl.h97 GetScreenResolution(uint32_t& screenWidth,
H A Dvideo_render_windows_impl.cc228 uint32_t& screenWidth,
232 screenWidth = 0;
227 GetScreenResolution( uint32_t& screenWidth, uint32_t& screenHeight) const argument
/external/chromium_org/third_party/webrtc/modules/video_render/android/
H A Dvideo_render_android_impl.h90 uint32_t& screenWidth,
/external/chromium_org/third_party/webrtc/modules/video_render/include/
H A Dvideo_render.h215 GetScreenResolution(uint32_t& screenWidth,
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DAwLegacyQuirksTest.java145 float screenWidth = Integer.parseInt(
147 assertEquals(physicalDisplayWidth, screenWidth, 10f);
158 "matchMedia(\"screen and (device-width:" + (int) screenWidth + "px)\").matches");
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcpassthroughrender.h115 virtual int32_t GetScreenResolution(uint32_t& screenWidth,
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dviewport.js549 var screenWidth = this.screenBounds_.width;
551 var dx = screenRect.left + screenRect.width / 2 - screenWidth / 2;
/external/chromium_org/chrome/browser/resources/inspect/
H A Dinspect.js457 function addWebViewThumbnail(row, webview, screenWidth, screenHeight) {
462 var aspectRatio = screenWidth / screenHeight;
494 viewRect.style.left = percent(webview.screenX / screenWidth);
496 viewRect.style.width = percent(webview.width / screenWidth);
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Ddisplay-profiler-output467 def screenWidth method
476 remaining = screenWidth
645 (" " * pad) + center("Bytecode for #{bytecodes}", screenWidth - pad - countCols - 1 - machineCols))
850 puts(center("Actual Counts", actualCountCols) + " " + center("Source Counts", sourceCountCols) + " " + center("Disassembly in #{compilation.engine}", screenWidth - 1 - sourceCountCols - 1 - actualCountCols))

Completed in 476 milliseconds

12