Lines Matching refs:protoDB

145 PRC_InitPrototypeDB_Superfine(PRCPrototypeDB_Superfine *protoDB,  in PRC_InitPrototypeDB_Superfine()  argument
148 return PRC_InitPrototypeDB_Common(protoDB, buffer, prototypeList); in PRC_InitPrototypeDB_Superfine()
171 PRC_InitPrototypeDBEx_Superfine(PRCPrototypeDB_Superfine *protoDB, in PRC_InitPrototypeDBEx_Superfine() argument
178 return PRC_InitPrototypeDBEx_Common(protoDB, buffer, prototypeList, kindMask, in PRC_InitPrototypeDBEx_Superfine()
263 const PRCPrototypeDB_Superfine *protoDB,
280 int maxStrokeCount, const PRCPrototypeDB_Superfine *protoDB) in PRC_GetRecognitionBufferSize_Superfine() argument
282 return PRC_GetRecognitionBufferSizeEx_Superfine(maxPointCount, maxStrokeCount, protoDB, NULL); in PRC_GetRecognitionBufferSize_Superfine()
314 const PRCPrototypeDB_Superfine *protoDB,
341 const PRCPrototypeDB_Superfine *protoDB) in PRC_GetRecognizedEntries_Superfine() argument
344 input, protoDB, PRC_KIND_ALL, NULL); in PRC_GetRecognizedEntries_Superfine()
368 const PRCPrototypeDB_Superfine *protoDB, in PRC_GetRecognizedEntryEx_Superfine() argument
372 (void)PRC_GetRecognizedEntriesEx_Superfine(resultEntry, &score, 1, buffer, input, protoDB, in PRC_GetRecognizedEntryEx_Superfine()
395 const PRCPrototypeDB_Superfine *protoDB) in PRC_GetRecognizedEntry_Superfine() argument
397 return PRC_GetRecognizedEntryEx_Superfine(resultEntry, buffer, input, protoDB, PRC_KIND_ALL, in PRC_GetRecognizedEntry_Superfine()
481 PRC_InitPrototypeDB(PRCPrototypeDB *protoDB, void *buffer, const PRCPrototypeList *prototypeList) in PRC_InitPrototypeDB() argument
483 return PRC_InitPrototypeDB_Superfine(protoDB, buffer, prototypeList); in PRC_InitPrototypeDB()
487 PRC_InitPrototypeDBEx(PRCPrototypeDB *protoDB, in PRC_InitPrototypeDBEx() argument
492 return PRC_InitPrototypeDBEx_Superfine(protoDB, buffer, prototypeList, kindMask, in PRC_InitPrototypeDBEx()
520 int maxStrokeCount, const PRCPrototypeDB_Superfine *protoDB) in PRC_GetRecognitionBufferSize() argument
522 return PRC_GetRecognitionBufferSize_Superfine(maxPointCount, maxStrokeCount, protoDB); in PRC_GetRecognitionBufferSize()
528 const PRCPrototypeDB_Superfine *protoDB, in PRC_GetRecognitionBufferSizeEx() argument
531 return PRC_GetRecognitionBufferSizeEx_Superfine(maxPointCount, maxStrokeCount, protoDB, param); in PRC_GetRecognitionBufferSizeEx()
536 void *buffer, const PRCInputPattern *input, const PRCPrototypeDB *protoDB) in PRC_GetRecognizedEntry() argument
538 return PRC_GetRecognizedEntry_Superfine(resultEntry, buffer, input, protoDB); in PRC_GetRecognizedEntry()
545 const PRCPrototypeDB *protoDB, in PRC_GetRecognizedEntryEx() argument
548 return PRC_GetRecognizedEntryEx_Superfine(resultEntry, buffer, input, protoDB, kindMask, param); in PRC_GetRecognizedEntryEx()
555 void *buffer, const PRCInputPattern *input, const PRCPrototypeDB *protoDB) in PRC_GetRecognizedEntries() argument
558 input, protoDB); in PRC_GetRecognizedEntries()
567 const PRCPrototypeDB *protoDB, in PRC_GetRecognizedEntriesEx() argument
571 input, protoDB, kindMask, param); in PRC_GetRecognizedEntriesEx()