Home
last modified time | relevance | path

Searched defs:strokes (Results 1 – 11 of 11) sorted by relevance

/TwlSDK-5.3.1/include/nitro/prc/
Dcommon.h129 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()
Dalgo_superfine.h215 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()
Dalgo_fine.h214 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()
Dalgo_light.h209 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()
Dalgo_standard.h210 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()
Dalgo_common.h91 int *strokes; member
113 int *strokes; member
360 const PRCStrokes *strokes, int maxPointCount, int maxStrokeCount) in PRC_InitInputPattern_Common()
/TwlSDK-5.3.1/build/libraries/prc/common/src/
Dprc_resample.c36 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()
Dprc.c67 PRC_GetEntryStrokes(PRCStrokes *strokes, in PRC_GetEntryStrokes()
Dprc_algo_common.c205 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.3.1/build/demos/prc/characterRecognition-2/src/
Dmain.c83 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.3.1/build/demos/prc/characterRecognition-1/src/
Dmain.c59 PRCStrokes strokes; member
83 PRCStrokes strokes; in NitroMain() local
487 void DrawStrokes(const PRCStrokes *strokes, int sx, int sy) in DrawStrokes()