Home
last modified time | relevance | path

Searched refs:desktopvertres (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavdevice/
H A Dgdigrab.c242 int desktopvertres; in gdigrab_read_header() local
296 desktopvertres = GetDeviceCaps(source_hdc, DESKTOPVERTRES); in gdigrab_read_header()
303 virtual_rect.top = virtual_rect.top * desktopvertres / vertres; in gdigrab_read_header()
304 virtual_rect.bottom = virtual_rect.bottom * desktopvertres / vertres; in gdigrab_read_header()
310 virtual_rect.bottom = (virtual_rect.top + GetSystemMetrics(SM_CYVIRTUALSCREEN)) * desktopvertres / vertres; in gdigrab_read_header()
476 int desktopvertres = GetDeviceCaps(gdigrab->source_hdc, DESKTOPVERTRES); in paint_mouse_pointer() local
504 pos.y = pos.y * desktopvertres / vertres; in paint_mouse_pointer()
512 pos.y = ci.ptScreenPos.y * desktopvertres / vertres - clip_rect.top - info.yHotspot; in paint_mouse_pointer()

Completed in 2 milliseconds