Searched refs:bottom_y (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/dvs/dvs_1.0/ |
H A D | ia_css_dvs.host.c | 74 unsigned int topleft_x, topleft_y, bottom_x, bottom_y, in convert_coords_to_ispparams() local 153 bottom_y = CEIL_DIV(ymax, 1 << DVS_COORD_FRAC_BITS); in convert_coords_to_ispparams() 154 s.in_block_height = bottom_y - topleft_y + dvs_interp_envelope; in convert_coords_to_ispparams()
|
/openbmc/linux/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_g2d.c | 178 unsigned int bottom_y; member 651 height = (int)buf_desc->bottom_y - (int)buf_desc->top_y; in g2d_check_buf_desc_is_valid() 661 last_pos = ((unsigned long)buf_desc->bottom_y - 1) * in g2d_check_buf_desc_is_valid() 1111 buf_desc->bottom_y = (value & 0x1fff0000) >> 16; in g2d_check_reg_offset()
|
/openbmc/u-boot/drivers/video/ |
H A D | stb_truetype.h | 2522 int x,y,bottom_y, i; in stbtt_BakeFontBitmap() local 2528 bottom_y = 1; in stbtt_BakeFontBitmap() 2540 y = bottom_y, x = 1; // advance to next row in stbtt_BakeFontBitmap() 2554 if (y+gh+1 > bottom_y) in stbtt_BakeFontBitmap() 2555 bottom_y = y+gh+1; in stbtt_BakeFontBitmap() 2557 return bottom_y; in stbtt_BakeFontBitmap() 2609 int x,y,bottom_y; member 2629 con->bottom_y = 0; in stbrp_init_target() 2640 con->y = con->bottom_y; in stbrp_pack_rects() 2648 if (con->y + rects[i].h > con->bottom_y) in stbrp_pack_rects() [all …]
|