Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavdevice/
H A Dgdigrab.c239 int horzres; in gdigrab_read_header() local
293 horzres = GetDeviceCaps(source_hdc, HORZRES); 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()
473 int horzres = GetDeviceCaps(gdigrab->source_hdc, HORZRES); 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 2 milliseconds