Home
last modified time | relevance | path

Searched refs:ClipArea (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
DClipAreaTests.cpp32 static ClipArea createClipArea() { in createClipArea()
33 ClipArea area; in createClipArea()
88 TEST(ClipArea, basics) { in TEST() argument
89 ClipArea area(createClipArea()); in TEST()
93 TEST(ClipArea, paths) { in TEST() argument
94 ClipArea area(createClipArea()); in TEST()
113 TEST(ClipArea, replaceNegative) { in TEST() argument
114 ClipArea area(createClipArea()); in TEST()
122 TEST(ClipArea, serializeClip) { in TEST() argument
123 ClipArea area(createClipArea()); in TEST()
[all …]
/frameworks/base/libs/hwui/
DClipArea.cpp179 ClipArea::ClipArea() : mMode(ClipMode::Rectangle) {} in ClipArea() function in android::uirenderer::ClipArea
185 void ClipArea::setViewportDimensions(int width, int height) { in setViewportDimensions()
191 void ClipArea::setEmpty() { in setEmpty()
199 void ClipArea::setClip(float left, float top, float right, float bottom) { in setClip()
206 void ClipArea::clipRectWithTransform(const Rect& r, const mat4* transform, SkRegion::Op op) { in clipRectWithTransform()
223 void ClipArea::clipRegion(const SkRegion& region, SkRegion::Op op) { in clipRegion()
232 void ClipArea::clipPathWithTransform(const SkPath& path, const mat4* transform, SkRegion::Op op) { in clipPathWithTransform()
251 void ClipArea::enterRectangleMode() { in enterRectangleMode()
258 void ClipArea::rectangleModeClipRectWithTransform(const Rect& r, const mat4* transform, in rectangleModeClipRectWithTransform()
285 void ClipArea::enterRectangleListMode() { in enterRectangleListMode()
[all …]
DSnapshot.h144 const ClipArea& getClipArea() const { return *mClipArea; } in getClipArea()
145 ClipArea& mutateClipArea() { return *mClipArea; } in mutateClipArea()
269 ClipArea mClipAreaRoot;
270 ClipArea* mClipArea;
DClipArea.h121 class ClipArea {
123 ClipArea();
DAndroid.bp214 "ClipArea.cpp",