Home
last modified time | relevance | path

Searched defs:osd_rect (Results 1 – 7 of 7) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/osd/modules/
H A Dosdhelper.h34 constexpr osd_rect() : m_x(0), m_y(0), m_d(0, 0) { } in osd_rect() function
35 constexpr osd_rect(int x, int y, int w, int h) : m_x(x), m_y(y), m_d(w, h) { } in osd_rect() function
36 constexpr osd_rect(int x, int y, const osd_dim &d) : m_x(x), m_y(y), m_d(d) { } in osd_rect() function
/dports/emulators/mame/mame-mame0226/src/osd/modules/
H A Dosdhelper.h34 constexpr osd_rect() : m_x(0), m_y(0), m_d(0, 0) { } in osd_rect() function
35 constexpr osd_rect(int x, int y, int w, int h) : m_x(x), m_y(y), m_d(w, h) { } in osd_rect() function
36 constexpr osd_rect(int x, int y, const osd_dim &d) : m_x(x), m_y(y), m_d(d) { } in osd_rect() function
/dports/multimedia/mpv/mpv-0.34.1/video/out/
H A Dvo_vdpau.c102 struct mp_osd_res osd_rect; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/pci/ivtv/
H A Divtv-driver.h753 struct v4l2_rect osd_rect; /* current OSD position and size */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/pci/ivtv/
H A Divtv-driver.h753 struct v4l2_rect osd_rect; /* current OSD position and size */ member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/pci/ivtv/
H A Divtv-driver.h753 struct v4l2_rect osd_rect; /* current OSD position and size */ member
/dports/multimedia/mpv/mpv-0.34.1/video/out/gpu/
H A Dvideo.c246 struct mp_osd_res osd_rect; // OSD size/margins member