Searched refs:yDiff (Results 1 – 2 of 2) sorted by relevance
317 int yDiff = 20; in testDiagram() local320 aSetPos.Y = aOldPos.Y + yDiff; in testDiagram()337 int yDiff = aOldSize.Height/2+2; in testDiagram() local340 aSetSize.Height = aOldSize.Height - yDiff; in testDiagram()483 int yDiff = 20; in testLegend() local486 aSetPos.Y = aOldPos.Y + yDiff; in testLegend()
373 int xDiff, yDiff; in TrackHandle() local374 GetModifyPointers(nHandle, &px, &py, &xDiff, &yDiff); in TrackHandle()376 yDiff = point.y - yDiff; in TrackHandle()413 *py = (int)(short)HIWORD(msg.lParam) - yDiff; in TrackHandle()
Completed in 12 milliseconds