Home
last modified time | relevance | path

Searched refs:PRCInputPatternParam (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.1.0/include/nitro/prc/
Dalgo_standard.h435 typedef PRCInputPatternParam_Standard PRCInputPatternParam; typedef
507 int maxPointCount, int maxStrokeCount, const PRCInputPatternParam *param) in PRC_InitInputPatternEx()
Dalgo_fine.h436 typedef PRCInputPatternParam_Fine PRCInputPatternParam; typedef
508 int maxPointCount, int maxStrokeCount, const PRCInputPatternParam *param) in PRC_InitInputPatternEx()
Dalgo_superfine.h440 typedef PRCInputPatternParam_Superfine PRCInputPatternParam; typedef
512 int maxPointCount, int maxStrokeCount, const PRCInputPatternParam *param) in PRC_InitInputPatternEx()
Dalgo_light.h433 typedef PRCInputPatternParam_Light PRCInputPatternParam; typedef
505 int maxPointCount, int maxStrokeCount, const PRCInputPatternParam *param) in PRC_InitInputPatternEx()
/TwlSDK-5.1.0/build/demos/prc/characterRecognition-1/src/
Dmain.c670 PRCInputPatternParam inputParam; in RecognizePattern()