Home
last modified time | relevance | path

Searched defs:endingPath (Results 1 – 2 of 2) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
Dskia_path.cpp238 bool SkiaPath::InitWithInterpolate(const Path& srcPath, const Path& endingPath, scalar weight) in InitWithInterpolate()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
Dpath_cmd_list.cpp419 auto endingPath = CmdListHelper::GetFromCmdList<PathCmdList, Path>(cmdList, ending_); in Playback() local