HomeSort by relevance Sort by last modified time
    Searched refs:subtractSelf (Results 1 - 12 of 12) sorted by null

  /frameworks/native/include/ui/
Region.h 68 Region& subtractSelf(const Rect& rhs);
74 Region& subtractSelf(const Region& rhs);
93 Region& subtractSelf(const Region& rhs, int dx, int dy);
208 return subtractSelf(rhs);
  /hardware/qcom/display/msm8084/libqdutils/
cb_utils.cpp 74 wormholeRegion.subtractSelf(wormholeRegion.intersect(tmpRegion));
  /hardware/qcom/display/msm8226/libqdutils/
cb_utils.cpp 74 wormholeRegion.subtractSelf(wormholeRegion.intersect(tmpRegion));
  /hardware/qcom/display/msm8994/libqdutils/
cb_utils.cpp 76 wormholeRegion.subtractSelf(wormholeRegion.intersect(tmpRegion));
  /hardware/qcom/display/msm8909/libqdutils/
cb_utils.cpp 101 wormholeRegion.subtractSelf(wormholeRegion.intersect(tmpRegion));
  /frameworks/native/libs/ui/
Region.cpp 294 Region& Region::subtractSelf(const Rect& r) {
314 Region& Region::subtractSelf(const Region& rhs) {
385 Region& Region::subtractSelf(const Region& rhs, int dx, int dy) {
  /frameworks/base/libs/hwui/
BakedOpRenderer.cpp 53 offscreenBuffer->region.subtractSelf(android::Rect(repaintRect.left, repaintRect.top,
LayerRenderer.cpp 63 mLayer->region.subtractSelf(r);
DeferredDisplayList.cpp 130 uncovered.subtractSelf(android::Rect(r.left, r.top, r.right, r.bottom));
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 822 clearReg.subtractSelf(Rect(xc, yc, xc+frame.trimWidth, yc+frame.trimHeight));
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp     [all...]
SurfaceFlinger_hwc1.cpp     [all...]

Completed in 654 milliseconds