Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/flow/ohos_layers/
Dclip_path_layer.h19ClipPathLayer(const SkPath& clipPath, Clip clipBehavior) : clipPath_(clipPath), clipBehavior_(clip… in ClipPathLayer() function
/third_party/flutter/engine/flutter/flow/layers/
Dclip_path_layer.cc15 ClipPathLayer::ClipPathLayer(const SkPath& clip_path, Clip clip_behavior) in ClipPathLayer() function in flutter::ClipPathLayer