Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkStrikeSpec.cpp140 auto distance = [&textMatrix](int XIndex, int YIndex) { in ShouldDrawAsPath() argument
141 return textMatrix[XIndex] * textMatrix[XIndex] + textMatrix[YIndex] * textMatrix[YIndex]; in ShouldDrawAsPath()