Lines Matching defs:AggregatedStrokeMetrics
116 struct AggregatedStrokeMetrics { struct
118 float alongTrajectoryErrorSum = 0;
119 float alongTrajectorySumSquaredErrors = 0;
120 float offTrajectorySumSquaredErrors = 0;
121 float pressureSumSquaredErrors = 0;
122 size_t generalErrorsCount = 0;
125 float highVelocityAlongTrajectorySse = 0;
126 float highVelocityOffTrajectorySse = 0;
127 size_t highVelocityErrorsCount = 0;
130 float scaleInvariantAlongTrajectorySse = 0;
131 float scaleInvariantOffTrajectorySse = 0;
132 size_t scaleInvariantErrorsCount = 0;