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

1 2

  /device/google/cuttlefish_common/host/commands/launch/
screen_region_handler.cc 32 dest->y_res = config.y_res();
  /device/google/cuttlefish_common/guest/hals/gralloc/
gralloc_vsoc_priv.h 40 int y_res; member in struct:vsoc_buffer_handle_t
59 int y_res,
65 y_res(y_res),
  /device/google/cuttlefish_common/common/vsoc/lib/
screen_region_view.h 43 int y_res() const { return data().y_res; } function in class:vsoc::screen::ScreenRegionView
60 return (align(x_res() * bytes_per_pixel()) * y_res()) + kSwiftShaderPadding;
  /device/google/cuttlefish_common/guest/hals/hwcomposer/cutf_cvm/
base_composer.h 39 int32_t y_res();
77 int32_t y_res() { function in class:cvd::BaseComposer
78 return frame_buffer_.y_res();
base_composer.cpp 49 p_handle->x_res, p_handle->y_res, &buffer);
157 return (line_length() * y_res()) + 4;
160 int32_t FrameBuffer::y_res() { return y_res_; } function in class:cvd::FrameBuffer
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(),
373 int y_res = src_layer->displayFrame.bottom - src_layer->displayFrame.top; local
376 cvd::AlignToPowerOf2(y_res * frame_buffer_.bytes_per_pixel(), 4);
379 x_res, y_res, local
hwcomposer.cpp 151 layer.sourceCrop.bottom > p_handle->y_res) {
158 p_handle->y_res);
370 return pdev->composer->y_res();
  /external/freetype/src/cache/
ftcmanag.h 162 (a)->y_res == (b)->y_res ) ) )
167 ( (q)->pixel ? 0 : ( (q)->x_res*33 ^ (q)->y_res*61 ) ) )
  /device/google/cuttlefish_common/common/vsoc/shm/
screen_layout.h 57 uint32_t y_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 73 int y_res; member in struct:private_handle_t
86 private_handle_t(int fd, int size, int format, int x_res, int y_res,
93 y_res(y_res),
framebuffer.cpp 94 p_handle->x_res, p_handle->y_res, &buffer);
143 const_cast<uint32_t&>(dev->device.height) = screen_view->y_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 83 return vsoc::CuttlefishConfig::Get()->y_res();
screen_connector.cpp 118 screen_params[1] = config_->y_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(),
376 int y_res = src_layer->displayFrame.bottom - src_layer->displayFrame.top; local
379 ScreenRegionView::align(y_res * screen_view->bytes_per_pixel(), 16);
382 x_res, y_res, local
hwcomposer.cpp 159 layer.sourceCrop.bottom > p_handle->y_res) {
166 p_handle->y_res);
379 return screen_view->y_res();
  /device/google/cuttlefish_common/guest/hals/hwcomposer/vsoc-future/
hwcomposer.cpp 66 layer.sourceCrop.bottom > p_handle->y_res) {
73 p_handle->y_res);
259 return screen_view->y_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 162 int y_res; member in struct:mvebu_lcd_info
  /external/freetype/include/freetype/
ftcache.h 436 * y_res ::
451 FT_UInt y_res; member in struct:FTC_ScalerRec_
    [all...]
  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 78 int y_res() const;
79 void set_y_res(int y_res);
  /external/freetype/src/winfonts/
winfnt.c 800 FT_UShort x_res, y_res; local
812 y_res = font->header.vertical_resolution;
813 if ( !y_res )
814 y_res = 72;
816 bsize->y_ppem = FT_MulDiv( bsize->size, y_res, 72 );
832 bsize->size = FT_MulDiv( bsize->y_ppem, 72, y_res );
    [all...]

Completed in 596 milliseconds

1 2