Searched refs:offsetToTarFrame (Results 1 – 1 of 1) sorted by relevance
169 auto offsetToTarFrame = curFrameOffsetToWindow - parentFrameOffsetToWindow; in GetMoveOffset() local178 …rameOffsetToWindow.ToString().c_str(), parentFrameSize.ToString().c_str(), offsetToTarFrame.GetX(), in GetMoveOffset()179 offsetToTarFrame.GetY()); in GetMoveOffset()181 float diffToTarFrame = isVertical ? offsetToTarFrame.GetY() : offsetToTarFrame.GetX(); in GetMoveOffset()