HomeSort by relevance Sort by last modified time
    Searched refs:hdisplay (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/ui/ozone/platform/dri/chromeos/
display_mode_dri.cc 10 : DisplayMode(gfx::Size(mode.hdisplay, mode.vdisplay),
  /external/chromium_org/ui/ozone/platform/dri/
dri_surface_unittest.cc 34 SkImageInfo info = SkImageInfo::MakeN32Premul(kDefaultMode.hdisplay,
80 surface_->ResizeCanvas(gfx::Size(kDefaultMode.hdisplay,
102 SkRect rect = SkRect::MakeWH(kDefaultMode.hdisplay / 2,
106 gfx::Rect(0, 0, kDefaultMode.hdisplay / 2, kDefaultMode.vdisplay / 2));
116 EXPECT_EQ(kDefaultMode.hdisplay, image.width());
122 if (j < kDefaultMode.hdisplay / 2 && i < kDefaultMode.vdisplay / 2)
screen_manager_unittest.cc 44 return gfx::Rect(0, 0, kDefaultMode.hdisplay, kDefaultMode.vdisplay);
50 kDefaultMode.hdisplay, 0, kDefaultMode.hdisplay, kDefaultMode.vdisplay);
157 gfx::Rect new_bounds(0, 0, new_mode.hdisplay, new_mode.vdisplay);
163 EXPECT_EQ(new_mode.hdisplay, mode.hdisplay);
dri_util.cc 96 lhs.hdisplay == rhs.hdisplay &&
hardware_display_controller.cc 262 return gfx::Size(mode_.hdisplay, mode_.vdisplay);
277 << " mode=" << mode.hdisplay << "x" << mode.vdisplay << "@"
291 if (primary.buffer->GetSize() != gfx::Size(mode_.hdisplay, mode_.vdisplay)) {
293 << mode_.hdisplay << "x" << mode_.vdisplay
screen_manager.cc 57 origin.x(), origin.y(), mode.hdisplay, mode.vdisplay);
179 buffer_generator_->Create(gfx::Size(mode.hdisplay, mode.vdisplay));
dri_wrapper.cc 97 gfx::Size(mode->hdisplay, mode->vdisplay).ToString());
hardware_display_controller_unittest.cc 25 const gfx::Size kDefaultModeSize(kDefaultMode.hdisplay, kDefaultMode.vdisplay);
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11modes.c 61 info->hdisplay = l.hdisplay;
93 if ( (saved_mode.hdisplay != mode.hdisplay) ||
109 if ( a->hdisplay == b->hdisplay )
112 return b->hdisplay - a->hdisplay;
131 if ( (modes[i]->hdisplay == width) &&
136 if ( modes[i]->hdisplay >= width &
    [all...]
  /hardware/intel/img/hwcomposer/common/devices/
PhysicalDevice.cpp 170 *width = mode.hdisplay;
333 dpiX = mode.hdisplay / physWidthInch;
341 mode.hdisplay,
361 if (compatMode->hdisplay == mode.hdisplay &&
379 compatMode->hdisplay,
  /hardware/intel/img/hwcomposer/common/base/
Drm.cpp 228 ILOGTRACE("mode is: %dx%d@%dHz", output->mode.hdisplay, output->mode.vdisplay, output->mode.vrefresh);
238 if (base->hdisplay == value->hdisplay &&
327 if (mode->hdisplay == output->mode.hdisplay &&
433 if (output->mode.hdisplay == 0 || output->mode.vdisplay == 0) {
443 mode.hdisplay = DEFAULT_DRM_FB_WIDTH;
485 width = output->mode.hdisplay;
638 mode->hdisplay, mode->vdisplay, &stride);
652 mode->hdisplay,
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86vm/
XF86VMode.c 247 modeline->hdisplay = oldrep.hdisplay;
266 modeline->hdisplay = rep.hdisplay;
365 modelines[i]->hdisplay = oldxmdline.hdisplay;
396 modelines[i]->hdisplay = xmdline.hdisplay;
480 oldreq->hdisplay = newmodeline->hdisplay;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
xf86vmstr.h 96 CARD16 hdisplay B16;
121 CARD16 hdisplay B16;
136 CARD16 hdisplay B16;
156 CARD16 hdisplay B16;
188 CARD16 hdisplay B16;
228 CARD16 hdisplay B16;
256 CARD16 hdisplay B16;
280 CARD16 hdisplay B16;
299 CARD16 hdisplay B16;
328 CARD16 hdisplay B16
    [all...]
xf86vmode.h 90 unsigned short hdisplay; member in struct:__anon13224
111 unsigned short hdisplay; member in struct:__anon13225
  /hardware/intel/img/hwcomposer/common/planes/
DisplayPlane.cpp 97 if (mode->hdisplay == 0 || mode->vdisplay == 0)
104 if ((x + w) > mode->hdisplay)
105 w = mode->hdisplay - x;
359 mModeInfo.hdisplay = mDisplayWidth;
  /bootable/recovery/minui/
graphics_adf.c 57 surf->fd = adf_interface_simple_buffer_alloc(pdata->intf_fd, mode->hdisplay,
62 surf->base.width = mode->hdisplay;
  /hardware/intel/img/libdrm/shared-core/
drm_mode.h 88 __u16 hdisplay, hsync_start, hsync_end, htotal, hskew; member in struct:drm_mode_modeinfo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/drm/
drm_mode.h 85 __u16 hdisplay, hsync_start, hsync_end, htotal, hskew; member in struct:drm_mode_modeinfo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
drm_mode.h 85 __u16 hdisplay, hsync_start, hsync_end, htotal, hskew; member in struct:drm_mode_modeinfo
  /hardware/intel/img/libdrm/tests/modeprint/
modeprint.c 71 printf("\thdisplay : %i\n", mode->hdisplay);
85 mode->hdisplay, mode->vdisplay, mode->vrefresh / 1000.0);
  /system/core/adf/libadfhwc/
adfhwc.cpp 127 return mode.hdisplay;
133 return dpi(mode.hdisplay, data.width_mm);
  /hardware/intel/img/libdrm/tests/modetest/
modetest.c 146 mode->hdisplay,
477 width += c[i].mode->hdisplay;
509 x += c[i].mode->hdisplay;
  /hardware/intel/img/hwcomposer/ips/anniedale/
AnnRGBPlane.cpp 230 if (mode->vdisplay && mode->hdisplay)
231 mContext.ctx.sp_ctx.pos = ((mode->vdisplay - dstY - dstH) & 0xfff) << 16 | ((mode->hdisplay - dstX - dstW) & 0xfff);
  /bionic/libc/kernel/uapi/drm/
drm_mode.h 86 __u16 hdisplay, hsync_start, hsync_end, htotal, hskew; member in struct:drm_mode_modeinfo
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_output.c 167 mode->HDisplay = drm_mode->hdisplay;
201 !cust->winsys_check_fb_size(cust, pMode->HDisplay *

Completed in 442 milliseconds

1 2