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

1 2

  /device/google/cuttlefish_common/host/commands/launch/
screen_region_handler.cc 33 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;
  /external/freetype/src/cache/
ftcmanag.h 161 (a)->y_res == (b)->y_res ) ) )
166 ( (q)->pixel ? 0 : ( (q)->x_res*33 ^ (q)->y_res*61 ) ) )
ftcbasic.c 327 query.attrs.scaler.y_res = 0;
525 query.attrs.scaler.y_res = 0;
  /device/google/cuttlefish_common/common/vsoc/shm/
screen_layout.h 57 uint32_t y_res; member in struct:vsoc::layout::screen::ScreenLayout
  /external/autotest/tko/
plotgraph 53 $y_res = 900;
61 print GNUPLOT "set terminal png size $x_res,$y_res\n";
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_display_null.h 91 void SetResolution(uint32_t x_res, uint32_t y_res) {
93 y_res_ = y_res;
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_display_null.h 91 void SetResolution(uint32_t x_res, uint32_t y_res) {
93 y_res_ = y_res;
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display_null.h 91 void SetResolution(uint32_t x_res, uint32_t y_res) {
93 y_res_ = y_res;
  /device/google/cuttlefish_common/guest/hals/gralloc/legacy/
gralloc_vsoc_priv.h 72 int y_res; member in struct:private_handle_t
85 private_handle_t(int fd, int size, int format, int x_res, int y_res,
92 y_res(y_res),
framebuffer.cpp 95 p_handle->x_res, p_handle->y_res, &buffer);
144 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);
region_registry.cpp 140 hnd->x_res, hnd->y_res);
  /device/google/cuttlefish_common/host/frontend/vnc_server/
vnc_utils.h 80 ->y_res();
  /device/google/cuttlefish_common/host/libs/config/
cuttlefish_config.h 69 int y_res() const;
70 void set_y_res(int y_res);
cuttlefish_config.cpp 74 const char* kYRes = "y_res";
141 int CuttlefishConfig::y_res() const { return (*dictionary_)[kYRes].asInt(); } function in class:vsoc::CuttlefishConfig
142 void CuttlefishConfig::set_y_res(int y_res) { (*dictionary_)[kYRes] = 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/legacy/
base_composer.cpp 76 p_handle->x_res, p_handle->y_res, &buffer);
vsoc_composer.cpp 323 src_priv_handle->x_res, src_priv_handle->y_res,
337 src_priv_handle->x_res, src_priv_handle->y_res,
350 screen_view->x_res(), screen_view->y_res(),
377 int y_res = src_layer->displayFrame.bottom - src_layer->displayFrame.top; local
380 ScreenRegionView::align(y_res * screen_view->bytes_per_pixel(), 16);
383 x_res, y_res, local
hwcomposer.cpp 161 layer.sourceCrop.bottom > p_handle->y_res) {
168 p_handle->y_res);
440 return screen_view->y_res();
  /device/google/cuttlefish_common/guest/hals/hwcomposer/
hwcomposer.cpp 66 layer.sourceCrop.bottom > p_handle->y_res) {
73 p_handle->y_res);
259 return screen_view->y_res();
  /external/freetype/include/freetype/
ftcache.h 418 /* y_res :: Only used when `pixel' is value~0 to indicate the */
432 FT_UInt y_res; member in struct:FTC_ScalerRec_
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftcache.h 418 /* y_res :: Only used when `pixel' is value~0 to indicate the */
432 FT_UInt y_res; member in struct:FTC_ScalerRec_
    [all...]
  /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 436 milliseconds

1 2