Home
last modified time | relevance | path

Searched refs:kind (Results 1 – 9 of 9) sorted by relevance

/TwlSDK-5.3.1/tools/bin/
Dpdic2c.pl98 …my ($name, $kind, $correction, $normalizeSize, $pointsString) = $data =~ /^"([^"]+)" (\d+) (-?\d+)…
123 kind => $kind,
/TwlSDK-5.3.1/include/nitro/snd/common/
Ddata.h44 u32 kind; member
/TwlSDK-5.3.1/include/nitro/prc/
Dtypes.h94 u32 kind; member
/TwlSDK-5.3.1/build/demos/prc/characterRecognition-2/src/
Dmain.c56 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/
Dprc_algo_light.c129 if (!proto->entry->enabled || !(proto->entry->kind & kindMask)) in PRC_GetRecognizedEntriesEx_Light()
Dprc_algo_standard.c150 if (!proto->entry->enabled || !(proto->entry->kind & kindMask)) in PRC_GetRecognizedEntriesEx_Standard()
Dprc_algo_common.c339 if (entry->kind & kindMask) in PRCi_CountPrototypeList_Common()
452 if (entry->kind & kindMask) in PRCi_ExtractPrototypeList_Common()
Dprc_algo_fine.c160 if (!proto->entry->enabled || !(proto->entry->kind & kindMask)) in PRC_GetRecognizedEntriesEx_Fine()
Dprc_algo_superfine.c166 if (!proto->entry->enabled || !(proto->entry->kind & kindMask)) in PRC_GetRecognizedEntriesEx_Superfine()