Home | History | Annotate | Download | only in layout

Lines Matching defs:keyCount

193     const int keyCount = proximityInfo->getKeyCount();
194 sampledNormalizedSquaredLengthCache->resize(sampledInputSize * keyCount);
196 for (int k = 0; k < keyCount; ++k) {
197 const int index = i * keyCount + k;
318 const int keyCount = proximityInfo->getKeyCount();
320 for (int k = 0; k < keyCount; ++k) {
604 const std::vector<float> *const sampledNormalizedSquaredLengthCache, const int keyCount,
607 const int index = inputIndex * keyCount + keyId;
617 const float maxPointToKeyLength, const int mostCommonKeyWidth, const int keyCount,
638 for (int j = 0; j < keyCount; ++j) {
640 maxPointToKeyLength, sampledNormalizedSquaredLengthCache, keyCount, i, j);
737 for (int j = 0; j < keyCount; ++j) {
746 for (int j = 0; j < keyCount; ++j) {
807 for (int j = 0; j < keyCount; ++j) {
850 const int keyCount = proximityInfo->getKeyCount();
854 for (int j = 0; j < keyCount; ++j) {