HomeSort by relevance Sort by last modified time
    Searched full:subtractself (Results 1 - 9 of 9) sorted by null

  /frameworks/native/libs/ui/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 75 wormholeRegion.subtractSelf(wormholeRegion.intersect(tmpRegion));
  /hardware/qcom/display/msm8226/libqdutils/
cb_utils.cpp 75 wormholeRegion.subtractSelf(wormholeRegion.intersect(tmpRegion));
  /hardware/qcom/display/msm8994/libqdutils/
cb_utils.cpp 77 wormholeRegion.subtractSelf(wormholeRegion.intersect(tmpRegion));
  /frameworks/native/services/surfaceflinger/tests/hwc2/
Hwc2TestLayers.cpp 258 visibleRegion.subtractSelf(aboveOpaqueLayers);
  /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 54 offscreenBuffer->region.subtractSelf(android::Rect(repaintRect.left, repaintRect.top,
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 926 clearReg.subtractSelf(Rect(xc, yc, xc+frame.trimWidth, yc+frame.trimHeight));
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp     [all...]

Completed in 740 milliseconds