Searched defs:useIdentityTransform (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/services/surfaceflinger/ |
D | ColorLayer.cpp | 52 bool useIdentityTransform, Region& clearRegion, in prepareClientLayer()
|
D | BufferLayer.cpp | 135 bool useIdentityTransform, Region& clearRegion, in prepareClientLayer()
|
D | Layer.cpp | 521 bool Layer::prepareClientLayer(const RenderArea& renderArea, bool useIdentityTransform, in prepareClientLayer() 529 bool useIdentityTransform, Region& /*clearRegion*/, in prepareClientLayer()
|
D | SurfaceFlinger.cpp | 5657 bool useIdentityTransform, in captureScreen() 5928 bool useIdentityTransform, in captureScreenCommon() 5947 bool useIdentityTransform, in captureScreenCommon() 6014 ANativeWindowBuffer* buffer, bool useIdentityTransform, in renderScreenImplLocked() 6118 bool useIdentityTransform, bool forSystem, in captureScreenImplLocked()
|
/frameworks/base/core/java/android/view/ |
D | SurfaceControl.java | 90 Rect sourceCrop, int width, int height, boolean useIdentityTransform, int rotation, in nativeScreenshot() 1846 int height, boolean useIdentityTransform, int rotation) { in screenshot() 1885 boolean useIdentityTransform, int rotation) { in screenshot() 1932 int width, int height, boolean useIdentityTransform, int rotation) { in screenshotToBuffer() 1952 Rect sourceCrop, int width, int height, boolean useIdentityTransform, in screenshotToBufferWithSecureLayersUnsafe()
|
/frameworks/native/libs/gui/ |
D | ISurfaceComposer.cpp | 114 uint32_t reqWidth, uint32_t reqHeight, bool useIdentityTransform, in captureScreen() 1071 bool useIdentityTransform = static_cast<bool>(data.readInt32()); in onTransact() local
|
D | SurfaceComposerClient.cpp | 1560 uint32_t reqWidth, uint32_t reqHeight, bool useIdentityTransform, in capture() 1578 uint32_t reqWidth, uint32_t reqHeight, bool useIdentityTransform, in capture()
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | TestableSurfaceFlinger.h | 282 … ANativeWindowBuffer* buffer, bool useIdentityTransform, bool forSystem, int* outSyncFd) { in captureScreenImplLocked()
|
D | CompositionTest.cpp | 226 constexpr bool useIdentityTransform = true; in captureScreenComposition() local
|
/frameworks/base/core/jni/ |
D | android_view_SurfaceControl.cpp | 237 bool useIdentityTransform, int rotation, bool captureSecureLayers) { in nativeScreenshot()
|