Home
last modified time | relevance | path

Searched refs:get_width (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.patch26 - unsigned int get_width()
27 + int get_width()
/openbmc/qemu/hw/display/
H A Dsm501.c579 static inline int get_width(SM501State *s, int crt) in get_width() function
672 int w = get_width(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()
1726 int width = get_width(s, crt); in sm501_update_display()