HomeSort by relevance Sort by last modified time
    Searched defs:y_res (Results 1 - 14 of 14) sorted by null

  /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/common/vsoc/shm/
screen_layout.h 57 uint32_t y_res; member in struct:vsoc::layout::screen::ScreenLayout
  /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),
  /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...]
  /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),
  /device/google/cuttlefish_common/guest/hals/hwcomposer/legacy/
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
  /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...]
  /device/google/cuttlefish_common/host/libs/config/
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; }
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_session.cpp 1602 uint32_t x_res, y_res; local
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_session.cpp 1602 uint32_t x_res, y_res; local
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_session.cpp 1464 uint32_t x_res, y_res; local
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_session.cpp 1514 uint32_t x_res, y_res; local
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_session.cpp 1563 uint32_t x_res, y_res; local
    [all...]

Completed in 1192 milliseconds