Searched refs:PRCi_ABS (Results 1 – 3 of 3) sorted by relevance
144 #define PRCi_ABS(x) (((x)>=0)?(x):-(x)) macro202 length += PRCi_ABS(point->x - prevPoint.x) + PRCi_ABS(point->y - prevPoint.y); in PRC_ResampleStrokes_Distance()333 length = PRCi_ABS(point->x - prevPoint.x) + PRCi_ABS(point->y - prevPoint.y); in PRC_ResampleStrokes_Angle()348 if (PRCi_ABS((s16)(prevAngle - nextAngle)) >= threshold) in PRC_ResampleStrokes_Angle()366 if (PRCi_ABS((s16)(prevAngle - currAngle)) >= threshold) in PRC_ResampleStrokes_Angle()
240 #define PRCi_ABS(x) (((x)>=0)?(x):-(x)) macro242 #define PRCi_ANGLE_SCORE(input, proto) ((32768-PRCi_ABS((s16)(protoAngles[(proto)]-inputAngles[(inp…
267 #define PRCi_ABS(x) (((x)>=0)?(x):-(x)) macro