Lines Matching refs:input
313 const PRCInputPattern_Superfine *input,
340 const PRCInputPattern_Superfine *input, in PRC_GetRecognizedEntries_Superfine() argument
344 input, protoDB, PRC_KIND_ALL, NULL); in PRC_GetRecognizedEntries_Superfine()
367 const PRCInputPattern_Superfine *input, in PRC_GetRecognizedEntryEx_Superfine() argument
372 (void)PRC_GetRecognizedEntriesEx_Superfine(resultEntry, &score, 1, buffer, input, protoDB, in PRC_GetRecognizedEntryEx_Superfine()
394 const PRCInputPattern_Superfine *input, in PRC_GetRecognizedEntry_Superfine() argument
397 return PRC_GetRecognizedEntryEx_Superfine(resultEntry, buffer, input, protoDB, PRC_KIND_ALL, in PRC_GetRecognizedEntry_Superfine()
413 PRC_GetInputPatternStrokes_Superfine(PRCStrokes *strokes, const PRCInputPattern_Superfine *input) in PRC_GetInputPatternStrokes_Superfine() argument
415 PRC_GetInputPatternStrokes_Common(strokes, input); in PRC_GetInputPatternStrokes_Superfine()
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()
544 const PRCInputPattern *input, 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()
566 const PRCInputPattern *input, in PRC_GetRecognizedEntriesEx() argument
571 input, protoDB, kindMask, param); in PRC_GetRecognizedEntriesEx()
574 static inline void PRC_GetInputPatternStrokes(PRCStrokes *strokes, const PRCInputPattern *input) in PRC_GetInputPatternStrokes() argument
576 PRC_GetInputPatternStrokes_Superfine(strokes, input); in PRC_GetInputPatternStrokes()