Searched refs:XIndex (Results 1 – 2 of 2) sorted by relevance
146 auto distance = [&textMatrix](int XIndex, int YIndex) { in ShouldDrawAsPath() argument147 return textMatrix[XIndex] * textMatrix[XIndex] + textMatrix[YIndex] * textMatrix[YIndex]; in ShouldDrawAsPath()
140 auto distance = [&textMatrix](int XIndex, int YIndex) { in ShouldDrawAsPath() argument141 return textMatrix[XIndex] * textMatrix[XIndex] + textMatrix[YIndex] * textMatrix[YIndex]; in ShouldDrawAsPath()