| /TwlSDK-5.2.1/include/nitro/prc/ |
| D | common.h | 129 static inline void PRC_InitStrokes(PRCStrokes *strokes, PRCPoint *points, u32 size) in PRC_InitStrokes() 147 static inline void PRC_AppendPoint(PRCStrokes *strokes, int x, int y) in PRC_AppendPoint() 165 static inline void PRC_AppendPenUpMarker(PRCStrokes *strokes) in PRC_AppendPenUpMarker() 179 static inline void PRC_Clear(PRCStrokes *strokes) in PRC_Clear() 194 static inline BOOL PRC_IsFull(const PRCStrokes *strokes) in PRC_IsFull() 209 static inline BOOL PRC_IsEmpty(const PRCStrokes *strokes) in PRC_IsEmpty()
|
| D | algo_superfine.h | 215 const PRCStrokes *strokes, int maxPointCount, int maxStrokeCount) in PRC_InitInputPattern_Superfine() 237 const PRCStrokes *strokes, in PRC_InitInputPatternEx_Superfine() 413 PRC_GetInputPatternStrokes_Superfine(PRCStrokes *strokes, const PRCInputPattern_Superfine *input) in PRC_GetInputPatternStrokes_Superfine() 503 void *buffer, const PRCStrokes *strokes, int maxPointCount, int maxStrokeCount) in PRC_InitInputPattern() 511 const PRCStrokes *strokes, in PRC_InitInputPatternEx() 574 static inline void PRC_GetInputPatternStrokes(PRCStrokes *strokes, const PRCInputPattern *input) in PRC_GetInputPatternStrokes()
|
| D | algo_light.h | 209 const PRCStrokes *strokes, int maxPointCount, int maxStrokeCount) in PRC_InitInputPattern_Light() 231 const PRCStrokes *strokes, in PRC_InitInputPatternEx_Light() 406 PRC_GetInputPatternStrokes_Light(PRCStrokes *strokes, const PRCInputPattern_Light *input) in PRC_GetInputPatternStrokes_Light() 496 void *buffer, const PRCStrokes *strokes, int maxPointCount, int maxStrokeCount) in PRC_InitInputPattern() 504 const PRCStrokes *strokes, in PRC_InitInputPatternEx() 567 static inline void PRC_GetInputPatternStrokes(PRCStrokes *strokes, const PRCInputPattern *input) in PRC_GetInputPatternStrokes()
|
| D | algo_fine.h | 214 const PRCStrokes *strokes, int maxPointCount, int maxStrokeCount) in PRC_InitInputPattern_Fine() 236 const PRCStrokes *strokes, in PRC_InitInputPatternEx_Fine() 409 PRC_GetInputPatternStrokes_Fine(PRCStrokes *strokes, const PRCInputPattern_Fine *input) in PRC_GetInputPatternStrokes_Fine() 499 void *buffer, const PRCStrokes *strokes, int maxPointCount, int maxStrokeCount) in PRC_InitInputPattern() 507 const PRCStrokes *strokes, in PRC_InitInputPatternEx() 570 static inline void PRC_GetInputPatternStrokes(PRCStrokes *strokes, const PRCInputPattern *input) in PRC_GetInputPatternStrokes()
|
| D | algo_standard.h | 210 const PRCStrokes *strokes, int maxPointCount, int maxStrokeCount) in PRC_InitInputPattern_Standard() 232 const PRCStrokes *strokes, in PRC_InitInputPatternEx_Standard() 408 PRC_GetInputPatternStrokes_Standard(PRCStrokes *strokes, const PRCInputPattern_Standard *input) in PRC_GetInputPatternStrokes_Standard() 498 void *buffer, const PRCStrokes *strokes, int maxPointCount, int maxStrokeCount) in PRC_InitInputPattern() 506 const PRCStrokes *strokes, in PRC_InitInputPatternEx() 569 static inline void PRC_GetInputPatternStrokes(PRCStrokes *strokes, const PRCInputPattern *input) in PRC_GetInputPatternStrokes()
|
| D | algo_common.h | 91 int *strokes; member 113 int *strokes; member 360 const PRCStrokes *strokes, int maxPointCount, int maxStrokeCount) in PRC_InitInputPattern_Common()
|
| /TwlSDK-5.2.1/build/libraries/prc/common/src/ |
| D | prc_resample.c | 36 int *pSelectedPointNum, int maxPointCount, const PRCStrokes *strokes) in PRCi_TerminateStrokes() 106 int maxStrokeCount, const PRCStrokes *strokes, int threshold, void *buffer) in PRC_ResampleStrokes_None() 165 const PRCStrokes *strokes, int threshold, void *buffer) in PRC_ResampleStrokes_Distance() 286 const PRCStrokes *strokes, int threshold, void *buffer) in PRC_ResampleStrokes_Angle() 451 const PRCStrokes *strokes, int threshold, void *buffer) in PRC_ResampleStrokes_Recursive()
|
| D | prc.c | 67 PRC_GetEntryStrokes(PRCStrokes *strokes, in PRC_GetEntryStrokes()
|
| D | prc_algo_common.c | 205 const PRCStrokes *strokes, in PRC_InitInputPatternEx_Common() 250 void PRC_GetInputPatternStrokes_Common(PRCStrokes *strokes, const PRCInputPattern_Common *input) in PRC_GetInputPatternStrokes_Common() 552 const PRCStrokes *strokes, in PRCi_ExtractInputPattern_Common() 1072 void PRCi_GetPatternStrokes_Common(PRCStrokes *strokes, const PRCiPatternData_Common *data) in PRCi_GetPatternStrokes_Common()
|
| /TwlSDK-5.2.1/build/demos/prc/characterRecognition-2/src/ |
| D | main.c | 83 PRCStrokes strokes; in NitroMain() local 753 void DrawStrokes(const PRCStrokes *strokes, int sx, int sy) in DrawStrokes() 815 void PrintStrokesAsEntryData(const PRCStrokes *strokes, in PrintStrokesAsEntryData()
|
| /TwlSDK-5.2.1/build/demos/prc/characterRecognition-1/src/ |
| D | main.c | 59 PRCStrokes strokes; member 83 PRCStrokes strokes; in NitroMain() local 487 void DrawStrokes(const PRCStrokes *strokes, int sx, int sy) in DrawStrokes()
|