Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_path.cpp264 auto skMatrixImpl = matrix.GetImpl<SkiaMatrix>(); in AddPath() local
265 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() local
308 if (skMatrixImpl != nullptr) { in Transform()
309 path_.transform(skMatrixImpl->ExportSkiaMatrix()); in Transform()
316 auto skMatrixImpl = matrix.GetImpl<SkiaMatrix>(); in TransformWithPerspectiveClip() local
317 if (skMatrixImpl == nullptr) { in TransformWithPerspectiveClip()
322 path_.transform(skMatrixImpl->ExportSkiaMatrix(), nullptr, in TransformWithPerspectiveClip()
331 path_.transform(skMatrixImpl->ExportSkiaMatrix(), &dstPathImpl->path_, in TransformWithPerspectiveClip()