Searched refs:subtractSelf (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/include/ui/
H A DRegion.h66 Region& subtractSelf(const Rect& rhs);
72 Region& subtractSelf(const Region& rhs);
91 Region& subtractSelf(const Region& rhs, int dx, int dy);
211 return subtractSelf(rhs);
/frameworks/native/libs/ui/
H A DRegion.cpp283 Region& Region::subtractSelf(const Rect& r) { function in class:android::Region
303 Region& Region::subtractSelf(const Region& rhs) { function in class:android::Region
374 Region& Region::subtractSelf(const Region& rhs, int dx, int dy) { function in class:android::Region
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp582 clearReg.subtractSelf(Rect(xc, yc, xc+animation.width, yc+animation.height));
/frameworks/base/libs/hwui/
H A DDeferredDisplayList.cpp132 uncovered.subtractSelf(android::Rect(r.left, r.top, r.right, r.bottom));
H A DLayerRenderer.cpp64 mLayer->region.subtractSelf(r);
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1010 hw->undefinedRegion.subtractSelf(tr.transform(opaqueRegion));
1643 visibleRegion.subtractSelf(aboveOpaqueLayers);
1671 dirty.subtractSelf(aboveOpaqueLayers);

Completed in 149 milliseconds