Home
last modified time | relevance | path

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

/reactos/base/applications/taskmgr/
H A Dperfpage.c47 static int lastX, lastY; variable
245 nXDifference += lastX; in PerformancePageWndProc()
247 lastX = lastY = 0; in PerformancePageWndProc()
253 lastX++; in PerformancePageWndProc()
258 lastX--; in PerformancePageWndProc()
/reactos/sdk/lib/3rdparty/freetype/src/raster/
H A Dftraster.c501 Long lastX, lastY; member
1422 if ( Line_Up( RAS_VARS ras.lastX, ras.lastY, in Line_To()
1428 if ( Line_Down( RAS_VARS ras.lastX, ras.lastY, in Line_To()
1437 ras.lastX = x; in Line_To()
1478 ras.arc[2].x = ras.lastX; in Conic_To()
1551 ras.lastX = x3; in Conic_To()
1601 ras.arc[3].x = ras.lastX; in Cubic_To()
1687 ras.lastX = x4; in Cubic_To()
1799 ras.lastX = v_start.x; in Decompose_Curve()