/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 | 1090 int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding) { in IWallpaperEngineWrapper() argument 1096 mReqWidth = reqWidth; in IWallpaperEngineWrapper() 1240 int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding) { in attach() argument 1242 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 118 data.writeInt32(reqWidth); in captureScreen() 356 uint32_t reqWidth = data.readInt32(); in onTransact() local 364 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ, in onTransact()
|
D | Surface.cpp | 97 uint32_t reqWidth = mReqWidth ? mReqWidth : mUserWidth; in allocateBuffers() local
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 3002 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in captureScreen() argument 3050 uint32_t reqWidth, reqHeight; in captureScreen() member in android::SurfaceFlinger::captureScreen::MessageCaptureScreen 3059 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in captureScreen() argument 3063 sourceCrop(sourceCrop), reqWidth(reqWidth), reqHeight(reqHeight), in captureScreen() 3077 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ, in captureScreen() 3100 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ, in captureScreen() 3113 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in renderScreenImplLocked() argument 3123 const bool filtering = reqWidth != hw_w || reqWidth != hw_h; in renderScreenImplLocked() 3151 reqWidth, reqHeight, sourceCrop, hw_h, yswap, rotation); in renderScreenImplLocked() 3182 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in captureScreenImplLocked() argument [all …]
|
D | SurfaceFlinger.h | 206 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, 321 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, 328 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
|
/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) { 119 && (halfWidth / inSampleSize) > reqWidth) { 141 int reqWidth, int reqHeight) { 149 options.inSampleSize = calculateInSampleSize(options, reqWidth, reqHeight);
|
D | manage-memory.jd | 202 int reqWidth, int reqHeight, ImageCache cache) {
|