Searched refs:centerToWindow (Results 1 – 1 of 1) sorted by relevance
1154 … auto centerToWindow = Offset((rect.Left() + rect.Right()) / 2, (rect.Top() + rect.Bottom()) / 2); in OnClick() local1156 info.SetGlobalLocation(centerToWindow); in OnClick()1164 … auto windowOffset = pipelineContext->GetCurrentWindowRect().GetOffset() + centerToWindow; in OnClick()