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

  /frameworks/base/libs/surfaceflinger_client/
LayerState.cpp 27 size_t len = transparentRegion.write(NULL, 0);
34 err = transparentRegion.write(buf, len);
39 size -= sizeof(transparentRegion);
51 err = transparentRegion.read(buf);
56 size -= sizeof(transparentRegion);
SurfaceComposerClient.cpp 499 SurfaceID id, const Region& transparentRegion)
504 s->transparentRegion = transparentRegion;
  /frameworks/base/include/private/surfaceflinger/
LayerState.h 68 Region transparentRegion;
  /frameworks/base/core/java/android/content/res/
CompatibilityInfo.java 306 public void translateRegionInWindowToScreen(Region transparentRegion) {
307 transparentRegion.scale(applicationScale);
  /frameworks/base/services/surfaceflinger/
LayerBase.cpp 167 mCurrentState.transparentRegion = transparent;
251 transparentRegionScreen = tr.transform(s.transparentRegion);
258 transparentRegionScreen = s.transparentRegion;
LayerBase.h 80 Region transparentRegion;
SurfaceFlinger.cpp     [all...]

Completed in 2671 milliseconds