Home
last modified time | relevance | path

Searched refs:skPathImpl1 (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.cpp287 auto skPathImpl1 = ending.GetImpl<SkiaPath>(); in Interpolate() local
289 if (skPathImpl1 != nullptr && skPathImpl2 != nullptr) { in Interpolate()
291 isSuccess = path_.interpolate(skPathImpl1->GetPath(), weight, &interp); in Interpolate()
362 auto skPathImpl1 = path1.GetImpl<SkiaPath>(); in OpWith() local
364 if (skPathImpl1 != nullptr && skPathImpl2 != nullptr) { in OpWith()
365 isOpSuccess = Op(skPathImpl1->GetPath(), skPathImpl2->GetPath(), pathOp, &path_); in OpWith()