Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavdevice/
H A Dgdigrab.c241 int desktophorzres; in gdigrab_read_header() local
295 desktophorzres = GetDeviceCaps(source_hdc, DESKTOPHORZRES); in gdigrab_read_header()
301 virtual_rect.left = virtual_rect.left * desktophorzres / horzres; in gdigrab_read_header()
302 virtual_rect.right = virtual_rect.right * desktophorzres / horzres; in gdigrab_read_header()
309 virtual_rect.right = (virtual_rect.left + GetSystemMetrics(SM_CXVIRTUALSCREEN)) * desktophorzres / horzres; in gdigrab_read_header()
475 int desktophorzres = GetDeviceCaps(gdigrab->source_hdc, DESKTOPHORZRES); in paint_mouse_pointer() local
503 pos.x = pos.x * desktophorzres / horzres; in paint_mouse_pointer()
511 pos.x = ci.ptScreenPos.x * desktophorzres / horzres - clip_rect.left - info.xHotspot; in paint_mouse_pointer()

Completed in 1 milliseconds