Searched defs:useIdentityTransform (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp107 bool useIdentityTransform,
119 data.writeInt32(static_cast<int32_t>(useIdentityTransform));
551 bool useIdentityTransform = static_cast<bool>(data.readInt32()); local
556 useIdentityTransform,
103 captureScreen(const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform, ISurfaceComposer::Rotation rotation) argument
H A DSurfaceComposerClient.cpp947 int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform) {
951 reqWidth, reqHeight, minLayerZ, maxLayerZ, useIdentityTransform);
956 int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform,
970 minLayerZ, maxLayerZ, useIdentityTransform,
1003 bool useIdentityTransform, uint32_t rotation) {
1015 reqWidth, reqHeight, minLayerZ, maxLayerZ, useIdentityTransform,
1030 bool useIdentityTransform) {
1033 minLayerZ, maxLayerZ, useIdentityTransform, ISurfaceComposer::eRotateNone);
1037 bool useIdentityTransform) {
1040 useIdentityTransform, ISurfaceCompose
943 capture( const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform) argument
954 captureToBuffer(const sp<IBinder>& display, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform, uint32_t rotation, sp<GraphicBuffer>* outBuffer) argument
1000 update(const sp<IBinder>& display, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform, uint32_t rotation) argument
1027 update(const sp<IBinder>& display, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform) argument
1036 update(const sp<IBinder>& display, Rect sourceCrop, bool useIdentityTransform) argument
1043 update(const sp<IBinder>& display, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, bool useIdentityTransform) argument
[all...]
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java48 boolean allLayers, boolean useIdentityTransform, int rotation);
51 boolean allLayers, boolean useIdentityTransform, int rotation);
54 boolean allLayers, boolean useIdentityTransform);
800 * @param useIdentityTransform Replace whatever transformation (rotation,
806 boolean useIdentityTransform) {
808 false, useIdentityTransform);
854 * @param useIdentityTransform Replace whatever transformation (rotation,
867 int minLayer, int maxLayer, boolean useIdentityTransform,
873 minLayer, maxLayer, false, useIdentityTransform, rotation);
881 int minLayer, int maxLayer, boolean useIdentityTransform,
46 nativeScreenshot(IBinder displayToken, Rect sourceCrop, int width, int height, int minLayer, int maxLayer, boolean allLayers, boolean useIdentityTransform, int rotation) argument
49 nativeScreenshotToBuffer(IBinder displayToken, Rect sourceCrop, int width, int height, int minLayer, int maxLayer, boolean allLayers, boolean useIdentityTransform, int rotation) argument
52 nativeScreenshot(IBinder displayToken, Surface consumer, Rect sourceCrop, int width, int height, int minLayer, int maxLayer, boolean allLayers, boolean useIdentityTransform) argument
804 screenshot(IBinder display, Surface consumer, int width, int height, int minLayer, int maxLayer, boolean useIdentityTransform) argument
866 screenshot(Rect sourceCrop, int width, int height, int minLayer, int maxLayer, boolean useIdentityTransform, int rotation) argument
880 screenshotToBuffer(Rect sourceCrop, int width, int height, int minLayer, int maxLayer, boolean useIdentityTransform, int rotation) argument
909 screenshot(IBinder display, Surface consumer, Rect sourceCrop, int width, int height, int minLayer, int maxLayer, boolean allLayers, boolean useIdentityTransform) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp145 jint minLayer, jint maxLayer, bool allLayers, bool useIdentityTransform,
158 sourceCrop, width, height, minLayer, maxLayer, useIdentityTransform,
175 jint minLayer, jint maxLayer, bool allLayers, bool useIdentityTransform,
192 minLayer, maxLayer, useIdentityTransform, static_cast<uint32_t>(rotation));
248 jint minLayer, jint maxLayer, bool allLayers, bool useIdentityTransform) {
266 useIdentityTransform);
143 nativeScreenshotToBuffer(JNIEnv* env, jclass clazz, jobject displayTokenObj, jobject sourceCropObj, jint width, jint height, jint minLayer, jint maxLayer, bool allLayers, bool useIdentityTransform, int rotation) argument
173 nativeScreenshotBitmap(JNIEnv* env, jclass clazz, jobject displayTokenObj, jobject sourceCropObj, jint width, jint height, jint minLayer, jint maxLayer, bool allLayers, bool useIdentityTransform, int rotation) argument
246 nativeScreenshot(JNIEnv* env, jclass clazz, jobject displayTokenObj, jobject surfaceObj, jobject sourceCropObj, jint width, jint height, jint minLayer, jint maxLayer, bool allLayers, bool useIdentityTransform) argument
/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java3539 boolean useIdentityTransform, int rotation);
3538 screenshot(Rect sourceCrop, int width, int height, int minLayer, int maxLayer, boolean useIdentityTransform, int rotation) argument
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp4084 bool useIdentityTransform, ISurfaceComposer::Rotation rotation) {
4125 bool useIdentityTransform; member in class:android::MessageCaptureScreen
4135 bool useIdentityTransform,
4141 useIdentityTransform(useIdentityTransform),
4154 useIdentityTransform, rotation, isLocalScreenshot);
4170 useIdentityTransform, rotationFlags, isLocalScreenshot);
4184 bool yswap, bool useIdentityTransform, Transform::orientation_flags rotation)
4242 layer->draw(hw, useIdentityTransform);
4256 bool useIdentityTransform, Transfor
4080 captureScreen(const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform, ISurfaceComposer::Rotation rotation) argument
4130 MessageCaptureScreen(SurfaceFlinger* flinger, const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform, Transform::orientation_flags rotation, bool isLocalScreenshot) argument
4180 renderScreenImplLocked( const sp<const DisplayDevice>& hw, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, bool yswap, bool useIdentityTransform, Transform::orientation_flags rotation) argument
4251 captureScreenImplLocked( const sp<const DisplayDevice>& hw, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform, Transform::orientation_flags rotation, bool isLocalScreenshot) argument
[all...]
H A DSurfaceFlinger_hwc1.cpp3685 bool useIdentityTransform, ISurfaceComposer::Rotation rotation) {
3726 bool useIdentityTransform; member in class:MessageCaptureScreen
3736 bool useIdentityTransform,
3742 useIdentityTransform(useIdentityTransform),
3755 useIdentityTransform, rotation, isLocalScreenshot);
3771 useIdentityTransform, rotationFlags, isLocalScreenshot);
3785 bool yswap, bool useIdentityTransform, Transform::orientation_flags rotation)
3843 layer->draw(hw, useIdentityTransform);
3859 bool useIdentityTransform, Transfor
3681 captureScreen(const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform, ISurfaceComposer::Rotation rotation) argument
3731 MessageCaptureScreen(SurfaceFlinger* flinger, const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform, Transform::orientation_flags rotation, bool isLocalScreenshot) argument
3781 renderScreenImplLocked( const sp<const DisplayDevice>& hw, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, bool yswap, bool useIdentityTransform, Transform::orientation_flags rotation) argument
3854 captureScreenImplLocked( const sp<const DisplayDevice>& hw, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform, Transform::orientation_flags rotation, bool isLocalScreenshot) argument
[all...]

Completed in 702 milliseconds