Searched refs:kNumToAddAsCandidates (Results 1 – 2 of 2) sorted by relevance
307 for (int i = 0; i < kNumToAddAsCandidates; ++i) { in AddExtraCandidatesForBoxes()308 for (int j = 0; j < kNumToAddAsCandidates; ++j) { in AddExtraCandidatesForBoxes()316 box.left_ + box.GetWidth() * (i + 0.5f) / kNumToAddAsCandidates, in AddExtraCandidatesForBoxes()317 box.top_ + box.GetHeight() * (j + 0.5f) / kNumToAddAsCandidates); in AddExtraCandidatesForBoxes()
163 static const int kNumToAddAsCandidates = 1; variable