Searched refs:angleScores (Results 1 – 2 of 2) sorted by relevance
256 #define angleScores_(x,y) (*(angleScores + (x) * (maxPointCount+1) + (y))) in PRCi_CalcStrokeDistance_Fine()263 int *angleScores; //[STROKE_PACKED_POINT_MAX+1][STROKE_PACKED_POINT_MAX+1]; in PRCi_CalcStrokeDistance_Fine() local315 PRCi_ALLOC_ARRAY(angleScores, in PRCi_CalcStrokeDistance_Fine()
285 #define angleScores_(x,y) (*(angleScores + (x) * (maxPointCount+1) + (y))) in PRCi_CalcStrokeDistance_Superfine()292 int *angleScores; //[STROKE_PACKED_POINT_MAX+1][STROKE_PACKED_POINT_MAX+1]; in PRCi_CalcStrokeDistance_Superfine() local352 PRCi_ALLOC_ARRAY(angleScores, in PRCi_CalcStrokeDistance_Superfine()