Lines Matching refs:protoDB
145 PRC_InitPrototypeDB_Fine(PRCPrototypeDB_Fine *protoDB, in PRC_InitPrototypeDB_Fine() argument
148 return PRC_InitPrototypeDB_Common(protoDB, buffer, prototypeList); in PRC_InitPrototypeDB_Fine()
171 PRC_InitPrototypeDBEx_Fine(PRCPrototypeDB_Fine *protoDB, in PRC_InitPrototypeDBEx_Fine() argument
177 return PRC_InitPrototypeDBEx_Common(protoDB, buffer, prototypeList, kindMask, in PRC_InitPrototypeDBEx_Fine()
262 const PRCPrototypeDB_Fine *protoDB,
279 int maxStrokeCount, const PRCPrototypeDB_Fine *protoDB) in PRC_GetRecognitionBufferSize_Fine() argument
281 return PRC_GetRecognitionBufferSizeEx_Fine(maxPointCount, maxStrokeCount, protoDB, NULL); in PRC_GetRecognitionBufferSize_Fine()
313 const PRCPrototypeDB_Fine *protoDB,
339 const PRCInputPattern_Fine *input, const PRCPrototypeDB_Fine *protoDB) in PRC_GetRecognizedEntries_Fine() argument
342 protoDB, PRC_KIND_ALL, NULL); in PRC_GetRecognizedEntries_Fine()
366 const PRCPrototypeDB_Fine *protoDB, in PRC_GetRecognizedEntryEx_Fine() argument
370 (void)PRC_GetRecognizedEntriesEx_Fine(resultEntry, &score, 1, buffer, input, protoDB, kindMask, in PRC_GetRecognizedEntryEx_Fine()
392 const PRCInputPattern_Fine *input, const PRCPrototypeDB_Fine *protoDB) in PRC_GetRecognizedEntry_Fine() argument
394 return PRC_GetRecognizedEntryEx_Fine(resultEntry, buffer, input, protoDB, PRC_KIND_ALL, NULL); in PRC_GetRecognizedEntry_Fine()
477 PRC_InitPrototypeDB(PRCPrototypeDB *protoDB, void *buffer, const PRCPrototypeList *prototypeList) in PRC_InitPrototypeDB() argument
479 return PRC_InitPrototypeDB_Fine(protoDB, buffer, prototypeList); in PRC_InitPrototypeDB()
483 PRC_InitPrototypeDBEx(PRCPrototypeDB *protoDB, in PRC_InitPrototypeDBEx() argument
488 return PRC_InitPrototypeDBEx_Fine(protoDB, buffer, prototypeList, kindMask, in PRC_InitPrototypeDBEx()
516 int maxStrokeCount, const PRCPrototypeDB_Fine *protoDB) in PRC_GetRecognitionBufferSize() argument
518 return PRC_GetRecognitionBufferSize_Fine(maxPointCount, maxStrokeCount, protoDB); in PRC_GetRecognitionBufferSize()
524 const PRCPrototypeDB_Fine *protoDB, in PRC_GetRecognitionBufferSizeEx() argument
527 return PRC_GetRecognitionBufferSizeEx_Fine(maxPointCount, maxStrokeCount, protoDB, param); in PRC_GetRecognitionBufferSizeEx()
532 void *buffer, const PRCInputPattern *input, const PRCPrototypeDB *protoDB) in PRC_GetRecognizedEntry() argument
534 return PRC_GetRecognizedEntry_Fine(resultEntry, buffer, input, protoDB); in PRC_GetRecognizedEntry()
541 const PRCPrototypeDB *protoDB, in PRC_GetRecognizedEntryEx() argument
544 return PRC_GetRecognizedEntryEx_Fine(resultEntry, buffer, input, protoDB, kindMask, param); in PRC_GetRecognizedEntryEx()
551 void *buffer, const PRCInputPattern *input, const PRCPrototypeDB *protoDB) in PRC_GetRecognizedEntries() argument
554 protoDB); in PRC_GetRecognizedEntries()
563 const PRCPrototypeDB *protoDB, in PRC_GetRecognizedEntriesEx() argument
567 protoDB, kindMask, param); in PRC_GetRecognizedEntriesEx()