Home
last modified time | relevance | path

Searched refs:GivenTop (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11screencapture.cpp1323 INT GivenTop = PtrInfo->Position.y; in ProcessMonoMask() local
1337 if (GivenTop < 0) { in ProcessMonoMask()
1338 *PtrHeight = GivenTop + static_cast<INT>(PtrInfo->shape_info.Height); in ProcessMonoMask()
1339 } else if ((GivenTop + static_cast<INT>(PtrInfo->shape_info.Height)) > DesktopHeight) { in ProcessMonoMask()
1340 *PtrHeight = DesktopHeight - GivenTop; in ProcessMonoMask()
1349 *PtrTop = (GivenTop < 0) ? 0 : GivenTop; in ProcessMonoMask()
1401 UINT SkipY = (GivenTop < 0) ? (-1 * GivenTop) : (0); in ProcessMonoMask()