Searched defs:ClipRect (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
H A D | Geometry.h | 34 inline void ClipRect(double x, double y, BlendRect &brect) in ClipRect() function 42 inline void ClipRect(BlendRect rrect, BlendRect &brect) in ClipRect() function
|
/aosp12/frameworks/base/libs/hwui/canvas/ |
H A D | CanvasOpTypes.h | 34 ClipRect, enumerator
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | RecordingCanvas.cpp | 166 struct ClipRect final : Op { struct 167 static const auto kType = Type::ClipRect; 168 ClipRect(const SkRect& rect, SkClipOp op, bool aa) : rect(rect), op(op), aa(aa) {} in ClipRect() argument 169 SkRect rect; 170 SkClipOp op; 171 bool aa; 172 void draw(SkCanvas* c, const SkMatrix&) const { c->clipRect(rect, op, aa); } in draw()
|