Searched defs:clipBehavior (Results 1 – 5 of 5) sorted by relevance
| /third_party/flutter/engine/flutter/flow/ohos_layers/ |
| D | clip_rrect_layer.h | 20 ClipRRectLayer(const SkRRect& clipRrect, Clip clipBehavior) in ClipRRectLayer()
|
| D | clip_path_layer.h | 19 …ClipPathLayer(const SkPath& clipPath, Clip clipBehavior) : clipPath_(clipPath), clipBehavior_(clip… in ClipPathLayer()
|
| D | clip_rect_layer.h | 17 ClipRectLayer(const SkRect& clipRect, Clip clipBehavior) in ClipRectLayer()
|
| D | layer_tree_builder.cpp | 47 …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/ |
| D | scene_builder.cc | 94 int clipBehavior) { in pushClipRect() 104 int clipBehavior) { in pushClipRRect() 113 int clipBehavior) { in pushClipPath() 163 int clipBehavior) { in pushPhysicalShape()
|