Home
last modified time | relevance | path

Searched refs:displays (Results 1 – 25 of 146) sorted by relevance

123456

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DDisplayFacade.java46 private void updateDisplays(Display[] displays) { in updateDisplays() argument
51 for(Display d : displays) { in updateDisplays()
59 Display[] displays = mDisplayManager.getDisplays(); in displayGetDisplays() local
60 updateDisplays(displays); in displayGetDisplays()
61 Integer[] results = new Integer[displays.length]; in displayGetDisplays()
62 for(int i = 0; i < displays.length; i++) { in displayGetDisplays()
63 results[i] = displays[i].getDisplayId(); in displayGetDisplays()
/external/webrtc/webrtc/modules/desktop_capture/mac/
Ddesktop_configuration.mm120 InvertRectYOrigin(desktop_config.displays[0].bounds,
125 desktop_config.displays[0].dip_to_pixel_scale;
127 desktop_config.displays[0].pixel_bounds.left() * scaling_factor,
128 desktop_config.displays[0].pixel_bounds.top() * scaling_factor,
129 desktop_config.displays[0].pixel_bounds.right() * scaling_factor,
130 desktop_config.displays[0].pixel_bounds.bottom() * scaling_factor);
135 desktop_config.displays.push_back(display_config);
165 displays == other.displays;
172 for (MacDisplayConfigurations::const_iterator it = displays.begin();
173 it != displays.end(); ++it) {
Ddesktop_configuration.h73 MacDisplayConfigurations displays; member
Dfull_screen_chrome_window_detector.cc64 desktop_config.displays.begin(); in IsWindowFullScreen()
65 it != desktop_config.displays.end(); ++it) { in IsWindowFullScreen()
/external/skia/site/dev/testing/
Dskiaperf.md21 For example, this query displays the [total code size of the library over time](https://perf.skia.o…
25 This query displays [the ratio of playback time in ms to the number of ops for desk\_wowwiki.skp](h…
/external/drm_hwcomposer/
Dhwcomposer.cpp196 DisplayMap displays; member
638 hwc_drm_display_t *hd = &ctx->displays[display]; in hwc_event_control()
686 for (std::pair<const int, hwc_drm_display> &display_entry : ctx->displays) in hwc_register_procs()
700 hwc_drm_display_t *hd = &ctx->displays[display]; in hwc_get_display_configs()
785 hwc_drm_display_t *hd = &ctx->displays[display]; in hwc_get_active_config()
796 hwc_drm_display_t *hd = &ctx->displays[display]; in hwc_set_active_config()
864 hwc_drm_display_t *hd = &ctx->displays[display]; in hwc_initialize_display()
/external/chromium-trace/catapult/third_party/webapp2/docs/tutorials/gettingstarted/
Dhandlingforms.rst50 This version has two handlers: ``MainPage``, mapped to the URL ``/``, displays
51 a web form. ``Guestbook``, mapped to the URL ``/sign``, displays the data
/external/autotest/client/site_tests/cellular_ServiceName/
Dcontrol23 The service name is what the UI displays to the user.
/external/squashfs-tools/RELEASE-READMEs/
DREADME-3.227 Mksquashfs by default now displays a progress bar. This option disables
/external/webrtc/webrtc/modules/desktop_capture/
Dscreen_capturer_mac.mm52 // Standard Mac displays have 72dpi, but we report 96dpi for
470 for (MacDisplayConfigurations::iterator it = desktop_config_.displays.begin();
471 it != desktop_config_.displays.end(); ++it) {
595 for (size_t i = 0; i < desktop_config_.displays.size(); ++i) {
596 const MacDisplayConfiguration& display_config = desktop_config_.displays[i];
664 displays_to_capture = desktop_config_.displays;
667 // Create the window list once for all displays.
673 // Capturing mixed-DPI on one surface is hard, so we only return displays
837 if (desktop_config_.displays.size() > 1) {
Dmouse_cursor_monitor_mac.mm113 for (MacDisplayConfigurations::iterator it = configuration.displays.begin();
114 it != configuration.displays.end(); ++it) {
/external/bzip2/
Dwords329 "bzip2 -L" displays the software license.
/external/google-breakpad/src/tools/windows/
Drefresh_binaries.bat19 REM switch back to top level so that 'svn info' displays useful information.
/external/elfutils/po/
Den@boldquot.header23 # This catalog furthermore displays the text between the quotation marks in
/external/libexif/po/
Den@boldquot.header23 # This catalog furthermore displays the text between the quotation marks in
/external/bison/runtime-po/
Den@boldquot.header23 # This catalog furthermore displays the text between the quotation marks in
/external/bison/po/
Den@boldquot.header23 # This catalog furthermore displays the text between the quotation marks in
/external/e2fsprogs/po/
Den@boldquot.header23 # This catalog furthermore displays the text between the quotation marks in
/external/webrtc/webrtc/modules/video_render/mac/
Dcocoa_full_screen_window.mm70 …WEBRTC_TRACE(kTraceError, kTraceVideoRenderer, 0, "%s:%d Could not release the displays", __FUNCTI…
/external/llvm/docs/CommandGuide/
Dllvm-readobj.rst12 The :program:`llvm-readobj` tool displays low-level format-specific information
/external/skia/site/user/sample/
Dsampleapp.md3 The SampleApp displays a series of slides that exhibit specific features of the Skia system. It is …
/external/icu/icu4c/source/samples/cal/
Dreadme.txt2 icucal: a sample program which displays the calendar.
/external/icu/icu4c/source/samples/numfmt/
Dreadme.txt2 numfmt: a sample program which displays number formatting in C and C++
/external/icu/icu4c/source/samples/date/
Dreadme.txt2 icudate: a sample program which displays the current date
/external/shflags/doc/
DRELEASE_NOTES-1.0.2.txt19 shFlags. It adds several warning messages, fixes three issues, and now displays

123456