Searched refs:dstPathImpl (Results 1 – 2 of 2) sorted by relevance
201 auto dstPathImpl = dst.GetImpl<SkiaPath>(); in GetFillPath() local203 if (!srcPathImpl || !dstPathImpl || !matrixImpl) { in GetFillPath()207 return skPaint.getFillPath(srcPathImpl->GetMutablePath(), &dstPathImpl->GetMutablePath(), in GetFillPath()211 return skPaint.getFillPath(srcPathImpl->GetMutablePath(), &dstPathImpl->GetMutablePath(), in GetFillPath()
326 auto dstPathImpl = dst->GetImpl<SkiaPath>(); in TransformWithPerspectiveClip() local327 if (dstPathImpl == nullptr) { in TransformWithPerspectiveClip()331 path_.transform(skMatrixImpl->ExportSkiaMatrix(), &dstPathImpl->path_, in TransformWithPerspectiveClip()348 auto dstPathImpl = dst->GetImpl<SkiaPath>(); in Offset() local349 if (dstPathImpl == nullptr) { in Offset()353 path_.offset(dx, dy, &dstPathImpl->path_); in Offset()