Home
last modified time | relevance | path

Searched refs:get_height (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-matplotlib/
H A D0001-Change-types-for-width-height-to-match-definitions-i.patch32 - unsigned int get_height()
33 + int get_height()
/openbmc/qemu/hw/display/
H A Dsm501.c585 static inline int get_height(SM501State *s, int crt) in get_height() function
673 int h = get_height(s, crt); in hwc_invalidate()
702 int fb_len = get_width(s, crt) * get_height(s, crt) * get_bpp(s, crt); in sm501_2d_operation()
1727 int height = get_height(s, crt); in sm501_update_display()