Lines Matching refs:inputPoints
39 const PRCPoint *inputPoints; in PRCi_TerminateStrokes() local
41 inputPoints = strokes->points; in PRCi_TerminateStrokes()
48 if (!PRC_IsPenUpMarker(&inputPoints[selectedPoints[selectedPointNum - 1]])) in PRCi_TerminateStrokes()
51 if (!PRC_IsPenUpMarker(&inputPoints[selectedPoints[selectedPointNum - 2]])) in PRCi_TerminateStrokes()
64 && !PRC_IsPenUpMarker(&inputPoints[selectedPoints[selectedPointNum - 3]])) in PRCi_TerminateStrokes()
459 PRCPoint *inputPoints; in PRC_ResampleStrokes_Recursive() local
474 inputPoints = strokes->points; in PRC_ResampleStrokes_Recursive()
488 while (endIndex < size && PRC_IsPenUpMarker(&inputPoints[endIndex])) in PRC_ResampleStrokes_Recursive()
501 while (endIndex < size && !PRC_IsPenUpMarker(&inputPoints[endIndex])) in PRC_ResampleStrokes_Recursive()
560 x1 = inputPoints[p1].x; // Starting point in PRC_ResampleStrokes_Recursive()
561 y1 = inputPoints[p1].y; in PRC_ResampleStrokes_Recursive()
562 x2 = inputPoints[p2].x; // End point in PRC_ResampleStrokes_Recursive()
563 y2 = inputPoints[p2].y; in PRC_ResampleStrokes_Recursive()
576 x = inputPoints[i].x; in PRC_ResampleStrokes_Recursive()
577 y = inputPoints[i].y; in PRC_ResampleStrokes_Recursive()