/frameworks/native/include/gui/ |
D | SurfaceComposerClient.h | 186 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, 206 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, 209 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, 213 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
|
D | ISurfaceComposer.h | 145 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
|
/frameworks/base/core/java/android/service/wallpaper/ |
D | IWallpaperService.aidl | 28 int reqWidth, int reqHeight, in Rect padding); in attach() argument
|
D | WallpaperService.java | 1083 int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding) { in IWallpaperEngineWrapper() argument 1090 mReqHeight = reqHeight; in IWallpaperEngineWrapper() 1233 int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding) { in attach() argument 1235 windowType, isPreview, reqWidth, reqHeight, padding); in attach()
|
/frameworks/native/libs/gui/ |
D | SurfaceComposerClient.cpp | 690 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in capture() argument 695 reqWidth, reqHeight, minLayerZ, maxLayerZ, useIdentityTransform); in capture() 718 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in update() argument 732 reqWidth, reqHeight, minLayerZ, maxLayerZ, useIdentityTransform, in update() 745 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in update() argument 749 return ScreenshotClient::update(display, sourceCrop, reqWidth, reqHeight, in update() 760 uint32_t reqWidth, uint32_t reqHeight, bool useIdentityTransform) { in update() argument 761 return ScreenshotClient::update(display, sourceCrop, reqWidth, reqHeight, in update()
|
D | ISurfaceComposer.cpp | 108 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in captureScreen() argument 119 data.writeInt32(reqHeight); in captureScreen() 347 uint32_t reqHeight = data.readInt32(); in onTransact() local 354 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ, in onTransact()
|
D | Surface.cpp | 98 uint32_t reqHeight = mReqHeight ? mReqHeight : mUserHeight; in allocateBuffers() local
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | load-bitmap.jd | 105 BitmapFactory.Options options, int reqWidth, int reqHeight) { 111 if (height > reqHeight || width > reqWidth) { 118 while ((halfHeight / inSampleSize) > reqHeight 141 int reqWidth, int reqHeight) { 149 options.inSampleSize = calculateInSampleSize(options, reqWidth, reqHeight);
|
D | manage-memory.jd | 202 int reqWidth, int reqHeight, ImageCache cache) {
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 2958 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in captureScreen() argument 3006 uint32_t reqWidth, reqHeight; in captureScreen() member in android::SurfaceFlinger::captureScreen::MessageCaptureScreen 3015 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in captureScreen() argument 3019 sourceCrop(sourceCrop), reqWidth(reqWidth), reqHeight(reqHeight), in captureScreen() 3033 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ, in captureScreen() 3056 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ, in captureScreen() 3069 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in renderScreenImplLocked() argument 3107 reqWidth, reqHeight, sourceCrop, hw_h, yswap, rotation); in renderScreenImplLocked() 3138 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in captureScreenImplLocked() argument 3148 if ((reqWidth > hw_w) || (reqHeight > hw_h)) { in captureScreenImplLocked() [all …]
|
D | SurfaceFlinger.h | 206 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, 316 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, 323 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
|