Searched refs:kind (Results 1 – 9 of 9) sorted by relevance
| /TwlSDK-5.3.1/tools/bin/ |
| D | pdic2c.pl | 98 …my ($name, $kind, $correction, $normalizeSize, $pointsString) = $data =~ /^"([^"]+)" (\d+) (-?\d+)… 123 kind => $kind,
|
| /TwlSDK-5.3.1/include/nitro/snd/common/ |
| D | data.h | 44 u32 kind; member
|
| /TwlSDK-5.3.1/include/nitro/prc/ |
| D | types.h | 94 u32 kind; member
|
| /TwlSDK-5.3.1/build/demos/prc/characterRecognition-2/src/ |
| D | main.c | 56 const char *name, u32 kind, fx16 correction, int normalizeSize); 416 (fDictShown) ? PrototypeList.entries[dictIndex].kind : 1, in NitroMain() 532 PrototypeList.entries[dictIndex].kind, in NitroMain() 816 const char *name, u32 kind, fx16 correction, int normalizeSize) in PrintStrokesAsEntryData() argument 822 (void)kind; in PrintStrokesAsEntryData() 826 OS_Printf("\"%s\" %d %d %d |", name, kind, correction, normalizeSize); in PrintStrokesAsEntryData()
|
| /TwlSDK-5.3.1/build/libraries/prc/common/src/ |
| D | prc_algo_light.c | 129 if (!proto->entry->enabled || !(proto->entry->kind & kindMask)) in PRC_GetRecognizedEntriesEx_Light()
|
| D | prc_algo_standard.c | 150 if (!proto->entry->enabled || !(proto->entry->kind & kindMask)) in PRC_GetRecognizedEntriesEx_Standard()
|
| D | prc_algo_common.c | 339 if (entry->kind & kindMask) in PRCi_CountPrototypeList_Common() 452 if (entry->kind & kindMask) in PRCi_ExtractPrototypeList_Common()
|
| D | prc_algo_fine.c | 160 if (!proto->entry->enabled || !(proto->entry->kind & kindMask)) in PRC_GetRecognizedEntriesEx_Fine()
|
| D | prc_algo_superfine.c | 166 if (!proto->entry->enabled || !(proto->entry->kind & kindMask)) in PRC_GetRecognizedEntriesEx_Superfine()
|