Lines Matching refs:protoDB

140 PRC_InitPrototypeDB_Standard(PRCPrototypeDB_Standard *protoDB,  in PRC_InitPrototypeDB_Standard()  argument
143 return PRC_InitPrototypeDB_Common(protoDB, buffer, prototypeList); in PRC_InitPrototypeDB_Standard()
166 PRC_InitPrototypeDBEx_Standard(PRCPrototypeDB_Standard *protoDB, in PRC_InitPrototypeDBEx_Standard() argument
173 return PRC_InitPrototypeDBEx_Common(protoDB, buffer, prototypeList, kindMask, in PRC_InitPrototypeDBEx_Standard()
258 const PRCPrototypeDB_Standard *protoDB,
275 int maxStrokeCount, const PRCPrototypeDB_Standard *protoDB) in PRC_GetRecognitionBufferSize_Standard() argument
277 return PRC_GetRecognitionBufferSizeEx_Standard(maxPointCount, maxStrokeCount, protoDB, NULL); in PRC_GetRecognitionBufferSize_Standard()
309 const PRCPrototypeDB_Standard *protoDB,
336 const PRCPrototypeDB_Standard *protoDB) in PRC_GetRecognizedEntries_Standard() argument
339 input, protoDB, PRC_KIND_ALL, NULL); in PRC_GetRecognizedEntries_Standard()
363 const PRCPrototypeDB_Standard *protoDB, in PRC_GetRecognizedEntryEx_Standard() argument
367 (void)PRC_GetRecognizedEntriesEx_Standard(resultEntry, &score, 1, buffer, input, protoDB, in PRC_GetRecognizedEntryEx_Standard()
390 const PRCPrototypeDB_Standard *protoDB) in PRC_GetRecognizedEntry_Standard() argument
392 return PRC_GetRecognizedEntryEx_Standard(resultEntry, buffer, input, protoDB, PRC_KIND_ALL, in PRC_GetRecognizedEntry_Standard()
476 PRC_InitPrototypeDB(PRCPrototypeDB *protoDB, void *buffer, const PRCPrototypeList *prototypeList) in PRC_InitPrototypeDB() argument
478 return PRC_InitPrototypeDB_Standard(protoDB, buffer, prototypeList); in PRC_InitPrototypeDB()
482 PRC_InitPrototypeDBEx(PRCPrototypeDB *protoDB, in PRC_InitPrototypeDBEx() argument
487 return PRC_InitPrototypeDBEx_Standard(protoDB, buffer, prototypeList, kindMask, in PRC_InitPrototypeDBEx()
515 int maxStrokeCount, const PRCPrototypeDB_Standard *protoDB) in PRC_GetRecognitionBufferSize() argument
517 return PRC_GetRecognitionBufferSize_Standard(maxPointCount, maxStrokeCount, protoDB); in PRC_GetRecognitionBufferSize()
523 const PRCPrototypeDB_Standard *protoDB, in PRC_GetRecognitionBufferSizeEx() argument
526 return PRC_GetRecognitionBufferSizeEx_Standard(maxPointCount, maxStrokeCount, protoDB, param); in PRC_GetRecognitionBufferSizeEx()
531 void *buffer, const PRCInputPattern *input, const PRCPrototypeDB *protoDB) in PRC_GetRecognizedEntry() argument
533 return PRC_GetRecognizedEntry_Standard(resultEntry, buffer, input, protoDB); in PRC_GetRecognizedEntry()
540 const PRCPrototypeDB *protoDB, in PRC_GetRecognizedEntryEx() argument
543 return PRC_GetRecognizedEntryEx_Standard(resultEntry, buffer, input, protoDB, kindMask, param); in PRC_GetRecognizedEntryEx()
550 void *buffer, const PRCInputPattern *input, const PRCPrototypeDB *protoDB) in PRC_GetRecognizedEntries() argument
553 protoDB); in PRC_GetRecognizedEntries()
562 const PRCPrototypeDB *protoDB, in PRC_GetRecognizedEntriesEx() argument
566 input, protoDB, kindMask, param); in PRC_GetRecognizedEntriesEx()