Home
last modified time | relevance | path

Searched defs:clipBehavior (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/engine/flutter/flow/ohos_layers/
Dclip_rrect_layer.h20 ClipRRectLayer(const SkRRect& clipRrect, Clip clipBehavior) in ClipRRectLayer()
Dclip_path_layer.h19 …ClipPathLayer(const SkPath& clipPath, Clip clipBehavior) : clipPath_(clipPath), clipBehavior_(clip… in ClipPathLayer()
Dclip_rect_layer.h17 ClipRectLayer(const SkRect& clipRect, Clip clipBehavior) in ClipRectLayer()
Dlayer_tree_builder.cpp47 …eeBuilder::PushClipRect(double left, double right, double top, double bottom, int32_t clipBehavior) in PushClipRect()
55 void LayerTreeBuilder::PushClipRRect(const SkRRect& skRRect, int32_t clipBehavior) in PushClipRRect()
62 void LayerTreeBuilder::PushClipPath(const SkPath& skPath, int32_t clipBehavior) in PushClipPath()
/third_party/flutter/engine/flutter/lib/ui/compositing/
Dscene_builder.cc94 int clipBehavior) { in pushClipRect()
104 int clipBehavior) { in pushClipRRect()
113 int clipBehavior) { in pushClipPath()
163 int clipBehavior) { in pushPhysicalShape()