Searched refs:last_x (Results 1 – 5 of 5) sorted by relevance
366 var last_x = 0, last_y = 0;387 last_x = x;391 pending = pending + "d " + color + " " + last_x + " " + last_y +401 last_x = x;
580 const int last_x = (first_x + maxX < numX ? first_x + maxX : numX) - 1;581 const int num_x_input = last_x - first_x + GetKernelSize<StaticKernelSize>()(kernelSize);582 const int num_x_output = last_x - first_x + 1;629 const int last_x = (first_x + maxX < numX ? first_x + maxX : numX) - 1;630 const int num_x_input = last_x - first_x + GetKernelSize<StaticKernelSizeX>()(kernelSizeX);631 const int num_x_output = last_x - first_x + 1;698 const int last_x = (first_x + maxX < numX ? first_x + maxX : numX) - 1;699 const int num_x_input = last_x - first_x + kernelSizeX;728 const int num_x_output = last_x - first_x + 1;
544 FT_Int last_x = 0; in store_points() local560 FT_Int dx = point.x - last_x; in store_points()605 last_x = point.x; in store_points()626 last_x = 0; in store_points()631 FT_Int dx = points[i].x - last_x; in store_points()646 last_x += dx; in store_points()
1218 const char* last_x = strrchr(test_case, 'x'); in TEST() local1221 last_x == nullptr ? 0 : (last_x - test_case + 1)); in TEST()