Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11screencapture.cpp1048 RECT DestDirty = *Dirty; in SetDirtyVert() local
1054 DestDirty.left = Width - Dirty->bottom; in SetDirtyVert()
1055 DestDirty.top = Dirty->left; in SetDirtyVert()
1056 DestDirty.right = Width - Dirty->top; in SetDirtyVert()
1057 DestDirty.bottom = Dirty->right; in SetDirtyVert()
1073 DestDirty.left = Width - Dirty->right; in SetDirtyVert()
1074 DestDirty.top = Height - Dirty->bottom; in SetDirtyVert()
1075 DestDirty.right = Width - Dirty->left; in SetDirtyVert()
1076 DestDirty.bottom = Height - Dirty->top; in SetDirtyVert()
1092 DestDirty.left = Dirty->top; in SetDirtyVert()
[all …]