Searched refs:PushClipPath (Results 1 – 6 of 6) sorted by relevance
44 TEST(MutatorsStack, PushClipPath) { in TEST() argument47 stack.PushClipPath(path); in TEST()124 stack.PushClipPath(path); in TEST()136 stackOther.PushClipPath(otherPath); in TEST()
23 void MutatorsStack::PushClipPath(const SkPath& path) { in PushClipPath() function in flutter::MutatorsStack
131 void PushClipPath(const SkPath& path);
26 context->mutators_stack.PushClipPath(clip_path_); in Preroll()
44 void PushClipPath(const SkPath& skPath, int32_t clipBehavior);
62 void LayerTreeBuilder::PushClipPath(const SkPath& skPath, int32_t clipBehavior) in PushClipPath() function in flutter::OHOS::LayerTreeBuilder