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

/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp106 bool useIdentityTransform,
118 data.writeInt32(static_cast<int32_t>(useIdentityTransform));
385 bool useIdentityTransform = static_cast<bool>(data.readInt32()); local
390 useIdentityTransform,
102 captureScreen(const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform, ISurfaceComposer::Rotation rotation) argument
H A DSurfaceComposerClient.cpp791 uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform) {
795 reqWidth, reqHeight, minLayerZ, maxLayerZ, useIdentityTransform);
820 bool useIdentityTransform, uint32_t rotation) {
832 reqWidth, reqHeight, minLayerZ, maxLayerZ, useIdentityTransform,
847 bool useIdentityTransform) {
850 minLayerZ, maxLayerZ, useIdentityTransform, ISurfaceComposer::eRotateNone);
854 bool useIdentityTransform) {
856 useIdentityTransform, ISurfaceComposer::eRotateNone);
860 uint32_t reqWidth, uint32_t reqHeight, bool useIdentityTransform) {
862 0, -1U, useIdentityTransform, ISurfaceCompose
787 capture( const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform) argument
817 update(const sp<IBinder>& display, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform, uint32_t rotation) argument
844 update(const sp<IBinder>& display, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform) argument
853 update(const sp<IBinder>& display, Rect sourceCrop, bool useIdentityTransform) argument
859 update(const sp<IBinder>& display, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, bool useIdentityTransform) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp128 jint minLayer, jint maxLayer, bool allLayers, bool useIdentityTransform,
149 minLayer, maxLayer, useIdentityTransform, static_cast<uint32_t>(rotation));
199 jint minLayer, jint maxLayer, bool allLayers, bool useIdentityTransform) {
217 useIdentityTransform);
126 nativeScreenshotBitmap(JNIEnv* env, jclass clazz, jobject displayTokenObj, jobject sourceCropObj, jint width, jint height, jint minLayer, jint maxLayer, bool allLayers, bool useIdentityTransform, int rotation) argument
197 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/core/java/android/view/
H A DSurfaceControl.java43 boolean allLayers, boolean useIdentityTransform, int rotation);
46 boolean allLayers, boolean useIdentityTransform);
713 * @param useIdentityTransform Replace whatever transformation (rotation,
719 boolean useIdentityTransform) {
721 false, useIdentityTransform);
767 * @param useIdentityTransform Replace whatever transformation (rotation,
780 int minLayer, int maxLayer, boolean useIdentityTransform,
786 minLayer, maxLayer, false, useIdentityTransform, rotation);
811 boolean useIdentityTransform) {
819 minLayer, maxLayer, allLayers, useIdentityTransform);
41 nativeScreenshot(IBinder displayToken, Rect sourceCrop, int width, int height, int minLayer, int maxLayer, boolean allLayers, boolean useIdentityTransform, int rotation) argument
44 nativeScreenshot(IBinder displayToken, Surface consumer, Rect sourceCrop, int width, int height, int minLayer, int maxLayer, boolean allLayers, boolean useIdentityTransform) argument
717 screenshot(IBinder display, Surface consumer, int width, int height, int minLayer, int maxLayer, boolean useIdentityTransform) argument
779 screenshot(Rect sourceCrop, int width, int height, int minLayer, int maxLayer, boolean useIdentityTransform, int rotation) argument
809 screenshot(IBinder display, Surface consumer, Rect sourceCrop, int width, int height, int minLayer, int maxLayer, boolean allLayers, boolean useIdentityTransform) argument
[all...]
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp3216 bool useIdentityTransform, ISurfaceComposer::Rotation rotation) {
3257 bool useIdentityTransform; member in class:android::MessageCaptureScreen
3267 bool useIdentityTransform,
3273 useIdentityTransform(useIdentityTransform),
3286 useIdentityTransform, rotation, isLocalScreenshot);
3302 useIdentityTransform, rotationFlags, isLocalScreenshot);
3316 bool yswap, bool useIdentityTransform, Transform::orientation_flags rotation)
3368 layer->draw(hw, useIdentityTransform);
3384 bool useIdentityTransform, Transfor
3212 captureScreen(const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform, ISurfaceComposer::Rotation rotation) argument
3262 MessageCaptureScreen(SurfaceFlinger* flinger, const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform, Transform::orientation_flags rotation, bool isLocalScreenshot) argument
3312 renderScreenImplLocked( const sp<const DisplayDevice>& hw, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool yswap, bool useIdentityTransform, Transform::orientation_flags rotation) argument
3379 captureScreenImplLocked( const sp<const DisplayDevice>& hw, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform, Transform::orientation_flags rotation, bool isLocalScreenshot) argument
[all...]
H A DSurfaceFlinger_hwc1.cpp3230 bool useIdentityTransform, ISurfaceComposer::Rotation rotation) {
3271 bool useIdentityTransform; member in class:android::MessageCaptureScreen
3281 bool useIdentityTransform,
3287 useIdentityTransform(useIdentityTransform),
3300 useIdentityTransform, rotation, isLocalScreenshot);
3316 useIdentityTransform, rotationFlags, isLocalScreenshot);
3330 bool yswap, bool useIdentityTransform, Transform::orientation_flags rotation)
3382 layer->draw(hw, useIdentityTransform);
3400 bool useIdentityTransform, Transfor
3226 captureScreen(const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform, ISurfaceComposer::Rotation rotation) argument
3276 MessageCaptureScreen(SurfaceFlinger* flinger, const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform, Transform::orientation_flags rotation, bool isLocalScreenshot) argument
3326 renderScreenImplLocked( const sp<const DisplayDevice>& hw, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool yswap, bool useIdentityTransform, Transform::orientation_flags rotation) argument
3395 captureScreenImplLocked( const sp<const DisplayDevice>& hw, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform, Transform::orientation_flags rotation, bool isLocalScreenshot) argument
[all...]

Completed in 48 milliseconds