Lines Matching refs:buffer
141 void *buffer, const PRCPrototypeList *prototypeList) in PRC_InitPrototypeDB_Standard() argument
143 return PRC_InitPrototypeDB_Common(protoDB, buffer, prototypeList); in PRC_InitPrototypeDB_Standard()
167 void *buffer, in PRC_InitPrototypeDBEx_Standard() argument
173 return PRC_InitPrototypeDBEx_Common(protoDB, buffer, prototypeList, kindMask, in PRC_InitPrototypeDBEx_Standard()
209 void *buffer, in PRC_InitInputPattern_Standard() argument
212 return PRC_InitInputPattern_Common(pattern, buffer, strokes, maxPointCount, maxStrokeCount); in PRC_InitInputPattern_Standard()
231 void *buffer, in PRC_InitInputPatternEx_Standard() argument
236 return PRC_InitInputPatternEx_Common(pattern, buffer, strokes, maxPointCount, maxStrokeCount, in PRC_InitInputPatternEx_Standard()
307 void *buffer,
334 void *buffer, in PRC_GetRecognizedEntries_Standard() argument
338 return PRC_GetRecognizedEntriesEx_Standard(resultEntries, resultScores, numRanking, buffer, in PRC_GetRecognizedEntries_Standard()
361 void *buffer, in PRC_GetRecognizedEntryEx_Standard() argument
367 (void)PRC_GetRecognizedEntriesEx_Standard(resultEntry, &score, 1, buffer, input, protoDB, in PRC_GetRecognizedEntryEx_Standard()
388 void *buffer, 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()
483 void *buffer, in PRC_InitPrototypeDBEx() argument
487 return PRC_InitPrototypeDBEx_Standard(protoDB, buffer, prototypeList, kindMask, in PRC_InitPrototypeDBEx()
498 void *buffer, const PRCStrokes *strokes, int maxPointCount, int maxStrokeCount) in PRC_InitInputPattern() argument
500 return PRC_InitInputPattern_Standard(pattern, buffer, strokes, maxPointCount, maxStrokeCount); in PRC_InitInputPattern()
505 void *buffer, in PRC_InitInputPatternEx() argument
509 return PRC_InitInputPatternEx_Standard(pattern, buffer, strokes, maxPointCount, maxStrokeCount, in PRC_InitInputPatternEx()
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()
538 void *buffer, 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
552 return PRC_GetRecognizedEntries_Standard(resultEntries, resultScores, numRanking, buffer, input, in PRC_GetRecognizedEntries()
560 void *buffer, in PRC_GetRecognizedEntriesEx() argument
565 return PRC_GetRecognizedEntriesEx_Standard(resultEntries, resultScores, numRanking, buffer, in PRC_GetRecognizedEntriesEx()