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

1 2

  /device/google/cuttlefish_common/host/commands/launch/
screen_region_handler.cc 31 dest->x_res = config.x_res();
  /device/google/cuttlefish_common/common/vsoc/lib/
screen_region_view.h 40 int x_res() const { return data().x_res; } function in class:vsoc::screen::ScreenRegionView
57 int line_length() const { return align(x_res() * bytes_per_pixel()); }
60 return (align(x_res() * bytes_per_pixel()) * y_res()) + kSwiftShaderPadding;
  /device/google/cuttlefish_common/guest/hals/gralloc/
gralloc_vsoc_priv.h 39 int x_res; member in struct:vsoc_buffer_handle_t
58 int x_res,
64 x_res(x_res),
  /device/google/cuttlefish_common/guest/hals/hwcomposer/cutf_cvm/
base_composer.h 38 int32_t x_res();
74 int32_t x_res() { function in class:cvd::BaseComposer
75 return frame_buffer_.x_res();
base_composer.cpp 49 p_handle->x_res, p_handle->y_res, &buffer);
159 int32_t FrameBuffer::x_res() { return x_res_; } function in class:cvd::FrameBuffer
162 return cvd::AlignToPowerOf2(x_res() * bytes_per_pixel(), 4);
vsoc_composer.cpp 320 src_priv_handle->x_res, src_priv_handle->y_res,
334 src_priv_handle->x_res, src_priv_handle->y_res,
346 frame_buffer_.x_res(), frame_buffer_.y_res(),
372 int x_res = src_layer->displayFrame.right - src_layer->displayFrame.left; local
375 x_res *
379 x_res, y_res, local
381 x_res * frame_buffer_.bytes_per_pixel(), 4));
hwcomposer.cpp 150 layer.sourceCrop.right > p_handle->x_res ||
157 layer.sourceCrop.top, layer.sourceCrop.bottom, p_handle->x_res,
368 return pdev->composer->x_res();
  /external/freetype/src/cache/
ftcmanag.h 161 ( (a)->x_res == (b)->x_res && \
167 ( (q)->pixel ? 0 : ( (q)->x_res*33 ^ (q)->y_res*61 ) ) )
  /device/google/cuttlefish_common/common/vsoc/shm/
screen_layout.h 56 uint32_t x_res; member in struct:vsoc::layout::screen::ScreenLayout
  /external/u-boot/board/compulab/common/
omap3_display.c 147 static void set_preset(const struct panel_config preset, int x_res, int y_res)
150 set_resolution_params(x_res, y_res);
154 int x_res, int y_res)
156 set_preset(preset, x_res, y_res);
161 int x_res, int y_res)
163 set_preset(preset, x_res, y_res);
  /device/google/cuttlefish_common/guest/hals/gralloc/legacy/
gralloc_vsoc_priv.h 72 int x_res; member in struct:private_handle_t
86 private_handle_t(int fd, int size, int format, int x_res, int y_res,
92 x_res(x_res),
framebuffer.cpp 94 p_handle->x_res, p_handle->y_res, &buffer);
142 const_cast<uint32_t&>(dev->device.width) = screen_view->x_res();
mapper.cpp 122 formatToYcbcr(hnd->format, hnd->x_res, hnd->y_res, base, ycbcr);
  /device/google/cuttlefish_common/host/frontend/vnc_server/
vnc_utils.h 73 return vsoc::CuttlefishConfig::Get()->x_res();
screen_connector.cpp 117 screen_params[0] = config_->x_res();
  /device/google/cuttlefish_common/guest/commands/vsoc_input_service/
vsoc_input_service.cpp 74 new VirtualTouchScreen(screen_view->x_res(), screen_view->y_res()));
  /device/google/cuttlefish_common/guest/hals/hwcomposer/vsoc/
base_composer.cpp 76 p_handle->x_res, p_handle->y_res, &buffer);
vsoc_composer.cpp 322 src_priv_handle->x_res, src_priv_handle->y_res,
336 src_priv_handle->x_res, src_priv_handle->y_res,
349 screen_view->x_res(), screen_view->y_res(),
375 int x_res = src_layer->displayFrame.right - src_layer->displayFrame.left; local
378 x_res *
382 x_res, y_res, local
384 x_res * screen_view->bytes_per_pixel(), 16));
hwcomposer.cpp 158 layer.sourceCrop.right > p_handle->x_res ||
165 layer.sourceCrop.top, layer.sourceCrop.bottom, p_handle->x_res,
377 return screen_view->x_res();
  /device/google/cuttlefish_common/guest/hals/hwcomposer/vsoc-future/
hwcomposer.cpp 65 layer.sourceCrop.right > p_handle->x_res ||
72 layer.sourceCrop.top, layer.sourceCrop.bottom, p_handle->x_res,
257 return screen_view->x_res();
  /device/google/cuttlefish_common/host/libs/vm_manager/
crosvm_manager.cpp 102 config_->x_res(), ":", config_->y_res());
  /external/u-boot/arch/arm/mach-mvebu/include/mach/
cpu.h 161 int x_res; member in struct:mvebu_lcd_info
  /external/freetype/include/freetype/
ftcache.h 432 * x_res ::
450 FT_UInt x_res; member in struct:FTC_ScalerRec_
    [all...]
  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 75 int x_res() const;
76 void set_x_res(int x_res);
  /external/freetype/src/winfonts/
winfnt.c 800 FT_UShort x_res, y_res; local
808 x_res = font->header.horizontal_resolution;
809 if ( !x_res )
810 x_res = 72;
835 bsize->x_ppem = FT_MulDiv( bsize->size, x_res, 72 );
    [all...]

Completed in 398 milliseconds

1 2