Home
last modified time | relevance | path

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

/trunk/main/chart2/qa/
H A DTestCaseOldAPI.java317 int yDiff = 20; in testDiagram() local
320 aSetPos.Y = aOldPos.Y + yDiff; in testDiagram()
337 int yDiff = aOldSize.Height/2+2; in testDiagram() local
340 aSetSize.Height = aOldSize.Height - yDiff; in testDiagram()
483 int yDiff = 20; in testLegend() local
486 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()

Completed in 28 milliseconds