Lines Matching refs:protoData
31 const PRCiPatternData_Common *protoData,
162 const PRCiPatternData_Common *protoData; in PRC_GetRecognizedEntriesEx_Superfine() local
169 protoData = &proto->data; in PRC_GetRecognizedEntriesEx_Superfine()
171 if (inputData->strokeCount != protoData->strokeCount) in PRC_GetRecognizedEntriesEx_Superfine()
184 PRCi_CalcStrokeDistance_Superfine(&score, &weight, inputData, protoData, in PRC_GetRecognizedEntriesEx_Superfine()
277 const PRCiPatternData_Common *protoData, in PRCi_CalcStrokeDistance_Superfine() argument
317 if (maxPointCount < protoData->pointCount) in PRCi_CalcStrokeDistance_Superfine()
318 maxPointCount = protoData->pointCount; in PRCi_CalcStrokeDistance_Superfine()
328 tmp = protoData->wholeBoundingBox.x2 - protoData->wholeBoundingBox.x1; in PRCi_CalcStrokeDistance_Superfine()
331 tmp = protoData->wholeBoundingBox.y2 - protoData->wholeBoundingBox.y1; in PRCi_CalcStrokeDistance_Superfine()
362 protoStrokeIndex = protoData->strokes[iStroke]; in PRCi_CalcStrokeDistance_Superfine()
364 protoSize = protoData->strokeSizes[iStroke]; in PRCi_CalcStrokeDistance_Superfine()
366 protoPoints = &protoData->pointArray[protoStrokeIndex]; in PRCi_CalcStrokeDistance_Superfine()
368 protoAngles = &protoData->lineSegmentAngleArray[protoStrokeIndex]; in PRCi_CalcStrokeDistance_Superfine()
370 protoRatios = &protoData->lineSegmentRatioToStrokeArray[protoStrokeIndex]; in PRCi_CalcStrokeDistance_Superfine()
372 protoLengths = &protoData->lineSegmentLengthArray[protoStrokeIndex]; in PRCi_CalcStrokeDistance_Superfine()
374 protoStrokeLength = protoData->strokeLengths[iStroke]; in PRCi_CalcStrokeDistance_Superfine()
376 protoStrokeRatio = protoData->strokeRatios[iStroke]; in PRCi_CalcStrokeDistance_Superfine()