Lines Matching refs:protoDB

140 PRC_InitPrototypeDB_Light(PRCPrototypeDB_Light *protoDB,  in PRC_InitPrototypeDB_Light()  argument
143 return PRC_InitPrototypeDB_Common(protoDB, buffer, prototypeList); in PRC_InitPrototypeDB_Light()
166 PRC_InitPrototypeDBEx_Light(PRCPrototypeDB_Light *protoDB, in PRC_InitPrototypeDBEx_Light() argument
172 return PRC_InitPrototypeDBEx_Common(protoDB, buffer, prototypeList, kindMask, in PRC_InitPrototypeDBEx_Light()
257 const PRCPrototypeDB_Light *protoDB,
274 int maxStrokeCount, const PRCPrototypeDB_Light *protoDB) in PRC_GetRecognitionBufferSize_Light() argument
276 return PRC_GetRecognitionBufferSizeEx_Light(maxPointCount, maxStrokeCount, protoDB, NULL); in PRC_GetRecognitionBufferSize_Light()
308 const PRCPrototypeDB_Light *protoDB,
335 const PRCPrototypeDB_Light *protoDB) in PRC_GetRecognizedEntries_Light() argument
338 protoDB, PRC_KIND_ALL, NULL); in PRC_GetRecognizedEntries_Light()
362 const PRCPrototypeDB_Light *protoDB, in PRC_GetRecognizedEntryEx_Light() argument
366 (void)PRC_GetRecognizedEntriesEx_Light(resultEntry, &score, 1, buffer, input, protoDB, kindMask, in PRC_GetRecognizedEntryEx_Light()
389 const PRCPrototypeDB_Light *protoDB) in PRC_GetRecognizedEntry_Light() argument
391 return PRC_GetRecognizedEntryEx_Light(resultEntry, buffer, input, protoDB, PRC_KIND_ALL, NULL); in PRC_GetRecognizedEntry_Light()
474 PRC_InitPrototypeDB(PRCPrototypeDB *protoDB, void *buffer, const PRCPrototypeList *prototypeList) in PRC_InitPrototypeDB() argument
476 return PRC_InitPrototypeDB_Light(protoDB, buffer, prototypeList); in PRC_InitPrototypeDB()
480 PRC_InitPrototypeDBEx(PRCPrototypeDB *protoDB, in PRC_InitPrototypeDBEx() argument
485 return PRC_InitPrototypeDBEx_Light(protoDB, buffer, prototypeList, kindMask, in PRC_InitPrototypeDBEx()
513 int maxStrokeCount, const PRCPrototypeDB_Light *protoDB) in PRC_GetRecognitionBufferSize() argument
515 return PRC_GetRecognitionBufferSize_Light(maxPointCount, maxStrokeCount, protoDB); in PRC_GetRecognitionBufferSize()
521 const PRCPrototypeDB_Light *protoDB, in PRC_GetRecognitionBufferSizeEx() argument
524 return PRC_GetRecognitionBufferSizeEx_Light(maxPointCount, maxStrokeCount, protoDB, param); in PRC_GetRecognitionBufferSizeEx()
529 void *buffer, const PRCInputPattern *input, const PRCPrototypeDB *protoDB) in PRC_GetRecognizedEntry() argument
531 return PRC_GetRecognizedEntry_Light(resultEntry, buffer, input, protoDB); in PRC_GetRecognizedEntry()
538 const PRCPrototypeDB *protoDB, in PRC_GetRecognizedEntryEx() argument
541 return PRC_GetRecognizedEntryEx_Light(resultEntry, buffer, input, protoDB, kindMask, param); in PRC_GetRecognizedEntryEx()
548 void *buffer, const PRCInputPattern *input, const PRCPrototypeDB *protoDB) in PRC_GetRecognizedEntries() argument
551 protoDB); in PRC_GetRecognizedEntries()
560 const PRCPrototypeDB *protoDB, in PRC_GetRecognizedEntriesEx() argument
564 protoDB, kindMask, param); in PRC_GetRecognizedEntriesEx()