Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/flow/
Dmutators_stack_unittests.cc44 TEST(MutatorsStack, PushClipPath) { in TEST() argument
47 stack.PushClipPath(path); in TEST()
124 stack.PushClipPath(path); in TEST()
136 stackOther.PushClipPath(otherPath); in TEST()
Dembedded_views.cc23 void MutatorsStack::PushClipPath(const SkPath& path) { in PushClipPath() function in flutter::MutatorsStack
Dembedded_views.h131 void PushClipPath(const SkPath& path);
/third_party/flutter/engine/flutter/flow/layers/
Dclip_path_layer.cc26 context->mutators_stack.PushClipPath(clip_path_); in Preroll()
/third_party/flutter/engine/flutter/flow/ohos_layers/
Dlayer_tree_builder.h44 void PushClipPath(const SkPath& skPath, int32_t clipBehavior);
Dlayer_tree_builder.cpp62 void LayerTreeBuilder::PushClipPath(const SkPath& skPath, int32_t clipBehavior) in PushClipPath() function in flutter::OHOS::LayerTreeBuilder