Lines Matching refs:protoData

31                              const PRCiPatternData_Common *protoData,
156 const PRCiPatternData_Common *protoData; in PRC_GetRecognizedEntriesEx_Fine() local
163 protoData = &proto->data; in PRC_GetRecognizedEntriesEx_Fine()
165 if (inputData->strokeCount != protoData->strokeCount) in PRC_GetRecognizedEntriesEx_Fine()
178 PRCi_CalcStrokeDistance_Fine(&score, &weight, inputData, protoData, normalizeSize, in PRC_GetRecognizedEntriesEx_Fine()
248 const PRCiPatternData_Common *protoData, in PRCi_CalcStrokeDistance_Fine() argument
280 if (maxPointCount < protoData->pointCount) in PRCi_CalcStrokeDistance_Fine()
281 maxPointCount = protoData->pointCount; in PRCi_CalcStrokeDistance_Fine()
291 tmp = protoData->wholeBoundingBox.x2 - protoData->wholeBoundingBox.x1; in PRCi_CalcStrokeDistance_Fine()
294 tmp = protoData->wholeBoundingBox.y2 - protoData->wholeBoundingBox.y1; in PRCi_CalcStrokeDistance_Fine()
319 protoStrokeIndex = protoData->strokes[iStroke]; in PRCi_CalcStrokeDistance_Fine()
321 protoSize = protoData->strokeSizes[iStroke]; in PRCi_CalcStrokeDistance_Fine()
323 protoPoints = &protoData->pointArray[protoStrokeIndex]; in PRCi_CalcStrokeDistance_Fine()
325 protoAngles = &protoData->lineSegmentAngleArray[protoStrokeIndex]; in PRCi_CalcStrokeDistance_Fine()
327 protoRatios = &protoData->lineSegmentRatioToStrokeArray[protoStrokeIndex]; in PRCi_CalcStrokeDistance_Fine()
329 protoLengths = &protoData->lineSegmentLengthArray[protoStrokeIndex]; in PRCi_CalcStrokeDistance_Fine()
331 protoStrokeLength = protoData->strokeLengths[iStroke]; in PRCi_CalcStrokeDistance_Fine()