Home | History | Annotate | Download | only in layout

Lines Matching defs:keyId

449         const int keyId = proximityInfo->getKeyIndexOf(nodeCodePoint);
450 if (keyId >= 0) {
451 x = proximityInfo->getKeyCenterXOfKeyIdG(keyId, NOT_AN_INDEX, isGeometric);
452 y = proximityInfo->getKeyCenterYOfKeyIdG(keyId, NOT_AN_INDEX, isGeometric);
605 const int inputIndex, const int keyId) {
606 if (keyId != NOT_AN_INDEX) {
607 const int index = inputIndex * keyCount + keyId;