Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_paint.cpp201 auto dstPathImpl = dst.GetImpl<SkiaPath>(); in GetFillPath() local
203 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()
H A Dskia_path.cpp326 auto dstPathImpl = dst->GetImpl<SkiaPath>(); in TransformWithPerspectiveClip() local
327 if (dstPathImpl == nullptr) { in TransformWithPerspectiveClip()
331 path_.transform(skMatrixImpl->ExportSkiaMatrix(), &dstPathImpl->path_, in TransformWithPerspectiveClip()
348 auto dstPathImpl = dst->GetImpl<SkiaPath>(); in Offset() local
349 if (dstPathImpl == nullptr) { in Offset()
353 path_.offset(dx, dy, &dstPathImpl->path_); in Offset()