Searched refs:PRCPoint (Results 1 – 12 of 12) sorted by relevance
| /TwlSDK-5.4/include/nitro/prc/ |
| D | types.h | 59 typedef struct PRCPoint struct 64 PRCPoint; typedef 82 PRCPoint *points; 111 const PRCPoint *pointArray;
|
| D | common.h | 129 static inline void PRC_InitStrokes(PRCStrokes *strokes, PRCPoint *points, u32 size) in PRC_InitStrokes() 224 static inline int PRC_IsPenUpMarker(const PRCPoint *point) in PRC_IsPenUpMarker() 241 static inline fx32 PRCi_CalcDistance(const PRCPoint *p1, const PRCPoint *p2) in PRCi_CalcDistance() 258 static inline u16 PRCi_CalcAngle(const PRCPoint *from, const PRCPoint *to) in PRCi_CalcAngle()
|
| D | algo_common.h | 90 const PRCPoint *pointArray; 112 PRCPoint *pointArray;
|
| /TwlSDK-5.4/build/libraries/prc/common/src/ |
| D | prc.c | 72 strokes->points = (PRCPoint *)&prototypeList->pointArray[entry->pointIndex]; in PRC_GetEntryStrokes() 97 PRCPoint *dstPoint; in PRC_CopyStrokes() 98 const PRCPoint *srcPoint; in PRC_CopyStrokes()
|
| D | prc_algo_standard.c | 24 static inline int CityBlockDistance(const PRCPoint *p1, const PRCPoint *p2) in CityBlockDistance() 35 static inline void GetMiddlePoint(PRCPoint *p, const PRCPoint *p1, const PRCPoint *p2) in GetMiddlePoint() 166 const PRCPoint *protoPoints; in PRC_GetRecognizedEntriesEx_Standard() 167 const PRCPoint *inputPoints; in PRC_GetRecognizedEntriesEx_Standard()
|
| D | prc_resample.c | 39 const PRCPoint *inputPoints; in PRCi_TerminateStrokes() 171 PRCPoint prevPoint; in PRC_ResampleStrokes_Distance() 172 PRCPoint *point; in PRC_ResampleStrokes_Distance() 293 PRCPoint *point; in PRC_ResampleStrokes_Angle() 296 PRCPoint prevPoint; in PRC_ResampleStrokes_Angle() 459 PRCPoint *inputPoints; in PRC_ResampleStrokes_Recursive()
|
| D | prc_algo_common.c | 490 addr += PRCi_ARRAY_SIZE(PRCPoint, pointCount,); in PRCi_GetInputPatternBufferSize_Common() 525 PRCi_ALLOC_ARRAY(WAInfo->pointArray, PRCPoint, pointCount, buffer, addr); in PRCi_SetPatternBufferInfo_Common() 584 PRCPoint *point; in PRCi_ExtractInputPattern_Common() 709 PRCPoint *dstPoint; in PRCi_ExtractInputPattern_Common() 710 PRCPoint prevPoint; in PRCi_ExtractInputPattern_Common() 711 PRCPoint *point; in PRCi_ExtractInputPattern_Common() 712 PRCPoint *inputPoints; in PRCi_ExtractInputPattern_Common() 718 dstPoint = (PRCPoint *)data->pointArray; in PRCi_ExtractInputPattern_Common() 873 PRCPoint prevPoint; in PRCi_CalcExtraValues_Common() 874 const PRCPoint *point; in PRCi_CalcExtraValues_Common() [all …]
|
| D | prc_algo_superfine.c | 234 static inline int CityBlockDistance(const PRCPoint *p1, const PRCPoint *p2) in CityBlockDistance() 246 GetMixedPoint(PRCPoint *p, const PRCPoint *p1, int w1, const PRCPoint *p2, int w2) in GetMixedPoint() 303 const PRCPoint *protoPoints; in PRCi_CalcStrokeDistance_Superfine() 304 const PRCPoint *inputPoints; in PRCi_CalcStrokeDistance_Superfine() 708 PRCPoint protoPoint; in PRCi_CalcStrokeDistance_Superfine() 748 PRCPoint inputPoint; in PRCi_CalcStrokeDistance_Superfine()
|
| D | prc_algo_fine.c | 229 static inline int CityBlockDistance(const PRCPoint *p1, const PRCPoint *p2) in CityBlockDistance() 267 const PRCPoint *protoPoints; in PRCi_CalcStrokeDistance_Fine() 268 const PRCPoint *inputPoints; in PRCi_CalcStrokeDistance_Fine()
|
| /TwlSDK-5.4/build/demos/prc/characterRecognition-1/src/ |
| D | main.c | 60 PRCPoint points[POINT_PER_INPUT_MAX]; 66 PRCPoint inputPatternPoints[POINT_AFTER_RESAMPLING_MAX]; 82 PRCPoint points[POINT_PER_INPUT_MAX]; in NitroMain() 490 PRCPoint prev; in DrawStrokes() 492 const PRCPoint *point; in DrawStrokes()
|
| /TwlSDK-5.4/build/demos/prc/characterRecognition-2/src/ |
| D | main.c | 82 PRCPoint points[POINT_PER_INPUT_MAX]; in NitroMain() 756 PRCPoint prev; in DrawStrokes() 758 const PRCPoint *point; in DrawStrokes() 820 const PRCPoint *point; in PrintStrokesAsEntryData()
|
| /TwlSDK-5.4/build/demos/prc/patterns/src/ |
| D | patterns.c | 10 PRCPoint PrototypeListPointArray[PDIC_WHOLE_POINT_NUM] =
|