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.cpp189 ClipArea::ClipArea() in ClipArea() function in android::uirenderer::ClipArea
197 void ClipArea::setViewportDimensions(int width, int height) { in setViewportDimensions()
203 void ClipArea::setEmpty() { in setEmpty()
211 void ClipArea::setClip(float left, float top, float right, float bottom) { in setClip()
218 void ClipArea::clipRectWithTransform(const Rect& r, const mat4* transform, in clipRectWithTransform()
236 void ClipArea::clipRegion(const SkRegion& region, SkRegion::Op op) { in clipRegion()
245 void ClipArea::clipPathWithTransform(const SkPath& path, const mat4* transform, in clipPathWithTransform()
265 void ClipArea::enterRectangleMode() { in enterRectangleMode()
272 void ClipArea::rectangleModeClipRectWithTransform(const Rect& r, in rectangleModeClipRectWithTransform()
300 void ClipArea::enterRectangleListMode() { in enterRectangleListMode()
[all …]
DSnapshot.h147 const ClipArea& getClipArea() const { return *mClipArea; } in getClipArea()
148 ClipArea& mutateClipArea() { return *mClipArea; } in mutateClipArea()
271 ClipArea mClipAreaRoot;
272 ClipArea* mClipArea;
DClipArea.h135 class ClipArea {
137 ClipArea();
DAndroid.mk68 ClipArea.cpp \