Searched refs:textMatrix (Results 1 – 2 of 2) sorted by relevance
146 SkMatrix textMatrix = SkFontPriv::MakeTextMatrix(font); in ShouldDrawAsPath() local147 textMatrix.postConcat(viewMatrix); in ShouldDrawAsPath()153 auto distance = [&textMatrix](int XIndex, int YIndex) { in ShouldDrawAsPath()154 return textMatrix[XIndex] * textMatrix[XIndex] + textMatrix[YIndex] * textMatrix[YIndex]; in ShouldDrawAsPath()
1141 CFX_Matrix textMatrix = pTextObj->GetTextMatrix(); in GetTextObjectWritingMode() local1142 first.m_Origin = textMatrix.Transform(first.m_Origin); in GetTextObjectWritingMode()1143 last.m_Origin = textMatrix.Transform(last.m_Origin); in GetTextObjectWritingMode()