Home
last modified time | relevance | path

Searched defs:multPath (Results 1 – 3 of 3) sorted by relevance

/foundation/graphic/graphic_2d/frameworks/text/adapter/skia/symbol_engine/
Dhm_symbol_node_build.cpp131 static bool IsMaskLayer(RSPath& multPath, const std::vector<RSGroupInfo>& groupInfos, std::vector<R… in IsMaskLayer()
149 void SymbolNodeBuild::MergeDrawingPath(RSPath& multPath, const RSRenderGroup& group, std::vector<RS… in MergeDrawingPath()
195 RSPath multPath; in AddWholeAnimation() local
327 RSPath multPath; in UpdateGradient() local
Dhm_symbol_run.cpp378 for (const auto& multPath: multPaths) { in DrawPaths() local
418 RSPath multPath; in OnDrawSymbol() local
451 RSPath multPath = multPaths[i]; in DrawSymbolShadow() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
Ddraw_cmd.cpp2061 Path multPath; in Playback() local
2072Drawing::Path& multPath, Drawing::DrawingRenderGroup& group, std::vector<Drawing::Path>& pathLayer… in MergeDrawingPath()