Home
last modified time | relevance | path

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

/trunk/main/chart2/qa/complex/chart2/
H A DTestCaseOldAPI.java293 int yDiff = 20; in testDiagram() local
296 aSetPos.Y = aOldPos.Y + yDiff; in testDiagram()
313 int yDiff = aOldSize.Height/2+2; in testDiagram() local
316 aSetSize.Height = aOldSize.Height - yDiff; in testDiagram()
459 int yDiff = 20; in testLegend() local
462 aSetPos.Y = aOldPos.Y + yDiff; in testLegend()
/trunk/main/embedserv/source/embed/
H A Dtracker.cxx373 int xDiff, yDiff; in TrackHandle() local
374 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()