Searched refs:skMatrixImpl (Results 1 – 1 of 1) sorted by relevance
264 auto skMatrixImpl = matrix.GetImpl<SkiaMatrix>(); in AddPath() local265 if (skPathImpl != nullptr && skMatrixImpl != nullptr) { in AddPath()266 …path_.addPath(skPathImpl->GetPath(), skMatrixImpl->ExportSkiaMatrix(), static_cast<SkPath::AddPath… in AddPath()307 auto skMatrixImpl = matrix.GetImpl<SkiaMatrix>(); in Transform() local308 if (skMatrixImpl != nullptr) { in Transform()309 path_.transform(skMatrixImpl->ExportSkiaMatrix()); in Transform()316 auto skMatrixImpl = matrix.GetImpl<SkiaMatrix>(); in TransformWithPerspectiveClip() local317 if (skMatrixImpl == nullptr) { in TransformWithPerspectiveClip()322 path_.transform(skMatrixImpl->ExportSkiaMatrix(), nullptr, in TransformWithPerspectiveClip()331 path_.transform(skMatrixImpl->ExportSkiaMatrix(), &dstPathImpl->path_, in TransformWithPerspectiveClip()