Lines Matching refs:strokeCount
168 int strokeCount; in PRC_ResampleStrokes_Distance() local
182 strokeCount = 0; in PRC_ResampleStrokes_Distance()
235 strokeCount++; in PRC_ResampleStrokes_Distance()
236 if (strokeCount >= maxStrokeCount) in PRC_ResampleStrokes_Distance()
290 int strokeCount; in PRC_ResampleStrokes_Angle() local
305 strokeCount = 0; in PRC_ResampleStrokes_Angle()
400 strokeCount++; in PRC_ResampleStrokes_Angle()
401 if (strokeCount >= maxStrokeCount) in PRC_ResampleStrokes_Angle()
456 int strokeCount; in PRC_ResampleStrokes_Recursive() local
471 strokeCount = 0; in PRC_ResampleStrokes_Recursive()
479 if (selectedPointNum + 3 > maxPointCount || strokeCount > maxStrokeCount) in PRC_ResampleStrokes_Recursive()
522 …strokeCount++; // strokeCount is only counted for the sake of limiting it with max… in PRC_ResampleStrokes_Recursive()