Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkStrikeSpec.cpp139 SkMatrix textMatrix = SkFontPriv::MakeTextMatrix(font); in ShouldDrawAsPath() local
140 textMatrix.postConcat(viewMatrix); in ShouldDrawAsPath()
146 auto distance = [&textMatrix](int XIndex, int YIndex) { in ShouldDrawAsPath()
147 return textMatrix[XIndex] * textMatrix[XIndex] + textMatrix[YIndex] * textMatrix[YIndex]; in ShouldDrawAsPath()
/third_party/skia/src/core/
DSkStrikeSpec.cpp133 SkMatrix textMatrix = SkFontPriv::MakeTextMatrix(font); in ShouldDrawAsPath() local
134 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()