Searched refs:textMatrix (Results 1 – 1 of 1) sorted by relevance
133 SkMatrix textMatrix = SkFontPriv::MakeTextMatrix(font); in ShouldDrawAsPath() local134 textMatrix.postConcat(viewMatrix); in ShouldDrawAsPath()140 auto distance = [&textMatrix](int XIndex, int YIndex) { in ShouldDrawAsPath()141 return textMatrix[XIndex] * textMatrix[XIndex] + textMatrix[YIndex] * textMatrix[YIndex]; in ShouldDrawAsPath()